From 002b9c9ae4d705c7e9fa1cf4095c05eaef58eb14 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 13 Aug 2020 03:54:15 +0000 Subject: [PATCH] Update from master --- src/kusto/azext_kusto/generated/_help.py | 104 +- src/kusto/azext_kusto/generated/_params.py | 83 +- src/kusto/azext_kusto/generated/custom.py | 12 +- src/kusto/azext_kusto/manual/_help.py | 485 +- src/kusto/azext_kusto/manual/_params.py | 573 --- src/kusto/azext_kusto/manual/custom.py | 881 ---- .../tests/latest/recordings/test_kusto.yaml | 4360 ++++++++++------- .../tests/latest/test_kusto_scenario.py | 31 +- .../azext_kusto/tests/latest/preparers.py | 159 + .../tests/latest/test_kusto_scenario.py | 5 +- .../vendored_sdks/kusto/_version.py | 9 - .../kusto/operations/_cluster_operations.py | 2 +- .../azext_kusto/vendored_sdks/kusto/setup.py | 37 - src/kusto/kusto.egg-info/PKG-INFO | 34 - src/kusto/kusto.egg-info/SOURCES.txt | 57 - src/kusto/kusto.egg-info/dependency_links.txt | 1 - src/kusto/kusto.egg-info/top_level.txt | 1 - src/kusto/setup.py | 2 +- 18 files changed, 3145 insertions(+), 3691 deletions(-) delete mode 100644 src/kusto/azext_kusto/manual/_params.py delete mode 100644 src/kusto/azext_kusto/manual/custom.py create mode 100644 src/kusto/azext_kusto/tests/latest/preparers.py delete mode 100644 src/kusto/azext_kusto/vendored_sdks/kusto/_version.py delete mode 100644 src/kusto/azext_kusto/vendored_sdks/kusto/setup.py delete mode 100644 src/kusto/kusto.egg-info/PKG-INFO delete mode 100644 src/kusto/kusto.egg-info/SOURCES.txt delete mode 100644 src/kusto/kusto.egg-info/dependency_links.txt delete mode 100644 src/kusto/kusto.egg-info/top_level.txt diff --git a/src/kusto/azext_kusto/generated/_help.py b/src/kusto/azext_kusto/generated/_help.py index d1e784f9643..b488ea0616d 100644 --- a/src/kusto/azext_kusto/generated/_help.py +++ b/src/kusto/azext_kusto/generated/_help.py @@ -32,7 +32,7 @@ examples: - name: KustoClustersGet text: |- - az kusto cluster show --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster show --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster create'] = """ @@ -83,7 +83,7 @@ examples: - name: KustoClustersCreateOrUpdate text: |- - az kusto cluster create --cluster-name "kustoclusterrptest4" --identity-type "SystemAssigned" --location "westus\ + az kusto cluster create --name "kustoclusterrptest4" --identity-type "SystemAssigned" --location "westus\ " --enable-double-encryption false --enable-purge true --enable-streaming-ingest true --sku name="Standard_L8s" capacit\ y=2 tier="Standard" --resource-group "kustorptest" """ @@ -136,7 +136,7 @@ examples: - name: KustoClustersUpdate text: |- - az kusto cluster update --cluster-name "kustoclusterrptest4" --identity-type "SystemAssigned" --location "westus\ + az kusto cluster update --name "kustoclusterrptest4" --identity-type "SystemAssigned" --location "westus\ " --enable-purge true --enable-streaming-ingest true --key-vault-properties key-name="keyName" key-vault-uri="https://d\ ummy.keyvault.com" key-version="keyVersion" --resource-group "kustorptest" """ @@ -147,7 +147,7 @@ examples: - name: KustoClustersDelete text: |- - az kusto cluster delete --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster delete --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster add-language-extension'] = """ @@ -165,7 +165,7 @@ examples: - name: KustoClusterAddLanguageExtensions text: |- - az kusto cluster add-language-extension --cluster-name "kustoclusterrptest4" --value language-extension-name="PY\ + az kusto cluster add-language-extension --name "kustoclusterrptest4" --value language-extension-name="PY\ THON" --value language-extension-name="R" --resource-group "kustorptest" """ @@ -175,7 +175,7 @@ examples: - name: KustoClusterDetachFollowerDatabases text: |- - az kusto cluster detach-follower-database --cluster-name "kustoclusterrptest4" --attached-database-configuration\ + az kusto cluster detach-follower-database --name "kustoclusterrptest4" --attached-database-configuration\ -name "myAttachedDatabaseConfiguration" --cluster-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/reso\ urceGroups/kustorptest/providers/Microsoft.Kusto/clusters/leader4" --resource-group "kustorptest" """ @@ -186,7 +186,7 @@ examples: - name: KustoClusterDiagnoseVirtualNetwork text: |- - az kusto cluster diagnose-virtual-network --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster diagnose-virtual-network --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster list-follower-database'] = """ @@ -195,7 +195,7 @@ examples: - name: KustoClusterListFollowerDatabases text: |- - az kusto cluster list-follower-database --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster list-follower-database --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster list-language-extension'] = """ @@ -204,7 +204,7 @@ examples: - name: KustoClusterListLanguageExtensions text: |- - az kusto cluster list-language-extension --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster list-language-extension --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster list-sku'] = """ @@ -213,7 +213,7 @@ examples: - name: KustoClustersListResourceSkus text: |- - az kusto cluster list-sku --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster list-sku --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster remove-language-extension'] = """ @@ -231,7 +231,7 @@ examples: - name: KustoClusterRemoveLanguageExtensions text: |- - az kusto cluster remove-language-extension --cluster-name "kustoclusterrptest4" --value language-extension-name=\ + az kusto cluster remove-language-extension --name "kustoclusterrptest4" --value language-extension-name=\ "PYTHON" --value language-extension-name="R" --resource-group "kustorptest" """ @@ -241,7 +241,7 @@ examples: - name: KustoClustersStart text: |- - az kusto cluster start --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster start --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster stop'] = """ @@ -250,7 +250,7 @@ examples: - name: KustoClustersStop text: |- - az kusto cluster stop --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster stop --name "kustoclusterrptest4" --resource-group "kustorptest" """ helps['kusto cluster wait'] = """ @@ -259,13 +259,13 @@ examples: - name: Pause executing next line of CLI script until the kusto cluster is successfully created. text: |- - az kusto cluster wait --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" --created + az kusto cluster wait --name "kustoclusterrptest4" --resource-group "kustorptest" --created - name: Pause executing next line of CLI script until the kusto cluster is successfully updated. text: |- - az kusto cluster wait --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" --updated + az kusto cluster wait --name "kustoclusterrptest4" --resource-group "kustorptest" --updated - name: Pause executing next line of CLI script until the kusto cluster is successfully deleted. text: |- - az kusto cluster wait --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" --deleted + az kusto cluster wait --name "kustoclusterrptest4" --resource-group "kustorptest" --deleted """ helps['kusto cluster-principal-assignment'] = """ @@ -368,21 +368,59 @@ helps['kusto database create'] = """ type: command short-summary: Creates or updates a database. + parameters: + - name: --read-write-database + short-summary: Class representing a read write database. + long-summary: | + Usage: --read-write-database soft-delete-period=XX hot-cache-period=XX location=XX kind=XX + + soft-delete-period: The time the data should be kept before it stops being accessible to queries in TimeSpa\ +n. + hot-cache-period: The time the data should be kept in cache for fast queries in TimeSpan. + location: Resource location. + kind: Required. Kind of the database + - name: --read-only-following-database + short-summary: Class representing a read only following database. + long-summary: | + Usage: --read-only-following-database hot-cache-period=XX location=XX kind=XX + + hot-cache-period: The time the data should be kept in cache for fast queries in TimeSpan. + location: Resource location. + kind: Required. Kind of the database examples: - name: KustoDatabasesCreateOrUpdate text: |- - az kusto database create --cluster-name "KustoClusterRPTest4" --database-name "KustoDatabase8" --read-wr\ -ite-database location="westus" soft-delete-period="P1D" --resource-group "kustorptest" + az kusto database create --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --paramet\ +ers "{\\"location\\":\\"westus\\",\\"properties\\":{\\"softDeletePeriod\\":\\"P1D\\"}}" --resource-group "kustorptest" """ helps['kusto database update'] = """ type: command short-summary: Updates a database. + parameters: + - name: --read-write-database + short-summary: Class representing a read write database. + long-summary: | + Usage: --read-write-database soft-delete-period=XX hot-cache-period=XX location=XX kind=XX + + soft-delete-period: The time the data should be kept before it stops being accessible to queries in TimeSpa\ +n. + hot-cache-period: The time the data should be kept in cache for fast queries in TimeSpan. + location: Resource location. + kind: Required. Kind of the database + - name: --read-only-following-database + short-summary: Class representing a read only following database. + long-summary: | + Usage: --read-only-following-database hot-cache-period=XX location=XX kind=XX + + hot-cache-period: The time the data should be kept in cache for fast queries in TimeSpan. + location: Resource location. + kind: Required. Kind of the database examples: - name: KustoDatabasesUpdate text: |- - az kusto database update --cluster-name "KustoClusterRPTest4" --database-name "KustoDatabase8" --read-wr\ -ite-database soft-delete-period="P1D" --resource-group "kustorptest" + az kusto database update --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --paramet\ +ers "{\\"properties\\":{\\"softDeletePeriod\\":\\"P1D\\"}}" --resource-group "kustorptest" """ helps['kusto database delete'] = """ @@ -572,7 +610,7 @@ examples: - name: AttachedDatabaseConfigurationsGet text: |- - az kusto attached-database-configuration show --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name "k\ + az kusto attached-database-configuration show --name "attachedDatabaseConfigurations1" --cluster-name "k\ ustoclusterrptest4" --resource-group "kustorptest" """ @@ -582,7 +620,7 @@ examples: - name: AttachedDatabaseConfigurationsCreateOrUpdate text: |- - az kusto attached-database-configuration create --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name \ + az kusto attached-database-configuration create --name "attachedDatabaseConfigurations1" --cluster-name \ "kustoclusterrptest4" --location "westus" --cluster-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/re\ sourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader" --database-name "kustodatabase" --defau\ lt-principals-modification-kind "Union" --resource-group "kustorptest" @@ -594,7 +632,7 @@ examples: - name: AttachedDatabaseConfigurationsCreateOrUpdate text: |- - az kusto attached-database-configuration update --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name \ + az kusto attached-database-configuration update --name "attachedDatabaseConfigurations1" --cluster-name \ "kustoclusterrptest4" --location "westus" --cluster-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/re\ sourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader" --database-name "kustodatabase" --defau\ lt-principals-modification-kind "Union" --resource-group "kustorptest" @@ -606,7 +644,7 @@ examples: - name: AttachedDatabaseConfigurationsDelete text: |- - az kusto attached-database-configuration delete --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name \ + az kusto attached-database-configuration delete --name "attachedDatabaseConfigurations1" --cluster-name \ "kustoclusterrptest4" --resource-group "kustorptest" """ @@ -618,12 +656,12 @@ - name: Pause executing next line of CLI script until the kusto attached-database-configuration is successfully c\ reated. text: |- - az kusto attached-database-configuration wait --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name "k\ + az kusto attached-database-configuration wait --name "attachedDatabaseConfigurations1" --cluster-name "k\ ustoclusterrptest4" --resource-group "kustorptest" --created - name: Pause executing next line of CLI script until the kusto attached-database-configuration is successfully d\ eleted. text: |- - az kusto attached-database-configuration wait --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name "k\ + az kusto attached-database-configuration wait --name "attachedDatabaseConfigurations1" --cluster-name "k\ ustoclusterrptest4" --resource-group "kustorptest" --deleted """ @@ -648,7 +686,7 @@ examples: - name: KustoDataConnectionsGet text: |- - az kusto data-connection show --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-\ + az kusto data-connection show --cluster-name "kustoclusterrptest4" --name "DataConnections8" --database-\ name "KustoDatabase8" --resource-group "kustorptest" """ @@ -673,7 +711,7 @@ examples: - name: KustoDataConnectionsCreateOrUpdate text: |- - az kusto data-connection event-hub create --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8"\ + az kusto data-connection event-hub create --cluster-name "kustoclusterrptest4" --name "DataConnections8"\ --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/s\ ubscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/ev\ enthubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" @@ -700,7 +738,7 @@ examples: - name: KustoDataConnectionsUpdate text: |- - az kusto data-connection event-hub update --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8"\ + az kusto data-connection event-hub update --cluster-name "kustoclusterrptest4" --name "DataConnections8"\ --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/s\ ubscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/ev\ enthubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" @@ -717,7 +755,7 @@ examples: - name: KustoDataConnectionsDelete text: |- - az kusto data-connection delete --cluster-name "kustoclusterrptest4" --data-connection-name "kustoeventhubconnection1" -\ + az kusto data-connection delete --cluster-name "kustoclusterrptest4" --name "kustoeventhubconnection1" -\ -database-name "KustoDatabase8" --resource-group "kustorptest" """ @@ -733,7 +771,7 @@ - name: KustoDataConnectionValidation text: |- az kusto data-connection event-hub data-connection-validation --cluster-name "kustoclusterrptest4" --dat\ -abase-name "KustoDatabase8" --data-connection-name "DataConnections8" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/s\ +abase-name "KustoDatabase8" --name "DataConnections8" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/s\ ubscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/ev\ enthubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" """ @@ -749,10 +787,10 @@ examples: - name: Pause executing next line of CLI script until the kusto data-connection is successfully created. text: |- - az kusto data-connection wait --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-\ + az kusto data-connection wait --cluster-name "kustoclusterrptest4" --name "DataConnections8" --database-\ name "KustoDatabase8" --resource-group "kustorptest" --created - name: Pause executing next line of CLI script until the kusto data-connection is successfully deleted. text: |- - az kusto data-connection wait --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-\ + az kusto data-connection wait --cluster-name "kustoclusterrptest4" --name "DataConnections8" --database-\ name "KustoDatabase8" --resource-group "kustorptest" --deleted """ diff --git a/src/kusto/azext_kusto/generated/_params.py b/src/kusto/azext_kusto/generated/_params.py index 3b70e5a28ad..727a5d7107b 100644 --- a/src/kusto/azext_kusto/generated/_params.py +++ b/src/kusto/azext_kusto/generated/_params.py @@ -39,12 +39,12 @@ def load_arguments(self, _): with self.argument_context('kusto cluster show') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') with self.argument_context('kusto cluster create') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.') c.argument('tags', tags_type) c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) @@ -67,11 +67,15 @@ def load_arguments(self, _): c.argument('enable_double_encryption', arg_type=get_three_state_flag(), help='A boolean value that indicates if' ' double encryption is enabled.') c.argument('identity_type', arg_type=get_enum_type(['None', 'SystemAssigned']), help='The identity type.') - c.argument('identity_user_assigned_identities', arg_type=CLIArgumentType(options_list=['--identity-user-assigne''d-identities'], help='The list of user identities associated with the Kusto cluster. The user ident''ity dictionary key references will be ARM resource ids in the form: \'/subscriptions/{subscriptionI''d}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{i''dentityName}\'. Expected value: json-string/@json-file.')) + c.argument('identity_user_assigned_identities', arg_type=CLIArgumentType(options_list=['--identity-user-assigne' + 'd-identities'], help='The list of user identities associated with the Kusto cluster. The user ident' + 'ity dictionary key references will be ARM resource ids in the form: \'/subscriptions/{subscriptionI' + 'd}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{i' + 'dentityName}\'. Expected value: json-string/@json-file.')) with self.argument_context('kusto cluster update') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') c.argument('tags', tags_type) c.argument('location', arg_type=get_location_type(self.cli_ctx), @@ -94,22 +98,26 @@ def load_arguments(self, _): c.argument('enable_double_encryption', arg_type=get_three_state_flag(), help='A boolean value that indicates if' ' double encryption is enabled.') c.argument('identity_type', arg_type=get_enum_type(['None', 'SystemAssigned']), help='The identity type.') - c.argument('identity_user_assigned_identities', arg_type=CLIArgumentType(options_list=['--identity-user-assigne''d-identities'], help='The list of user identities associated with the Kusto cluster. The user ident''ity dictionary key references will be ARM resource ids in the form: \'/subscriptions/{subscriptionI''d}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{i''dentityName}\'. Expected value: json-string/@json-file.')) + c.argument('identity_user_assigned_identities', arg_type=CLIArgumentType(options_list=['--identity-user-assigne' + 'd-identities'], help='The list of user identities associated with the Kusto cluster. The user ident' + 'ity dictionary key references will be ARM resource ids in the form: \'/subscriptions/{subscriptionI' + 'd}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{i' + 'dentityName}\'. Expected value: json-string/@json-file.')) with self.argument_context('kusto cluster delete') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') with self.argument_context('kusto cluster add-language-extension') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') c.argument('value', action=AddClustersValue, nargs='+', help='The list of language extensions.') with self.argument_context('kusto cluster detach-follower-database') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') c.argument('cluster_resource_id', help='Resource id of the cluster that follows a database owned by this cluste' 'r.') @@ -118,40 +126,40 @@ def load_arguments(self, _): with self.argument_context('kusto cluster diagnose-virtual-network') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') with self.argument_context('kusto cluster list-follower-database') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.') with self.argument_context('kusto cluster list-language-extension') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.') with self.argument_context('kusto cluster list-sku') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.') with self.argument_context('kusto cluster remove-language-extension') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') c.argument('value', action=AddClustersValue, nargs='+', help='The list of language extensions.') with self.argument_context('kusto cluster start') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') with self.argument_context('kusto cluster stop') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') with self.argument_context('kusto cluster wait') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', + c.argument('cluster_name', options_list=['--name', '-n'], help='The name of the Kusto cluster.', id_part='name') with self.argument_context('kusto cluster-principal-assignment list') as c: @@ -311,13 +319,13 @@ def load_arguments(self, _): with self.argument_context('kusto attached-database-configuration show') as c: c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('attached_database_configuration_name', help='The name of the attache' + c.argument('attached_database_configuration_name', options_list=['--name', '-n'], help='The name of the attache' 'd database configuration.', id_part='child_name_1') with self.argument_context('kusto attached-database-configuration create') as c: c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('attached_database_configuration_name', help='The name of the attache' + c.argument('attached_database_configuration_name', options_list=['--name', '-n'], help='The name of the attache' 'd database configuration.') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) @@ -325,30 +333,33 @@ def load_arguments(self, _): ' follow all current and future databases.') c.argument('cluster_resource_id', help='The resource id of the cluster where the databases you would like to at' 'tach reside.') - c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']), help='The default principals modification kind') + c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']), help= + 'The default principals modification kind') with self.argument_context('kusto attached-database-configuration update') as c: c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('attached_database_configuration_name', help='The name of the attached database configuration.') + c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') + c.argument('attached_database_configuration_name', options_list=['--name', '-n'], help='The name of the attache' + 'd database configuration.', id_part='child_name_1') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) c.argument('database_name', help='The name of the database which you would like to attach, use * if you want to' ' follow all current and future databases.') c.argument('cluster_resource_id', help='The resource id of the cluster where the databases you would like to at' 'tach reside.') - c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']), help='The default principals modification kind') + c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']), help= + 'The default principals modification kind') with self.argument_context('kusto attached-database-configuration delete') as c: c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('attached_database_configuration_name', help='The name of the attache' + c.argument('attached_database_configuration_name', options_list=['--name', '-n'], help='The name of the attache' 'd database configuration.', id_part='child_name_1') with self.argument_context('kusto attached-database-configuration wait') as c: c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('attached_database_configuration_name', help='The name of the attache' + c.argument('attached_database_configuration_name', options_list=['--name', '-n'], help='The name of the attache' 'd database configuration.', id_part='child_name_1') with self.argument_context('kusto data-connection list') as c: @@ -360,14 +371,14 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.', id_part='child_name_2') with self.argument_context('kusto data-connection event-grid create') as c: c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.') c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('data_connection_name', help='The name of the data connection.') + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) c.argument('storage_account_resource_id', @@ -390,7 +401,7 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.') c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('data_connection_name', help='The name of the data connection.') + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) c.argument('event_hub_resource_id', help='The resource ID of the event hub to be used to create a data connecti' @@ -411,7 +422,7 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.') c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('data_connection_name', help='The name of the data connection.') + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) c.argument('iot_hub_resource_id', @@ -431,7 +442,7 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.', id_part='child_name_2') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) @@ -455,7 +466,7 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.', id_part='child_name_2') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) @@ -477,7 +488,7 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.', id_part='child_name_2') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) @@ -498,14 +509,14 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.', id_part='child_name_2') with self.argument_context('kusto data-connection event-grid data-connection-validation') as c: c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.') + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) c.argument('storage_account_resource_id', @@ -528,7 +539,7 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.') + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) c.argument('event_hub_resource_id', help='The resource ID of the event hub to be used to create a data connecti' @@ -549,7 +560,7 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.') + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.') c.argument('location', arg_type=get_location_type(self.cli_ctx), validator=get_default_location_from_resource_group) c.argument('iot_hub_resource_id', @@ -569,5 +580,5 @@ def load_arguments(self, _): c.argument('resource_group_name', resource_group_name_type) c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', + c.argument('data_connection_name', options_list=['--name', '-n'], help='The name of the data connection.', id_part='child_name_2') diff --git a/src/kusto/azext_kusto/generated/custom.py b/src/kusto/azext_kusto/generated/custom.py index 0ed65217ee7..64f9833e85a 100644 --- a/src/kusto/azext_kusto/generated/custom.py +++ b/src/kusto/azext_kusto/generated/custom.py @@ -46,11 +46,11 @@ def kusto_cluster_create(client, identity_type=None, identity_user_assigned_identities=None, no_wait=False): - if enable_streaming_ingest is None: + if enable_streaming_ingest == None: enable_streaming_ingest = False - if enable_purge is None: + if enable_purge == None: enable_purge = False - if enable_double_encryption is None: + if enable_double_encryption == None: enable_double_encryption = False if isinstance(identity_user_assigned_identities, str): identity_user_assigned_identities = json.loads(identity_user_assigned_identities) @@ -91,11 +91,11 @@ def kusto_cluster_update(client, identity_type=None, identity_user_assigned_identities=None, no_wait=False): - if enable_streaming_ingest is None: + if enable_streaming_ingest == None: enable_streaming_ingest = False - if enable_purge is None: + if enable_purge == None: enable_purge = False - if enable_double_encryption is None: + if enable_double_encryption == None: enable_double_encryption = False if isinstance(identity_user_assigned_identities, str): identity_user_assigned_identities = json.loads(identity_user_assigned_identities) diff --git a/src/kusto/azext_kusto/manual/_help.py b/src/kusto/azext_kusto/manual/_help.py index d1e784f9643..b050075960d 100644 --- a/src/kusto/azext_kusto/manual/_help.py +++ b/src/kusto/azext_kusto/manual/_help.py @@ -21,251 +21,137 @@ type: command short-summary: Lists all Kusto clusters within a subscription. examples: - - name: KustoClustersListByResourceGroup + - name: List Kusto clusters by resource group text: |- az kusto cluster list --resource-group "kustorptest" """ helps['kusto cluster show'] = """ type: command - short-summary: Gets a Kusto cluster. + short-summary: Gets a Kusto cluster examples: - - name: KustoClustersGet + - name: Get a Kusto cluster. text: |- - az kusto cluster show --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster show --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto cluster create'] = """ type: command short-summary: Create or update a Kusto cluster. - parameters: - - name: --sku - short-summary: The SKU of the cluster. - long-summary: | - Usage: --sku name=XX capacity=XX tier=XX - - name: Required. SKU name. - capacity: The number of instances of the cluster. - tier: Required. SKU tier. - - name: --trusted-external-tenants - short-summary: The cluster's external tenants. - long-summary: | - Usage: --trusted-external-tenants value=XX - - value: GUID representing an external tenant. - - Multiple actions can be specified by using more than one --trusted-external-tenants argument. - - name: --optimized-autoscale - short-summary: Optimized auto scale definition. - long-summary: | - Usage: --optimized-autoscale version=XX is-enabled=XX minimum=XX maximum=XX - - version: Required. The version of the template defined, for instance 1. - is-enabled: Required. A boolean value that indicate if the optimized autoscale feature is enabled or not. - minimum: Required. Minimum allowed instances count. - maximum: Required. Maximum allowed instances count. - - name: --virtual-network-configuration - short-summary: Virtual network definition. - long-summary: | - Usage: --virtual-network-configuration subnet-id=XX engine-public-ip-id=XX data-management-public-ip-id=XX - - subnet-id: Required. The subnet resource id. - engine-public-ip-id: Required. Engine service's public IP address resource id. - data-management-public-ip-id: Required. Data management's service public IP address resource id. - - name: --key-vault-properties - short-summary: KeyVault properties for the cluster encryption. - long-summary: | - Usage: --key-vault-properties key-name=XX key-version=XX key-vault-uri=XX - - key-name: Required. The name of the key vault key. - key-version: Required. The version of the key vault key. - key-vault-uri: Required. The Uri of the key vault. - examples: - - name: KustoClustersCreateOrUpdate - text: |- - az kusto cluster create --cluster-name "kustoclusterrptest4" --identity-type "SystemAssigned" --location "westus\ -" --enable-double-encryption false --enable-purge true --enable-streaming-ingest true --sku name="Standard_L8s" capacit\ -y=2 tier="Standard" --resource-group "kustorptest" + examples + - name: Create or update a Kusto cluster. + text: |- + az kusto cluster create --cluster-name "KustoClusterRPTest4" --identity-type "SystemAssigned" --location\ + "westus" --enable-purge true --enable-streaming-ingest true --key-vault-properties key-name="" key-vault-uri="" key-ve\ +rsion="" --sku name="Standard_L8s" capacity=2 tier="Standard" --resource-group "kustorptest" """ helps['kusto cluster update'] = """ type: command - short-summary: Update a Kusto cluster. - parameters: - - name: --sku - short-summary: The SKU of the cluster. - long-summary: | - Usage: --sku name=XX capacity=XX tier=XX - - name: Required. SKU name. - capacity: The number of instances of the cluster. - tier: Required. SKU tier. - - name: --trusted-external-tenants - short-summary: The cluster's external tenants. - long-summary: | - Usage: --trusted-external-tenants value=XX - - value: GUID representing an external tenant. - - Multiple actions can be specified by using more than one --trusted-external-tenants argument. - - name: --optimized-autoscale - short-summary: Optimized auto scale definition. - long-summary: | - Usage: --optimized-autoscale version=XX is-enabled=XX minimum=XX maximum=XX - - version: Required. The version of the template defined, for instance 1. - is-enabled: Required. A boolean value that indicate if the optimized autoscale feature is enabled or not. - minimum: Required. Minimum allowed instances count. - maximum: Required. Maximum allowed instances count. - - name: --virtual-network-configuration - short-summary: Virtual network definition. - long-summary: | - Usage: --virtual-network-configuration subnet-id=XX engine-public-ip-id=XX data-management-public-ip-id=XX - - subnet-id: Required. The subnet resource id. - engine-public-ip-id: Required. Engine service's public IP address resource id. - data-management-public-ip-id: Required. Data management's service public IP address resource id. - - name: --key-vault-properties - short-summary: KeyVault properties for the cluster encryption. - long-summary: | - Usage: --key-vault-properties key-name=XX key-version=XX key-vault-uri=XX - - key-name: Required. The name of the key vault key. - key-version: Required. The version of the key vault key. - key-vault-uri: Required. The Uri of the key vault. - examples: - - name: KustoClustersUpdate - text: |- - az kusto cluster update --cluster-name "kustoclusterrptest4" --identity-type "SystemAssigned" --location "westus\ -" --enable-purge true --enable-streaming-ingest true --key-vault-properties key-name="keyName" key-vault-uri="https://d\ -ummy.keyvault.com" key-version="keyVersion" --resource-group "kustorptest" + short-summary: Update a Kusto cluster + examples: + - name: Update a Kusto cluster + text: |- + az kusto cluster update --cluster-name "KustoClusterRPTest4" --identity-type "SystemAssigned" --location\ + "westus" --enable-purge true --enable-streaming-ingest true --key-vault-properties key-name="keyName" key-vault-uri="h\ +ttps://dummy.keyvault.com" key-version="keyVersion" --resource-group "kustorptest" """ helps['kusto cluster delete'] = """ type: command - short-summary: Deletes a Kusto cluster. + short-summary: Deletes a Kusto cluster examples: - - name: KustoClustersDelete + - name: Deletes a Kusto cluster. text: |- - az kusto cluster delete --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster delete --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto cluster add-language-extension'] = """ type: command short-summary: Add a list of language extensions that can run within KQL queries. - parameters: - - name: --value - short-summary: The list of language extensions. - long-summary: | - Usage: --value language-extension-name=XX - - language-extension-name: The language extension name. - - Multiple actions can be specified by using more than one --value argument. examples: - - name: KustoClusterAddLanguageExtensions + - name: Add language extensions text: |- - az kusto cluster add-language-extension --cluster-name "kustoclusterrptest4" --value language-extension-name="PY\ -THON" --value language-extension-name="R" --resource-group "kustorptest" + az kusto cluster add-language-extension --cluster-name "KustoClusterRPTest4" --value language-extension-\ +name="PYTHON" --value language-extension-name="R" --resource-group "kustorptest" """ helps['kusto cluster detach-follower-database'] = """ type: command short-summary: Detaches all followers of a database owned by this cluster. examples: - - name: KustoClusterDetachFollowerDatabases + - name: Detach followers databases. text: |- - az kusto cluster detach-follower-database --cluster-name "kustoclusterrptest4" --attached-database-configuration\ --name "myAttachedDatabaseConfiguration" --cluster-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/reso\ -urceGroups/kustorptest/providers/Microsoft.Kusto/clusters/leader4" --resource-group "kustorptest" + az kusto cluster detach-follower-database --cluster-name "KustoClusterRPTest4" --attached-database-confi\ +guration-name "myAttachedDatabaseConfiguration" --cluster-resource-id "/subscriptions/12345678-1234-1234-1234-123456789\ +098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/leader4" --resource-group "kustorptest" """ helps['kusto cluster diagnose-virtual-network'] = """ type: command short-summary: Diagnoses network connectivity status for external resources on which the service is dependent on. examples: - - name: KustoClusterDiagnoseVirtualNetwork + - name: Diagnose virtual-network text: |- - az kusto cluster diagnose-virtual-network --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster diagnose-virtual-network --cluster-name "KustoClusterRPTest4" --resource-group "kustorp\ +test" """ helps['kusto cluster list-follower-database'] = """ type: command short-summary: Returns a list of databases that are owned by this cluster and were followed by another cluster. examples: - - name: KustoClusterListFollowerDatabases + - name: List follower databases text: |- - az kusto cluster list-follower-database --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster list-follower-database --cluster-name "KustoClusterRPTest4" --resource-group "kustorpte\ +st" """ helps['kusto cluster list-language-extension'] = """ type: command short-summary: Returns a list of language extensions that can run within KQL queries. examples: - - name: KustoClusterListLanguageExtensions + - name: List language extensions text: |- - az kusto cluster list-language-extension --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster list-language-extension --cluster-name "KustoClusterRPTest4" --resource-group "kustorpt\ +est" """ helps['kusto cluster list-sku'] = """ type: command short-summary: Lists eligible SKUs for Kusto resource provider. examples: - - name: KustoClustersListResourceSkus + - name: List SKUs text: |- - az kusto cluster list-sku --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster list-sku --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto cluster remove-language-extension'] = """ type: command short-summary: Remove a list of language extensions that can run within KQL queries. - parameters: - - name: --value - short-summary: The list of language extensions. - long-summary: | - Usage: --value language-extension-name=XX - - language-extension-name: The language extension name. - - Multiple actions can be specified by using more than one --value argument. examples: - - name: KustoClusterRemoveLanguageExtensions + - name: Remove language extensions text: |- - az kusto cluster remove-language-extension --cluster-name "kustoclusterrptest4" --value language-extension-name=\ -"PYTHON" --value language-extension-name="R" --resource-group "kustorptest" + az kusto cluster remove-language-extension --cluster-name "KustoClusterRPTest4" --value language-extensi\ +on-name="PYTHON" --value language-extension-name="R" --resource-group "kustorptest" """ helps['kusto cluster start'] = """ type: command short-summary: Starts a Kusto cluster. examples: - - name: KustoClustersStart + - name: Start cluster text: |- - az kusto cluster start --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto cluster start --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto cluster stop'] = """ type: command short-summary: Stops a Kusto cluster. examples: - - name: KustoClustersStop + - name: Stop cluster text: |- - az kusto cluster stop --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" -""" - -helps['kusto cluster wait'] = """ - type: command - short-summary: Place the CLI in a waiting state until a condition of the kusto cluster is met. - examples: - - name: Pause executing next line of CLI script until the kusto cluster is successfully created. - text: |- - az kusto cluster wait --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" --created - - name: Pause executing next line of CLI script until the kusto cluster is successfully updated. - text: |- - az kusto cluster wait --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" --updated - - name: Pause executing next line of CLI script until the kusto cluster is successfully deleted. - text: |- - az kusto cluster wait --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" --deleted + az kusto cluster stop --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto cluster-principal-assignment'] = """ @@ -277,7 +163,7 @@ type: command short-summary: Lists all Kusto cluster principalAssignments. examples: - - name: KustoPrincipalAssignmentsList + - name: List cluster principal assignment text: |- az kusto cluster-principal-assignment list --cluster-name "kustoclusterrptest4" --resource-group "kustor\ ptest" @@ -287,7 +173,7 @@ type: command short-summary: Gets a Kusto cluster principalAssignment. examples: - - name: KustoClusterPrincipalAssignmentsGet + - name: Get cluster principal assignment text: |- az kusto cluster-principal-assignment show --cluster-name "kustoclusterrptest4" --principal-assignment-n\ ame "kustoprincipal1" --resource-group "kustorptest" @@ -297,7 +183,7 @@ type: command short-summary: Create a Kusto cluster principalAssignment. examples: - - name: KustoClusterPrincipalAssignmentsCreateOrUpdate + - name: Create or update cluster principal assignment text: |- az kusto cluster-principal-assignment create --cluster-name "kustoclusterrptest4" --principal-id "876543\ 21-1234-1234-1234-123456789123" --principal-type "App" --role "AllDatabasesAdmin" --tenant-id "12345678-1234-1234-1234-\ @@ -308,7 +194,7 @@ type: command short-summary: Create a Kusto cluster principalAssignment. examples: - - name: KustoClusterPrincipalAssignmentsCreateOrUpdate + - name: Create or update cluster principal assignment text: |- az kusto cluster-principal-assignment update --cluster-name "kustoclusterrptest4" --principal-id "876543\ 21-1234-1234-1234-123456789123" --principal-type "App" --role "AllDatabasesAdmin" --tenant-id "12345678-1234-1234-1234-\ @@ -319,28 +205,12 @@ type: command short-summary: Deletes a Kusto cluster principalAssignment. examples: - - name: KustoClusterPrincipalAssignmentsDelete + - name: Delete cluster principal assignment text: |- az kusto cluster-principal-assignment delete --cluster-name "kustoclusterrptest4" --principal-assignment\ -name "kustoprincipal1" --resource-group "kustorptest" """ -helps['kusto cluster-principal-assignment wait'] = """ - type: command - short-summary: Place the CLI in a waiting state until a condition of the kusto cluster-principal-assignment is met. - examples: - - name: Pause executing next line of CLI script until the kusto cluster-principal-assignment is successfully crea\ -ted. - text: |- - az kusto cluster-principal-assignment wait --cluster-name "kustoclusterrptest4" --principal-assignment-n\ -ame "kustoprincipal1" --resource-group "kustorptest" --created - - name: Pause executing next line of CLI script until the kusto cluster-principal-assignment is successfully dele\ -ted. - text: |- - az kusto cluster-principal-assignment wait --cluster-name "kustoclusterrptest4" --principal-assignment-n\ -ame "kustoprincipal1" --resource-group "kustorptest" --deleted -""" - helps['kusto database'] = """ type: group short-summary: kusto database @@ -350,18 +220,18 @@ type: command short-summary: Returns the list of databases of the given Kusto cluster. examples: - - name: KustoDatabasesListByCluster + - name: List databases by cluster text: |- - az kusto database list --cluster-name "kustoclusterrptest4" --resource-group "kustorptest" + az kusto database list --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto database show'] = """ type: command short-summary: Returns a database. examples: - - name: KustoDatabasesGet + - name: Get database text: |- - az kusto database show --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --resource-\ + az kusto database show --cluster-name "KustoClusterRPTest4" --database-name "KustoDatabase8" --resource-\ group "kustorptest" """ @@ -369,7 +239,7 @@ type: command short-summary: Creates or updates a database. examples: - - name: KustoDatabasesCreateOrUpdate + - name: Create or update Kusto database text: |- az kusto database create --cluster-name "KustoClusterRPTest4" --database-name "KustoDatabase8" --read-wr\ ite-database location="westus" soft-delete-period="P1D" --resource-group "kustorptest" @@ -379,7 +249,7 @@ type: command short-summary: Updates a database. examples: - - name: KustoDatabasesUpdate + - name: Update Kusto database text: |- az kusto database update --cluster-name "KustoClusterRPTest4" --database-name "KustoDatabase8" --read-wr\ ite-database soft-delete-period="P1D" --resource-group "kustorptest" @@ -389,92 +259,46 @@ type: command short-summary: Deletes the database with the given name. examples: - - name: KustoDatabasesDelete + - name: Delete Kusto database text: |- - az kusto database delete --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --resourc\ + az kusto database delete --cluster-name "KustoClusterRPTest4" --database-name "KustoDatabase8" --resourc\ e-group "kustorptest" """ helps['kusto database add-principal'] = """ type: command short-summary: Add Database principals permissions. - parameters: - - name: --value - short-summary: The list of Kusto database principals. - long-summary: | - Usage: --value role=XX name=XX type=XX fqn=XX email=XX app-id=XX - - role: Required. Database principal role. - name: Required. Database principal name. - type: Required. Database principal type. - fqn: Database principal fully qualified name. - email: Database principal email if exists. - app-id: Application id - relevant only for application principal type. - - Multiple actions can be specified by using more than one --value argument. - examples: - - name: KustoDatabaseAddPrincipals - text: |- - az kusto database add-principal --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --\ -value name="Some User" type="User" app-id="" email="user@microsoft.com" fqn="aaduser=some_guid" role="Admin" --value na\ -me="Kusto" type="Group" app-id="" email="kusto@microsoft.com" fqn="aadgroup=some_guid" role="Viewer" --value name="Some\ -App" type="App" app-id="some_guid_app_id" email="" fqn="aadapp=some_guid_app_id" role="Admin" --resource-group "kustorp\ -test" + examples: + - name: Add database principal + text: |- + az kusto database add-principal --cluster-name "KustoClusterRPTest4" --database-name "databaseName1" --v\ +alue name="Some User" type="User" app-id="" email="user@microsoft.com" fqn="aaduser=some_guid" role="Admin" --value nam\ +e="Kusto" type="Group" app-id="" email="kusto@microsoft.com" fqn="aadgroup=some_guid" role="Viewer" --value name="SomeA\ +pp" type="App" app-id="some_guid_app_id" email="" fqn="aadapp=some_guid_app_id" role="Admin" --resource-group "kustorpt\ +est" """ helps['kusto database list-principal'] = """ type: command short-summary: Returns a list of database principals of the given Kusto cluster and database. examples: - - name: KustoDatabaseListPrincipals + - name: List database principals text: |- - az kusto database list-principal --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" -\ + az kusto database list-principal --cluster-name "KustoClusterRPTest4" --database-name "Kustodatabase8" -\ -resource-group "kustorptest" """ helps['kusto database remove-principal'] = """ type: command short-summary: Remove Database principals permissions. - parameters: - - name: --value - short-summary: The list of Kusto database principals. - long-summary: | - Usage: --value role=XX name=XX type=XX fqn=XX email=XX app-id=XX - - role: Required. Database principal role. - name: Required. Database principal name. - type: Required. Database principal type. - fqn: Database principal fully qualified name. - email: Database principal email if exists. - app-id: Application id - relevant only for application principal type. - - Multiple actions can be specified by using more than one --value argument. - examples: - - name: KustoDatabaseRemovePrincipals - text: |- - az kusto database remove-principal --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8"\ - --value name="Some User" type="User" app-id="" email="user@microsoft.com" fqn="aaduser=some_guid" role="Admin" --value\ - name="Kusto" type="Group" app-id="" email="kusto@microsoft.com" fqn="aadgroup=some_guid" role="Viewer" --value name="S\ -omeApp" type="App" app-id="some_guid_app_id" email="" fqn="aadapp=some_guid_app_id" role="Admin" --resource-group "kust\ -orptest" -""" - -helps['kusto database wait'] = """ - type: command - short-summary: Place the CLI in a waiting state until a condition of the kusto database is met. examples: - - name: Pause executing next line of CLI script until the kusto database is successfully created. - text: |- - az kusto database wait --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --resource-\ -group "kustorptest" --created - - name: Pause executing next line of CLI script until the kusto database is successfully updated. + - name: Remove database principals text: |- - az kusto database wait --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --resource-\ -group "kustorptest" --updated - - name: Pause executing next line of CLI script until the kusto database is successfully deleted. - text: |- - az kusto database wait --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --resource-\ -group "kustorptest" --deleted + az kusto database remove-principal --cluster-name "KustoClusterRPTest4" --database-name "databaseName1" \ +--value name="Some User" type="User" app-id="" email="user@microsoft.com" fqn="aaduser=some_guid" role="Admin" --value \ +name="Kusto" type="Group" app-id="" email="kusto@microsoft.com" fqn="aadgroup=some_guid" role="Viewer" --value name="So\ +meApp" type="App" app-id="some_guid_app_id" email="" fqn="aadapp=some_guid_app_id" role="Admin" --resource-group "kusto\ +rptest" """ helps['kusto database-principal-assignment'] = """ @@ -486,7 +310,7 @@ type: command short-summary: Lists all Kusto cluster database principalAssignments. examples: - - name: KustoPrincipalAssignmentsList + - name: List database principal assignment text: |- az kusto database-principal-assignment list --cluster-name "kustoclusterrptest4" --database-name "Kustod\ atabase8" --resource-group "kustorptest" @@ -494,7 +318,7 @@ helps['kusto database-principal-assignment show'] = """ type: command - short-summary: Gets a Kusto cluster database principalAssignment. + short-summary: Get database principal assignment examples: - name: KustoDatabasePrincipalAssignmentsGet text: |- @@ -506,7 +330,7 @@ type: command short-summary: Creates a Kusto cluster database principalAssignment. examples: - - name: KustoDatabasePrincipalAssignmentsCreateOrUpdate + - name: Create or update database principal assignment text: |- az kusto database-principal-assignment create --cluster-name "kustoclusterrptest4" --database-name "Kust\ odatabase8" --principal-id "87654321-1234-1234-1234-123456789123" --principal-type "App" --role "Admin" --tenant-id "12\ @@ -517,7 +341,7 @@ type: command short-summary: Creates a Kusto cluster database principalAssignment. examples: - - name: KustoDatabasePrincipalAssignmentsCreateOrUpdate + - name: Create or update database principal assignment text: |- az kusto database-principal-assignment update --cluster-name "kustoclusterrptest4" --database-name "Kust\ odatabase8" --principal-id "87654321-1234-1234-1234-123456789123" --principal-type "App" --role "Admin" --tenant-id "12\ @@ -528,29 +352,12 @@ type: command short-summary: Deletes a Kusto principalAssignment. examples: - - name: KustoDatabasePrincipalAssignmentsDelete + - name: Delete database principal assignment text: |- az kusto database-principal-assignment delete --cluster-name "kustoclusterrptest4" --database-name "Kust\ odatabase8" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" """ -helps['kusto database-principal-assignment wait'] = """ - type: command - short-summary: Place the CLI in a waiting state until a condition of the kusto database-principal-assignment is met\ -. - examples: - - name: Pause executing next line of CLI script until the kusto database-principal-assignment is successfully cre\ -ated. - text: |- - az kusto database-principal-assignment wait --cluster-name "kustoclusterrptest4" --database-name "Kustod\ -atabase8" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --created - - name: Pause executing next line of CLI script until the kusto database-principal-assignment is successfully del\ -eted. - text: |- - az kusto database-principal-assignment wait --cluster-name "kustoclusterrptest4" --database-name "Kustod\ -atabase8" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --deleted -""" - helps['kusto attached-database-configuration'] = """ type: group short-summary: kusto attached-database-configuration @@ -560,9 +367,9 @@ type: command short-summary: Returns the list of attached database configurations of the given Kusto cluster. examples: - - name: KustoAttachedDatabaseConfigurationsListByCluster + - name: List attached databases by cluster text: |- - az kusto attached-database-configuration list --cluster-name "kustoclusterrptest4" --resource-group "kus\ + az kusto attached-database-configuration list --cluster-name "KustoClusterRPTest4" --resource-group "kus\ torptest" """ @@ -570,61 +377,44 @@ type: command short-summary: Returns an attached database configuration. examples: - - name: AttachedDatabaseConfigurationsGet + - name: Get attached database text: |- - az kusto attached-database-configuration show --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name "k\ -ustoclusterrptest4" --resource-group "kustorptest" + az kusto attached-database-configuration show --attached-database-configuration-name "attachedDatabaseCo\ +nfigurations1" --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto attached-database-configuration create'] = """ type: command short-summary: Creates or updates an attached database configuration. examples: - - name: AttachedDatabaseConfigurationsCreateOrUpdate + - name: Create or update attached database text: |- - az kusto attached-database-configuration create --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name \ -"kustoclusterrptest4" --location "westus" --cluster-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/re\ -sourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader" --database-name "kustodatabase" --defau\ -lt-principals-modification-kind "Union" --resource-group "kustorptest" + az kusto attached-database-configuration create --attached-database-configuration-name "attachedDatabase\ +Configurations1" --cluster-name "KustoClusterRPTest4" --location "westus" --cluster-resource-id "/subscriptions/1234567\ +8-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader" --datab\ +ase-name "Kustodatabase8" --default-principals-modification-kind "Union" --resource-group "kustorptest" """ helps['kusto attached-database-configuration update'] = """ type: command short-summary: Creates or updates an attached database configuration. examples: - - name: AttachedDatabaseConfigurationsCreateOrUpdate + - name: Create or update attached database text: |- - az kusto attached-database-configuration update --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name \ -"kustoclusterrptest4" --location "westus" --cluster-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/re\ -sourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader" --database-name "kustodatabase" --defau\ -lt-principals-modification-kind "Union" --resource-group "kustorptest" + az kusto attached-database-configuration update --attached-database-configuration-name "attachedDatabase\ +Configurations1" --cluster-name "KustoClusterRPTest4" --location "westus" --cluster-resource-id "/subscriptions/1234567\ +8-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader" --datab\ +ase-name "Kustodatabase8" --default-principals-modification-kind "Union" --resource-group "kustorptest" """ helps['kusto attached-database-configuration delete'] = """ type: command short-summary: Deletes the attached database configuration with the given name. examples: - - name: AttachedDatabaseConfigurationsDelete + - name: Delete attached database text: |- - az kusto attached-database-configuration delete --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name \ -"kustoclusterrptest4" --resource-group "kustorptest" -""" - -helps['kusto attached-database-configuration wait'] = """ - type: command - short-summary: Place the CLI in a waiting state until a condition of the kusto attached-database-configuration is m\ -et. - examples: - - name: Pause executing next line of CLI script until the kusto attached-database-configuration is successfully c\ -reated. - text: |- - az kusto attached-database-configuration wait --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name "k\ -ustoclusterrptest4" --resource-group "kustorptest" --created - - name: Pause executing next line of CLI script until the kusto attached-database-configuration is successfully d\ -eleted. - text: |- - az kusto attached-database-configuration wait --attached-database-configuration-name "attachedDatabaseConfigurations1" --cluster-name "k\ -ustoclusterrptest4" --resource-group "kustorptest" --deleted + az kusto attached-database-configuration delete --attached-database-configuration-name "attachedDatabase\ +Configurations1" --cluster-name "KustoClusterRPTest4" --resource-group "kustorptest" """ helps['kusto data-connection'] = """ @@ -636,9 +426,9 @@ type: command short-summary: Returns the list of data connections of the given Kusto database. examples: - - name: KustoDatabasesListByCluster + - name: List cluster data connection text: |- - az kusto data-connection list --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --re\ + az kusto data-connection list --cluster-name "KustoClusterRPTest4" --database-name "KustoDatabase8" --re\ source-group "kustorptest" """ @@ -646,10 +436,10 @@ type: command short-summary: Returns a data connection. examples: - - name: KustoDataConnectionsGet + - name: Get data connection text: |- - az kusto data-connection show --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-\ -name "KustoDatabase8" --resource-group "kustorptest" + az kusto data-connection show --cluster-name "KustoClusterRPTest4" --data-connection-name "DataConnectio\ +ns8" --database-name "KustoDatabase8" --resource-group "kustorptest" """ helps['kusto data-connection event-grid'] = """ @@ -671,12 +461,12 @@ type: command short-summary: Creates or updates a data connection. examples: - - name: KustoDataConnectionsCreateOrUpdate + - name: Create or update data connection text: |- - az kusto data-connection event-hub create --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8"\ - --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/s\ -ubscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/ev\ -enthubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" + az kusto data-connection event-hub create --cluster-name "KustoClusterRPTest4" --data-connection-name "D\ +ataConnections8" --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub\ +-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventH\ +ub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" """ helps['kusto data-connection iot-hub'] = """ @@ -698,12 +488,12 @@ type: command short-summary: Updates a data connection. examples: - - name: KustoDataConnectionsUpdate + - name: Update data connection text: |- - az kusto data-connection event-hub update --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8"\ - --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/s\ -ubscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/ev\ -enthubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" + az kusto data-connection event-hub update --cluster-name "KustoClusterRPTest4" --data-connection-name "D\ +ataConnections8" --database-name "KustoDatabase8" --location "westus" --consumer-group "testConsumerGroup1" --event-hub\ +-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventH\ +ub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" """ helps['kusto data-connection iot-hub update'] = """ @@ -715,10 +505,10 @@ type: command short-summary: Deletes the data connection with the given name. examples: - - name: KustoDataConnectionsDelete + - name: Delete data connection text: |- - az kusto data-connection delete --cluster-name "kustoclusterrptest4" --data-connection-name "kustoeventhubconnection1" -\ --database-name "KustoDatabase8" --resource-group "kustorptest" + az kusto data-connection delete --cluster-name "KustoClusterRPTest4" --data-connection-name "kustoeventh\ +ubconnection1" --database-name "KustoDatabase8" --resource-group "kustorptest" """ helps['kusto data-connection event-grid data-connection-validation'] = """ @@ -730,12 +520,12 @@ type: command short-summary: Checks that the data connection parameters are valid. examples: - - name: KustoDataConnectionValidation + - name: Validate data connection text: |- - az kusto data-connection event-hub data-connection-validation --cluster-name "kustoclusterrptest4" --dat\ -abase-name "KustoDatabase8" --data-connection-name "DataConnections8" --consumer-group "testConsumerGroup1" --event-hub-resource-id "/s\ -ubscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/ev\ -enthubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" + az kusto data-connection event-hub data-connection-validation --cluster-name "KustoClusterRPTest4" --dat\ +abase-name "KustoDatabase8" --data-connection-name "DataConnections8" --consumer-group "testConsumerGroup1" --event-hub\ +-resource-id "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventH\ +ub/namespaces/eventhubTestns1/eventhubs/eventhubTest1" --resource-group "kustorptest" """ helps['kusto data-connection iot-hub data-connection-validation'] = """ @@ -743,16 +533,27 @@ short-summary: Checks that the data connection parameters are valid. """ -helps['kusto data-connection wait'] = """ - type: command - short-summary: Place the CLI in a waiting state until a condition of the kusto data-connection is met. - examples: - - name: Pause executing next line of CLI script until the kusto data-connection is successfully created. - text: |- - az kusto data-connection wait --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-\ -name "KustoDatabase8" --resource-group "kustorptest" --created - - name: Pause executing next line of CLI script until the kusto data-connection is successfully deleted. - text: |- - az kusto data-connection wait --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-\ -name "KustoDatabase8" --resource-group "kustorptest" --deleted + +helps['kusto attached-database-configuration wait'] = """ +type: command +short-summary: Wait for a managed Kusto cluster to reach a desired state. +long-summary: If an operation on a cluster was interrupted or was started with `--no-wait`, use this command to wait for it to complete. +""" + +helps['kusto cluster-principal-assignment wait'] = """ +type: command +short-summary: Wait for a managed Kusto cluster to reach a desired state. +long-summary: If an operation on a cluster was interrupted or was started with `--no-wait`, use this command to wait for it to complete. +""" + +helps['kusto data-connection wait wait'] = """ +type: command +short-summary: Wait for a managed Kusto cluster to reach a desired state. +long-summary: If an operation on a cluster was interrupted or was started with `--no-wait`, use this command to wait for it to complete. +""" + +helps['kusto database-principal-assignment wait'] = """ +type: command +short-summary: Wait for a managed Kusto cluster to reach a desired state. +long-summary: If an operation on a cluster was interrupted or was started with `--no-wait`, use this command to wait for it to complete. """ diff --git a/src/kusto/azext_kusto/manual/_params.py b/src/kusto/azext_kusto/manual/_params.py deleted file mode 100644 index 65e75894b8a..00000000000 --- a/src/kusto/azext_kusto/manual/_params.py +++ /dev/null @@ -1,573 +0,0 @@ -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- -# pylint: disable=too-many-lines -# pylint: disable=too-many-statements - -from knack.arguments import CLIArgumentType -from azure.cli.core.commands.parameters import ( - tags_type, - get_three_state_flag, - get_enum_type, - resource_group_name_type, - get_location_type -) -from azure.cli.core.commands.validators import get_default_location_from_resource_group -from azext_kusto.action import ( - AddSku, - AddTrustedExternalTenants, - AddOptimizedAutoscale, - AddVirtualNetworkConfiguration, - AddKeyVaultProperties, - AddClustersValue, - AddReadWriteDatabase, - AddReadOnlyFollowingDatabase, - AddDatabasesValue -) - - -def load_arguments(self, _): - - with self.argument_context('kusto cluster list') as c: - c.argument('resource_group_name', resource_group_name_type) - - with self.argument_context('kusto cluster show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - - with self.argument_context('kusto cluster create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('tags', tags_type) - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('sku', action=AddSku, nargs='+', help='The SKU of the cluster.') - c.argument('zones', nargs='+', help='The availability zones of the cluster.') - c.argument('trusted_external_tenants', action=AddTrustedExternalTenants, nargs='+', help='The cluster\'s extern' - 'al tenants.') - c.argument('optimized_autoscale', action=AddOptimizedAutoscale, nargs='+', help='Optimized auto scale definitio' - 'n.') - c.argument('enable_disk_encryption', arg_type=get_three_state_flag(), help='A boolean value that indicates if t' - 'he cluster\'s disks are encrypted.') - c.argument('enable_streaming_ingest', arg_type=get_three_state_flag(), help='A boolean value that indicates if ' - 'the streaming ingest is enabled.') - c.argument('virtual_network_configuration', action=AddVirtualNetworkConfiguration, nargs='+', help='Virtual net' - 'work definition.') - c.argument('key_vault_properties', action=AddKeyVaultProperties, nargs='+', help='KeyVault properties for the c' - 'luster encryption.') - c.argument('enable_purge', arg_type=get_three_state_flag(), help='A boolean value that indicates if the purge o' - 'perations are enabled.') - c.argument('enable_double_encryption', arg_type=get_three_state_flag(), help='A boolean value that indicates if' - ' double encryption is enabled.') - c.argument('identity_type', arg_type=get_enum_type(['None', 'SystemAssigned']), help='The identity type.') - c.argument('identity_user_assigned_identities', arg_type=CLIArgumentType(options_list=['--identity-user-assigned-identities'], help='The list of user identities associated with the Kusto cluster. The user ident''ity dictionary key references will be ARM resource ids in the form: \'/subscriptions/{subscriptionI''d}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{i''dentityName}\'. Expected value: json-string/@json-file.')) - - with self.argument_context('kusto cluster update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - c.argument('tags', tags_type) - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('sku', action=AddSku, nargs='+', help='The SKU of the cluster.') - c.argument('trusted_external_tenants', action=AddTrustedExternalTenants, nargs='+', help='The cluster\'s extern' - 'al tenants.') - c.argument('optimized_autoscale', action=AddOptimizedAutoscale, nargs='+', help='Optimized auto scale definitio' - 'n.') - c.argument('enable_disk_encryption', arg_type=get_three_state_flag(), help='A boolean value that indicates if t' - 'he cluster\'s disks are encrypted.') - c.argument('enable_streaming_ingest', arg_type=get_three_state_flag(), help='A boolean value that indicates if ' - 'the streaming ingest is enabled.') - c.argument('virtual_network_configuration', action=AddVirtualNetworkConfiguration, nargs='+', help='Virtual net' - 'work definition.') - c.argument('key_vault_properties', action=AddKeyVaultProperties, nargs='+', help='KeyVault properties for the c' - 'luster encryption.') - c.argument('enable_purge', arg_type=get_three_state_flag(), help='A boolean value that indicates if the purge o' - 'perations are enabled.') - c.argument('enable_double_encryption', arg_type=get_three_state_flag(), help='A boolean value that indicates if' - ' double encryption is enabled.') - c.argument('identity_type', arg_type=get_enum_type(['None', 'SystemAssigned']), help='The identity type.') - c.argument('identity_user_assigned_identities', arg_type=CLIArgumentType(options_list=['--identity-user-assigne''d-identities'], help='The list of user identities associated with the Kusto cluster. The user ident''ity dictionary key references will be ARM resource ids in the form: \'/subscriptions/{subscriptionI''d}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{i''dentityName}\'. Expected value: json-string/@json-file.')) - - with self.argument_context('kusto cluster delete') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - - with self.argument_context('kusto cluster add-language-extension') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - c.argument('value', action=AddClustersValue, nargs='+', help='The list of language extensions.') - - with self.argument_context('kusto cluster detach-follower-database') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - c.argument('cluster_resource_id', help='Resource id of the cluster that follows a database owned by this cluste' - 'r.') - c.argument('attached_database_configuration_name', help='Resource name of the attached database configuration i' - 'n the follower cluster.') - - with self.argument_context('kusto cluster diagnose-virtual-network') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - - with self.argument_context('kusto cluster list-follower-database') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - - with self.argument_context('kusto cluster list-language-extension') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - - with self.argument_context('kusto cluster list-sku') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - - with self.argument_context('kusto cluster remove-language-extension') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - c.argument('value', action=AddClustersValue, nargs='+', help='The list of language extensions.') - - with self.argument_context('kusto cluster start') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - - with self.argument_context('kusto cluster stop') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - - with self.argument_context('kusto cluster wait') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', - id_part='name') - - with self.argument_context('kusto cluster-principal-assignment list') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - - with self.argument_context('kusto cluster-principal-assignment show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '1') - - with self.argument_context('kusto cluster-principal-assignment create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.') - c.argument('principal_id', help='The principal ID assigned to the cluster principal. It can be a user email, ap' - 'plication ID, or security group name.') - c.argument('role', arg_type=get_enum_type(['AllDatabasesAdmin', 'AllDatabasesViewer']), help='Cluster principal' - ' role.') - c.argument('tenant_id', help='The tenant id of the principal') - c.argument('principal_type', arg_type=get_enum_type(['App', 'Group', 'User']), help='Principal type.') - - with self.argument_context('kusto cluster-principal-assignment update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '1') - c.argument('principal_id', help='The principal ID assigned to the cluster principal. It can be a user email, ap' - 'plication ID, or security group name.') - c.argument('role', arg_type=get_enum_type(['AllDatabasesAdmin', 'AllDatabasesViewer']), help='Cluster principal' - ' role.') - c.argument('tenant_id', help='The tenant id of the principal') - c.argument('principal_type', arg_type=get_enum_type(['App', 'Group', 'User']), help='Principal type.') - - with self.argument_context('kusto cluster-principal-assignment delete') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '1') - - with self.argument_context('kusto cluster-principal-assignment wait') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '1') - - with self.argument_context('kusto database list') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - - with self.argument_context('kusto database show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - - with self.argument_context('kusto database create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('read_write_database', action=AddReadWriteDatabase, nargs='+', help='Class representing a read write' - ' database.', arg_group='Parameters') - c.argument('read_only_following_database', action=AddReadOnlyFollowingDatabase, nargs='+', help='Class represen' - 'ting a read only following database.', arg_group='Parameters') - - with self.argument_context('kusto database update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('read_write_database', action=AddReadWriteDatabase, nargs='+', help='Class representing a read write' - ' database.', arg_group='Parameters') - c.argument('read_only_following_database', action=AddReadOnlyFollowingDatabase, nargs='+', help='Class represen' - 'ting a read only following database.', arg_group='Parameters') - - with self.argument_context('kusto database delete') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - - with self.argument_context('kusto database add-principal') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('value', action=AddDatabasesValue, nargs='+', help='The list of Kusto database principals.') - - with self.argument_context('kusto database list-principal') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - - with self.argument_context('kusto database remove-principal') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('value', action=AddDatabasesValue, nargs='+', help='The list of Kusto database principals.') - - with self.argument_context('kusto database wait') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - - with self.argument_context('kusto database-principal-assignment list') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - - with self.argument_context('kusto database-principal-assignment show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '2') - - with self.argument_context('kusto database-principal-assignment create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.') - c.argument('principal_id', help='The principal ID assigned to the database principal. It can be a user email, a' - 'pplication ID, or security group name.') - c.argument('role', arg_type=get_enum_type(['Admin', 'Ingestor', 'Monitor', 'User', 'UnrestrictedViewers', 'View' - 'er']), help='Database principal role.') - c.argument('tenant_id', help='The tenant id of the principal') - c.argument('principal_type', arg_type=get_enum_type(['App', 'Group', 'User']), help='Principal type.') - - with self.argument_context('kusto database-principal-assignment update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '2') - c.argument('principal_id', help='The principal ID assigned to the database principal. It can be a user email, a' - 'pplication ID, or security group name.') - c.argument('role', arg_type=get_enum_type(['Admin', 'Ingestor', 'Monitor', 'User', 'UnrestrictedViewers', 'View' - 'er']), help='Database principal role.') - c.argument('tenant_id', help='The tenant id of the principal') - c.argument('principal_type', arg_type=get_enum_type(['App', 'Group', 'User']), help='Principal type.') - - with self.argument_context('kusto database-principal-assignment delete') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '2') - - with self.argument_context('kusto database-principal-assignment wait') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('principal_assignment_name', help='The name of the Kusto principalAssignment.', id_part='child_name_' - '2') - - with self.argument_context('kusto attached-database-configuration list') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - - with self.argument_context('kusto attached-database-configuration show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('attached_database_configuration_name', help='The name of the attache' - 'd database configuration.', id_part='child_name_1') - - with self.argument_context('kusto attached-database-configuration create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('attached_database_configuration_name', help='The name of the attache' - 'd database configuration.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('database_name', help='The name of the database which you would like to attach, use * if you want to' - ' follow all current and future databases.') - c.argument('cluster_resource_id', help='The resource id of the cluster where the databases you would like to at' - 'tach reside.') - c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']), help='The default principals modification kind') - - with self.argument_context('kusto attached-database-configuration update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('attached_database_configuration_name', help='The name of the attached database configuration.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('database_name', help='The name of the database which you would like to attach, use * if you want to' - ' follow all current and future databases.') - c.argument('cluster_resource_id', help='The resource id of the cluster where the databases you would like to at' - 'tach reside.') - c.argument('default_principals_modification_kind', arg_type=get_enum_type(['Union', 'Replace', 'None']), help='The default principals modification kind') - - with self.argument_context('kusto attached-database-configuration delete') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('attached_database_configuration_name', help='The name of the attache' - 'd database configuration.', id_part='child_name_1') - - with self.argument_context('kusto attached-database-configuration wait') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('attached_database_configuration_name', help='The name of the attache' - 'd database configuration.', id_part='child_name_1') - - with self.argument_context('kusto data-connection list') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - - with self.argument_context('kusto data-connection show') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', - id_part='child_name_2') - - with self.argument_context('kusto data-connection event-grid create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('data_connection_name', help='The name of the data connection.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('storage_account_resource_id', - help='The resource ID of the storage account where the data resides.') - c.argument('event_hub_resource_id', help='The resource ID where the event grid is configured to send events.') - c.argument('consumer_group', help='The event hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('ignore_first_record', arg_type=get_three_state_flag(), help='A Boolean value that, if set to true, ' - 'indicates that ingestion should ignore the first record of every file') - c.argument('blob_storage_event_type', arg_type=get_enum_type(['Microsoft.Storage.BlobCreated', 'Microsoft.Stora' - 'ge.BlobRenamed']), help='The name of blob storage event type to process.') - - with self.argument_context('kusto data-connection event-hub create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('data_connection_name', help='The name of the data connection.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('event_hub_resource_id', help='The resource ID of the event hub to be used to create a data connecti' - 'on.') - c.argument('consumer_group', help='The event hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('event_system_properties', nargs='+', help='System properties of the event hub') - c.argument('compression', arg_type=get_enum_type(['None', 'GZip']), help='The event hub messages compression ty' - 'pe') - - with self.argument_context('kusto data-connection iot-hub create') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.') - c.argument('database_name', help='The name of the database in the Kusto cluster.') - c.argument('data_connection_name', help='The name of the data connection.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('iot_hub_resource_id', - help='The resource ID of the Iot hub to be used to create a data connection.') - c.argument('consumer_group', help='The iot hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('event_system_properties', nargs='+', help='System properties of the iot hub') - c.argument('shared_access_policy_name', help='The name of the share access policy') - - with self.argument_context('kusto data-connection event-grid update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', - id_part='child_name_2') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('storage_account_resource_id', - help='The resource ID of the storage account where the data resides.') - c.argument('event_hub_resource_id', help='The resource ID where the event grid is configured to send events.') - c.argument('consumer_group', help='The event hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('ignore_first_record', arg_type=get_three_state_flag(), help='A Boolean value that, if set to true, ' - 'indicates that ingestion should ignore the first record of every file') - c.argument('blob_storage_event_type', arg_type=get_enum_type(['Microsoft.Storage.BlobCreated', 'Microsoft.Stora' - 'ge.BlobRenamed']), help='The name of blob storage event type to process.') - - with self.argument_context('kusto data-connection event-hub update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', - id_part='child_name_2') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('event_hub_resource_id', help='The resource ID of the event hub to be used to create a data connecti' - 'on.') - c.argument('consumer_group', help='The event hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('event_system_properties', nargs='+', help='System properties of the event hub') - c.argument('compression', arg_type=get_enum_type(['None', 'GZip']), help='The event hub messages compression ty' - 'pe') - - with self.argument_context('kusto data-connection iot-hub update') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', - id_part='child_name_2') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('iot_hub_resource_id', - help='The resource ID of the Iot hub to be used to create a data connection.') - c.argument('consumer_group', help='The iot hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('event_system_properties', nargs='+', help='System properties of the iot hub') - c.argument('shared_access_policy_name', help='The name of the share access policy') - - with self.argument_context('kusto data-connection delete') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', - id_part='child_name_2') - - with self.argument_context('kusto data-connection event-grid data-connection-validation') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('storage_account_resource_id', - help='The resource ID of the storage account where the data resides.') - c.argument('event_hub_resource_id', help='The resource ID where the event grid is configured to send events.') - c.argument('consumer_group', help='The event hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('ignore_first_record', arg_type=get_three_state_flag(), help='A Boolean value that, if set to true, ' - 'indicates that ingestion should ignore the first record of every file') - c.argument('blob_storage_event_type', arg_type=get_enum_type(['Microsoft.Storage.BlobCreated', 'Microsoft.Stora' - 'ge.BlobRenamed']), help='The name of blob storage event type to process.') - - with self.argument_context('kusto data-connection event-hub data-connection-validation') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('event_hub_resource_id', help='The resource ID of the event hub to be used to create a data connecti' - 'on.') - c.argument('consumer_group', help='The event hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('event_system_properties', nargs='+', help='System properties of the event hub') - c.argument('compression', arg_type=get_enum_type(['None', 'GZip']), help='The event hub messages compression ty' - 'pe') - - with self.argument_context('kusto data-connection iot-hub data-connection-validation') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.') - c.argument('location', arg_type=get_location_type(self.cli_ctx), - validator=get_default_location_from_resource_group) - c.argument('iot_hub_resource_id', - help='The resource ID of the Iot hub to be used to create a data connection.') - c.argument('consumer_group', help='The iot hub consumer group.') - c.argument('table_name', help='The table where the data should be ingested. Optionally the table information ca' - 'n be added to each message.') - c.argument('mapping_rule_name', help='The mapping rule to be used to ingest the data. Optionally the mapping in' - 'formation can be added to each message.') - c.argument('data_format', arg_type=get_enum_type(['MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'T' - 'XT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE']), help='The' - ' data format of the message. Optionally the data format can be added to each message.') - c.argument('event_system_properties', nargs='+', help='System properties of the iot hub') - c.argument('shared_access_policy_name', help='The name of the share access policy') - - with self.argument_context('kusto data-connection wait') as c: - c.argument('resource_group_name', resource_group_name_type) - c.argument('cluster_name', help='The name of the Kusto cluster.', id_part='name') - c.argument('database_name', help='The name of the database in the Kusto cluster.', id_part='child_name_1') - c.argument('data_connection_name', help='The name of the data connection.', - id_part='child_name_2') diff --git a/src/kusto/azext_kusto/manual/custom.py b/src/kusto/azext_kusto/manual/custom.py deleted file mode 100644 index 0ed65217ee7..00000000000 --- a/src/kusto/azext_kusto/manual/custom.py +++ /dev/null @@ -1,881 +0,0 @@ -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- -# pylint: disable=too-many-lines - -import json -from knack.util import CLIError -from azure.cli.core.util import sdk_no_wait - - -def kusto_cluster_list(client, - resource_group_name=None): - if resource_group_name: - return client.list_by_resource_group(resource_group_name=resource_group_name) - return client.list() - - -def kusto_cluster_show(client, - resource_group_name, - cluster_name): - return client.get(resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_create(client, - resource_group_name, - cluster_name, - location, - sku, - tags=None, - zones=None, - trusted_external_tenants=None, - optimized_autoscale=None, - enable_disk_encryption=None, - enable_streaming_ingest=None, - virtual_network_configuration=None, - key_vault_properties=None, - enable_purge=None, - enable_double_encryption=None, - identity_type=None, - identity_user_assigned_identities=None, - no_wait=False): - if enable_streaming_ingest is None: - enable_streaming_ingest = False - if enable_purge is None: - enable_purge = False - if enable_double_encryption is None: - enable_double_encryption = False - if isinstance(identity_user_assigned_identities, str): - identity_user_assigned_identities = json.loads(identity_user_assigned_identities) - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - tags=tags, - location=location, - sku=sku, - zones=zones, - trusted_external_tenants=trusted_external_tenants, - optimized_autoscale=optimized_autoscale, - enable_disk_encryption=enable_disk_encryption, - enable_streaming_ingest=enable_streaming_ingest, - virtual_network_configuration=virtual_network_configuration, - key_vault_properties=key_vault_properties, - enable_purge=enable_purge, - enable_double_encryption=enable_double_encryption, - type=identity_type, - user_assigned_identities=identity_user_assigned_identities) - - -def kusto_cluster_update(client, - resource_group_name, - cluster_name, - tags=None, - location=None, - sku=None, - trusted_external_tenants=None, - optimized_autoscale=None, - enable_disk_encryption=None, - enable_streaming_ingest=None, - virtual_network_configuration=None, - key_vault_properties=None, - enable_purge=None, - enable_double_encryption=None, - identity_type=None, - identity_user_assigned_identities=None, - no_wait=False): - if enable_streaming_ingest is None: - enable_streaming_ingest = False - if enable_purge is None: - enable_purge = False - if enable_double_encryption is None: - enable_double_encryption = False - if isinstance(identity_user_assigned_identities, str): - identity_user_assigned_identities = json.loads(identity_user_assigned_identities) - return sdk_no_wait(no_wait, - client.begin_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - tags=tags, - location=location, - sku=sku, - trusted_external_tenants=trusted_external_tenants, - optimized_autoscale=optimized_autoscale, - enable_disk_encryption=enable_disk_encryption, - enable_streaming_ingest=enable_streaming_ingest, - virtual_network_configuration=virtual_network_configuration, - key_vault_properties=key_vault_properties, - enable_purge=enable_purge, - enable_double_encryption=enable_double_encryption, - type=identity_type, - user_assigned_identities=identity_user_assigned_identities) - - -def kusto_cluster_delete(client, - resource_group_name, - cluster_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_delete, - resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_add_language_extension(client, - resource_group_name, - cluster_name, - value=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_add_language_extension, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - value=value) - - -def kusto_cluster_detach_follower_database(client, - resource_group_name, - cluster_name, - cluster_resource_id, - attached_database_configuration_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_detach_follower_database, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - cluster_resource_id=cluster_resource_id, - attached_database_configuration_name=attached_database_configuration_name) - - -def kusto_cluster_diagnose_virtual_network(client, - resource_group_name, - cluster_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_diagnose_virtual_network, - resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_list_follower_database(client, - resource_group_name, - cluster_name): - return client.list_follower_database(resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_list_language_extension(client, - resource_group_name, - cluster_name): - return client.list_language_extension(resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_list_sku(client, - resource_group_name=None, - cluster_name=None): - if resource_group_name and cluster_name is not None: - return client.list_sku_by_resource(resource_group_name=resource_group_name, - cluster_name=cluster_name) - return client.list_sku() - - -def kusto_cluster_remove_language_extension(client, - resource_group_name, - cluster_name, - value=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_remove_language_extension, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - value=value) - - -def kusto_cluster_start(client, - resource_group_name, - cluster_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_start, - resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_stop(client, - resource_group_name, - cluster_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_stop, - resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_principal_assignment_list(client, - resource_group_name, - cluster_name): - return client.list(resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_cluster_principal_assignment_show(client, - resource_group_name, - cluster_name, - principal_assignment_name): - return client.get(resource_group_name=resource_group_name, - cluster_name=cluster_name, - principal_assignment_name=principal_assignment_name) - - -def kusto_cluster_principal_assignment_create(client, - resource_group_name, - cluster_name, - principal_assignment_name, - principal_id=None, - role=None, - tenant_id=None, - principal_type=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - principal_assignment_name=principal_assignment_name, - principal_id=principal_id, - role=role, - tenant_id=tenant_id, - principal_type=principal_type) - - -def kusto_cluster_principal_assignment_update(client, - resource_group_name, - cluster_name, - principal_assignment_name, - principal_id=None, - role=None, - tenant_id=None, - principal_type=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - principal_assignment_name=principal_assignment_name, - principal_id=principal_id, - role=role, - tenant_id=tenant_id, - principal_type=principal_type) - - -def kusto_cluster_principal_assignment_delete(client, - resource_group_name, - cluster_name, - principal_assignment_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_delete, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - principal_assignment_name=principal_assignment_name) - - -def kusto_database_list(client, - resource_group_name, - cluster_name): - return client.list_by_cluster(resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_database_show(client, - resource_group_name, - cluster_name, - database_name): - return client.get(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name) - - -def kusto_database_create(client, - resource_group_name, - cluster_name, - database_name, - read_write_database=None, - read_only_following_database=None, - no_wait=False): - all_parameters = [] - if read_write_database is not None: - all_parameters.append(read_write_database) - if read_only_following_database is not None: - all_parameters.append(read_only_following_database) - if len(all_parameters) > 1: - raise CLIError('at most one of read_write_database, read_only_following_database is needed for parameters!') - if len(all_parameters) != 1: - raise CLIError('parameters is required. but none of read_write_database, read_only_following_database is provid' - 'ed!') - parameters = all_parameters[0] if len(all_parameters) == 1 else None - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - parameters=parameters) - - -def kusto_database_update(client, - resource_group_name, - cluster_name, - database_name, - read_write_database=None, - read_only_following_database=None, - no_wait=False): - all_parameters = [] - if read_write_database is not None: - all_parameters.append(read_write_database) - if read_only_following_database is not None: - all_parameters.append(read_only_following_database) - if len(all_parameters) > 1: - raise CLIError('at most one of read_write_database, read_only_following_database is needed for parameters!') - if len(all_parameters) != 1: - raise CLIError('parameters is required. but none of read_write_database, read_only_following_database is provid' - 'ed!') - parameters = all_parameters[0] if len(all_parameters) == 1 else None - return sdk_no_wait(no_wait, - client.begin_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - parameters=parameters) - - -def kusto_database_delete(client, - resource_group_name, - cluster_name, - database_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_delete, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name) - - -def kusto_database_add_principal(client, - resource_group_name, - cluster_name, - database_name, - value=None): - return client.add_principal(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - value=value) - - -def kusto_database_list_principal(client, - resource_group_name, - cluster_name, - database_name): - return client.list_principal(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name) - - -def kusto_database_remove_principal(client, - resource_group_name, - cluster_name, - database_name, - value=None): - return client.remove_principal(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - value=value) - - -def kusto_database_principal_assignment_list(client, - resource_group_name, - cluster_name, - database_name): - return client.list(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name) - - -def kusto_database_principal_assignment_show(client, - resource_group_name, - cluster_name, - database_name, - principal_assignment_name): - return client.get(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - principal_assignment_name=principal_assignment_name) - - -def kusto_database_principal_assignment_create(client, - resource_group_name, - cluster_name, - database_name, - principal_assignment_name, - principal_id=None, - role=None, - tenant_id=None, - principal_type=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - principal_assignment_name=principal_assignment_name, - principal_id=principal_id, - role=role, - tenant_id=tenant_id, - principal_type=principal_type) - - -def kusto_database_principal_assignment_update(client, - resource_group_name, - cluster_name, - database_name, - principal_assignment_name, - principal_id=None, - role=None, - tenant_id=None, - principal_type=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - principal_assignment_name=principal_assignment_name, - principal_id=principal_id, - role=role, - tenant_id=tenant_id, - principal_type=principal_type) - - -def kusto_database_principal_assignment_delete(client, - resource_group_name, - cluster_name, - database_name, - principal_assignment_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_delete, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - principal_assignment_name=principal_assignment_name) - - -def kusto_attached_database_configuration_list(client, - resource_group_name, - cluster_name): - return client.list_by_cluster(resource_group_name=resource_group_name, - cluster_name=cluster_name) - - -def kusto_attached_database_configuration_show(client, - resource_group_name, - cluster_name, - attached_database_configuration_name): - return client.get(resource_group_name=resource_group_name, - cluster_name=cluster_name, - attached_database_configuration_name=attached_database_configuration_name) - - -def kusto_attached_database_configuration_create(client, - resource_group_name, - cluster_name, - attached_database_configuration_name, - location=None, - database_name=None, - cluster_resource_id=None, - default_principals_modification_kind=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - attached_database_configuration_name=attached_database_configuration_name, - location=location, - database_name=database_name, - cluster_resource_id=cluster_resource_id, - default_principals_modification_kind=default_principals_modification_kind) - - -def kusto_attached_database_configuration_update(client, - resource_group_name, - cluster_name, - attached_database_configuration_name, - location=None, - database_name=None, - cluster_resource_id=None, - default_principals_modification_kind=None, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - attached_database_configuration_name=attached_database_configuration_name, - location=location, - database_name=database_name, - cluster_resource_id=cluster_resource_id, - default_principals_modification_kind=default_principals_modification_kind) - - -def kusto_attached_database_configuration_delete(client, - resource_group_name, - cluster_name, - attached_database_configuration_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_delete, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - attached_database_configuration_name=attached_database_configuration_name) - - -def kusto_data_connection_list(client, - resource_group_name, - cluster_name, - database_name): - return client.list_by_database(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name) - - -def kusto_data_connection_show(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name): - return client.get(resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name) - - -def kusto_data_connection_event_grid_create(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name, - location=None, - storage_account_resource_id=None, - event_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - ignore_first_record=None, - blob_storage_event_type=None, - no_wait=False): - parameters = {} - parameters['location'] = location - parameters['kind'] = 'EventGrid' - parameters['storage_account_resource_id'] = storage_account_resource_id - parameters['event_hub_resource_id'] = event_hub_resource_id - parameters['consumer_group'] = consumer_group - parameters['table_name'] = table_name - parameters['mapping_rule_name'] = mapping_rule_name - parameters['data_format'] = data_format - parameters['ignore_first_record'] = ignore_first_record - parameters['blob_storage_event_type'] = blob_storage_event_type - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - parameters=parameters) - - -def kusto_data_connection_event_hub_create(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name, - location=None, - event_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - event_system_properties=None, - compression=None, - no_wait=False): - parameters = {} - parameters['location'] = location - parameters['kind'] = 'EventHub' - parameters['event_hub_resource_id'] = event_hub_resource_id - parameters['consumer_group'] = consumer_group - parameters['table_name'] = table_name - parameters['mapping_rule_name'] = mapping_rule_name - parameters['data_format'] = data_format - parameters['event_system_properties'] = event_system_properties - parameters['compression'] = compression - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - parameters=parameters) - - -def kusto_data_connection_iot_hub_create(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name, - location=None, - iot_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - event_system_properties=None, - shared_access_policy_name=None, - no_wait=False): - parameters = {} - parameters['location'] = location - parameters['kind'] = 'IotHub' - parameters['iot_hub_resource_id'] = iot_hub_resource_id - parameters['consumer_group'] = consumer_group - parameters['table_name'] = table_name - parameters['mapping_rule_name'] = mapping_rule_name - parameters['data_format'] = data_format - parameters['event_system_properties'] = event_system_properties - parameters['shared_access_policy_name'] = shared_access_policy_name - return sdk_no_wait(no_wait, - client.begin_create_or_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - parameters=parameters) - - -def kusto_data_connection_event_grid_update(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name, - location=None, - storage_account_resource_id=None, - event_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - ignore_first_record=None, - blob_storage_event_type=None, - no_wait=False): - parameters = {} - parameters['location'] = location - parameters['kind'] = 'EventGrid' - parameters['storage_account_resource_id'] = storage_account_resource_id - parameters['event_hub_resource_id'] = event_hub_resource_id - parameters['consumer_group'] = consumer_group - parameters['table_name'] = table_name - parameters['mapping_rule_name'] = mapping_rule_name - parameters['data_format'] = data_format - parameters['ignore_first_record'] = ignore_first_record - parameters['blob_storage_event_type'] = blob_storage_event_type - return sdk_no_wait(no_wait, - client.begin_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - parameters=parameters) - - -def kusto_data_connection_event_hub_update(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name, - location=None, - event_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - event_system_properties=None, - compression=None, - no_wait=False): - parameters = {} - parameters['location'] = location - parameters['kind'] = 'EventHub' - parameters['event_hub_resource_id'] = event_hub_resource_id - parameters['consumer_group'] = consumer_group - parameters['table_name'] = table_name - parameters['mapping_rule_name'] = mapping_rule_name - parameters['data_format'] = data_format - parameters['event_system_properties'] = event_system_properties - parameters['compression'] = compression - return sdk_no_wait(no_wait, - client.begin_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - parameters=parameters) - - -def kusto_data_connection_iot_hub_update(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name, - location=None, - iot_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - event_system_properties=None, - shared_access_policy_name=None, - no_wait=False): - parameters = {} - parameters['location'] = location - parameters['kind'] = 'IotHub' - parameters['iot_hub_resource_id'] = iot_hub_resource_id - parameters['consumer_group'] = consumer_group - parameters['table_name'] = table_name - parameters['mapping_rule_name'] = mapping_rule_name - parameters['data_format'] = data_format - parameters['event_system_properties'] = event_system_properties - parameters['shared_access_policy_name'] = shared_access_policy_name - return sdk_no_wait(no_wait, - client.begin_update, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - parameters=parameters) - - -def kusto_data_connection_delete(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name, - no_wait=False): - return sdk_no_wait(no_wait, - client.begin_delete, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name) - - -def kusto_data_connection_event_grid_data_connection_validation(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name=None, - location=None, - storage_account_resource_id=None, - event_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - ignore_first_record=None, - blob_storage_event_type=None, - no_wait=False): - properties = {} - properties['location'] = location - properties['kind'] = 'EventGrid' - properties['storage_account_resource_id'] = storage_account_resource_id - properties['event_hub_resource_id'] = event_hub_resource_id - properties['consumer_group'] = consumer_group - properties['table_name'] = table_name - properties['mapping_rule_name'] = mapping_rule_name - properties['data_format'] = data_format - properties['ignore_first_record'] = ignore_first_record - properties['blob_storage_event_type'] = blob_storage_event_type - return sdk_no_wait(no_wait, - client.begin_data_connection_validation, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - properties=properties) - - -def kusto_data_connection_event_hub_data_connection_validation(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name=None, - location=None, - event_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - event_system_properties=None, - compression=None, - no_wait=False): - properties = {} - properties['location'] = location - properties['kind'] = 'EventHub' - properties['event_hub_resource_id'] = event_hub_resource_id - properties['consumer_group'] = consumer_group - properties['table_name'] = table_name - properties['mapping_rule_name'] = mapping_rule_name - properties['data_format'] = data_format - properties['event_system_properties'] = event_system_properties - properties['compression'] = compression - return sdk_no_wait(no_wait, - client.begin_data_connection_validation, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - properties=properties) - - -def kusto_data_connection_iot_hub_data_connection_validation(client, - resource_group_name, - cluster_name, - database_name, - data_connection_name=None, - location=None, - iot_hub_resource_id=None, - consumer_group=None, - table_name=None, - mapping_rule_name=None, - data_format=None, - event_system_properties=None, - shared_access_policy_name=None, - no_wait=False): - properties = {} - properties['location'] = location - properties['kind'] = 'IotHub' - properties['iot_hub_resource_id'] = iot_hub_resource_id - properties['consumer_group'] = consumer_group - properties['table_name'] = table_name - properties['mapping_rule_name'] = mapping_rule_name - properties['data_format'] = data_format - properties['event_system_properties'] = event_system_properties - properties['shared_access_policy_name'] = shared_access_policy_name - return sdk_no_wait(no_wait, - client.begin_data_connection_validation, - resource_group_name=resource_group_name, - cluster_name=cluster_name, - database_name=database_name, - data_connection_name=data_connection_name, - properties=properties) diff --git a/src/kusto/azext_kusto/manual/tests/latest/recordings/test_kusto.yaml b/src/kusto/azext_kusto/manual/tests/latest/recordings/test_kusto.yaml index 4b187da159b..5bddb894e72 100644 --- a/src/kusto/azext_kusto/manual/tests/latest/recordings/test_kusto.yaml +++ b/src/kusto/azext_kusto/manual/tests/latest/recordings/test_kusto.yaml @@ -1,9 +1,9 @@ interactions: - request: - body: '{"location": "southcentralus", "sku": {"name": "Standard_D11_v2", "capacity": - 2, "tier": "Standard"}, "properties": {"enableStreamingIngest": true, "keyVaultProperties": - {"keyName": "", "keyVersion": "", "keyVaultUri": ""}, "enablePurge": true, "enableDoubleEncryption": - false}, "identity": {"type": "SystemAssigned"}}' + body: '{"location": "westus", "sku": {"name": "Standard_L8s", "capacity": 2, "tier": + "Standard"}, "properties": {"enableStreamingIngest": true, "keyVaultProperties": + {"keyName": "", "keyVersion": "", "keyVaultUri": ""}, "enablePurge": true}, + "identity": {"type": "SystemAssigned"}}' headers: Accept: - application/json @@ -14,30 +14,30 @@ interactions: Connection: - keep-alive Content-Length: - - '318' + - '274' Content-Type: - application/json ParameterSetName: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/followercluster100?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterfollower?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100","name":"followercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"southcentralus","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"properties":{"enableStreamingIngest":true,"keyVaultProperties":{"keyName":"","keyVersion":"","keyVaultUri":""},"enablePurge":true,"enableDoubleEncryption":false,"state":"Creating","provisioningState":"Creating"},"identity":{"type":"SystemAssigned"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower","name":"testcliclusterfollower","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"westus","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"properties":{"enableStreamingIngest":true,"keyVaultProperties":{"keyName":"","keyVersion":"","keyVaultUri":""},"enablePurge":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/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 cache-control: - no-cache content-length: - - '623' + - '589' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:48:14 GMT + - Tue, 28 Apr 2020 09:55:48 GMT etag: - '""' expires: @@ -45,7 +45,7 @@ interactions: pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -72,27 +72,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:48:44 GMT + - Tue, 28 Apr 2020 09:56:18 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -123,27 +123,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:49:14 GMT + - Tue, 28 Apr 2020 09:56:48 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -174,27 +174,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:49:44 GMT + - Tue, 28 Apr 2020 09:57:20 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -225,27 +225,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:50:15 GMT + - Tue, 28 Apr 2020 09:57:50 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -276,27 +276,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:50:45 GMT + - Tue, 28 Apr 2020 09:58:21 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -327,27 +327,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:51:15 GMT + - Tue, 28 Apr 2020 09:58:51 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -378,27 +378,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:51:46 GMT + - Tue, 28 Apr 2020 09:59:21 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -429,27 +429,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:48:13.6221639Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:52:16 GMT + - Tue, 28 Apr 2020 09:59:52 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -480,27 +480,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:52:46 GMT + - Tue, 28 Apr 2020 10:00:23 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -531,27 +531,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:53:16 GMT + - Tue, 28 Apr 2020 10:00:53 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -582,27 +582,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:53:47 GMT + - Tue, 28 Apr 2020 10:01:24 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -633,27 +633,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:54:18 GMT + - Tue, 28 Apr 2020 10:01:55 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -684,27 +684,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:54:48 GMT + - Tue, 28 Apr 2020 10:02:24 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -735,27 +735,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:55:18 GMT + - Tue, 28 Apr 2020 10:02:55 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -765,7 +765,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' + - '286' x-powered-by: - ASP.NET status: @@ -786,27 +786,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:55:49 GMT + - Tue, 28 Apr 2020 10:03:27 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -816,7 +816,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' + - '285' x-powered-by: - ASP.NET status: @@ -837,27 +837,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:56:19 GMT + - Tue, 28 Apr 2020 10:03:57 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -867,7 +867,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' + - '284' x-powered-by: - ASP.NET status: @@ -888,27 +888,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:56:50 GMT + - Tue, 28 Apr 2020 10:04:26 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -918,7 +918,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '286' + - '283' x-powered-by: - ASP.NET status: @@ -939,27 +939,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:57:19 GMT + - Tue, 28 Apr 2020 10:04:58 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -969,7 +969,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '285' + - '282' x-powered-by: - ASP.NET status: @@ -990,27 +990,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:57:49 GMT + - Tue, 28 Apr 2020 10:05:28 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1020,7 +1020,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '284' + - '289' x-powered-by: - ASP.NET status: @@ -1041,27 +1041,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Running","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T09:55:49.4885405Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:58:20 GMT + - Tue, 28 Apr 2020 10:05:59 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1071,7 +1071,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '283' + - '288' x-powered-by: - ASP.NET status: @@ -1092,27 +1092,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/31caed15-c03d-4205-8ff1-d7aae37588ef?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/31caed15-c03d-4205-8ff1-d7aae37588ef","name":"31caed15-c03d-4205-8ff1-d7aae37588ef","status":"Succeeded","startTime":"2020-04-28T09:55:47.0333409Z","endTime":"2020-04-28T10:06:13.842226Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"ee94d5bb-5d5b-41fa-8f27-f0032d6e9a5f","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '507' + - '472' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:58:50 GMT + - Tue, 28 Apr 2020 10:06:29 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1122,7 +1122,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '282' + - '287' x-powered-by: - ASP.NET status: @@ -1143,27 +1143,30 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterfollower?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower","name":"testcliclusterfollower","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterfollower.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterfollower.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"fe272264-9a7d-4a40-af0b-b9408bdc0f9a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' headers: cache-control: - no-cache content-length: - - '507' + - '979' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:59:21 GMT + - Tue, 28 Apr 2020 10:06:30 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1173,63 +1176,70 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '281' + - '299' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"location": "westus", "sku": {"name": "Standard_L8s", "capacity": 2, "tier": + "Standard"}, "properties": {"enableStreamingIngest": true, "keyVaultProperties": + {"keyName": "", "keyVersion": "", "keyVaultUri": ""}, "enablePurge": true}, + "identity": {"type": "SystemAssigned"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - kusto cluster create Connection: - keep-alive + Content-Length: + - '274' + Content-Type: + - application/json ParameterSetName: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","name":"testcliclusterleader","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"westus","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"properties":{"enableStreamingIngest":true,"keyVaultProperties":{"keyName":"","keyVersion":"","keyVaultUri":""},"enablePurge":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/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 cache-control: - no-cache content-length: - - '507' + - '585' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 12:59:51 GMT + - Tue, 28 Apr 2020 10:06:42 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;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: - - '280' + - '198' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -1245,27 +1255,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:00:22 GMT + - Tue, 28 Apr 2020 10:07:13 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1275,7 +1285,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' + - '299' x-powered-by: - ASP.NET status: @@ -1296,27 +1306,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:00:52 GMT + - Tue, 28 Apr 2020 10:07:43 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1326,7 +1336,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' + - '298' x-powered-by: - ASP.NET status: @@ -1347,27 +1357,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:01:22 GMT + - Tue, 28 Apr 2020 10:08:14 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1377,7 +1387,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' + - '297' x-powered-by: - ASP.NET status: @@ -1398,27 +1408,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:01:52 GMT + - Tue, 28 Apr 2020 10:08:44 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1428,7 +1438,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '286' + - '296' x-powered-by: - ASP.NET status: @@ -1449,27 +1459,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:02:23 GMT + - Tue, 28 Apr 2020 10:09:15 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1479,7 +1489,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '285' + - '295' x-powered-by: - ASP.NET status: @@ -1500,27 +1510,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:02:53 GMT + - Tue, 28 Apr 2020 10:09:45 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1530,7 +1540,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '284' + - '294' x-powered-by: - ASP.NET status: @@ -1551,27 +1561,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:03:23 GMT + - Tue, 28 Apr 2020 10:10:15 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1581,7 +1591,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '283' + - '293' x-powered-by: - ASP.NET status: @@ -1602,27 +1612,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Running","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T12:52:23.7677553Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:03:53 GMT + - Tue, 28 Apr 2020 10:10:47 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1632,7 +1642,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '282' + - '292' x-powered-by: - ASP.NET status: @@ -1653,27 +1663,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/e4dc25ca-58fd-4084-9fcc-7868fbd25291?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/e4dc25ca-58fd-4084-9fcc-7868fbd25291","name":"e4dc25ca-58fd-4084-9fcc-7868fbd25291","status":"Succeeded","startTime":"2020-08-02T12:48:13.6221639Z","endTime":"2020-08-02T13:04:07.9587192Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"f4f862ba-6abd-4128-9d28-6f9b45e7a58d","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '510' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:04:24 GMT + - Tue, 28 Apr 2020 10:11:17 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1683,7 +1693,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '281' + - '291' x-powered-by: - ASP.NET status: @@ -1704,30 +1714,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/followercluster100?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100","name":"followercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://followercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-followercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"405ca84b-1b06-4724-a722-5704d6cd85cc","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '1030' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:04:25 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:11:47 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1737,70 +1744,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '290' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"location": "southcentralus", "sku": {"name": "Standard_D11_v2", "capacity": - 2, "tier": "Standard"}, "properties": {"enableStreamingIngest": true, "keyVaultProperties": - {"keyName": "", "keyVersion": "", "keyVaultUri": ""}, "enablePurge": true, "enableDoubleEncryption": - false}, "identity": {"type": "SystemAssigned"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - kusto cluster create Connection: - keep-alive - Content-Length: - - '318' - Content-Type: - - application/json ParameterSetName: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","name":"leadercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"southcentralus","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"properties":{"enableStreamingIngest":true,"keyVaultProperties":{"keyName":"","keyVersion":"","keyVaultUri":""},"enablePurge":true,"enableDoubleEncryption":false,"state":"Creating","provisioningState":"Creating"},"identity":{"type":"SystemAssigned"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 cache-control: - no-cache content-length: - - '619' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:04:34 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:12:18 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;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: - - '199' + - '289' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -1816,27 +1816,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:04:33.3027688Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:05:04 GMT + - Tue, 28 Apr 2020 10:12:48 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1846,7 +1846,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '288' x-powered-by: - ASP.NET status: @@ -1867,27 +1867,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:04:33.3027688Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:05:34 GMT + - Tue, 28 Apr 2020 10:13:19 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1897,7 +1897,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '298' + - '287' x-powered-by: - ASP.NET status: @@ -1918,27 +1918,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:04:33.3027688Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:06:05 GMT + - Tue, 28 Apr 2020 10:13:49 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1948,7 +1948,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '297' + - '286' x-powered-by: - ASP.NET status: @@ -1969,27 +1969,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:04:33.3027688Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:06:35 GMT + - Tue, 28 Apr 2020 10:14:19 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1999,7 +1999,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '296' + - '285' x-powered-by: - ASP.NET status: @@ -2020,27 +2020,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:04:33.3027688Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:07:06 GMT + - Tue, 28 Apr 2020 10:14:51 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2050,7 +2050,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '295' + - '284' x-powered-by: - ASP.NET status: @@ -2071,27 +2071,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:04:33.3027688Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:07:35 GMT + - Tue, 28 Apr 2020 10:15:21 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2101,7 +2101,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '294' + - '289' x-powered-by: - ASP.NET status: @@ -2122,27 +2122,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:04:33.3027688Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:08:06 GMT + - Tue, 28 Apr 2020 10:15:52 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2152,7 +2152,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '293' + - '299' x-powered-by: - ASP.NET status: @@ -2173,27 +2173,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:08:36 GMT + - Tue, 28 Apr 2020 10:16:22 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2203,7 +2203,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '292' + - '298' x-powered-by: - ASP.NET status: @@ -2224,27 +2224,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:09:06 GMT + - Tue, 28 Apr 2020 10:16:53 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2254,7 +2254,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '291' + - '297' x-powered-by: - ASP.NET status: @@ -2275,27 +2275,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Running","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:06:44.5145049Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '507' + - '469' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:09:37 GMT + - Tue, 28 Apr 2020 10:17:23 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2305,7 +2305,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '290' + - '296' x-powered-by: - ASP.NET status: @@ -2326,27 +2326,27 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9132663b-17cc-4ebf-970d-d3ee66b7f509?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9132663b-17cc-4ebf-970d-d3ee66b7f509","name":"9132663b-17cc-4ebf-970d-d3ee66b7f509","status":"Succeeded","startTime":"2020-04-28T10:06:42.1707545Z","endTime":"2020-04-28T10:17:29.6898115Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"5946ed2f-814d-4425-b4a2-a2d884e6460f","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '507' + - '473' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:10:06 GMT + - Tue, 28 Apr 2020 10:17:54 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2356,7 +2356,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' + - '295' x-powered-by: - ASP.NET status: @@ -2377,27 +2377,30 @@ interactions: - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","name":"testcliclusterleader","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterleader.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterleader.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"580ee680-fcf2-4c4e-9631-f13415eba524","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' headers: cache-control: - no-cache content-length: - - '507' + - '971' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:10:38 GMT + - Tue, 28 Apr 2020 10:17:54 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2407,7 +2410,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' + - '299' x-powered-by: - ASP.NET status: @@ -2417,38 +2420,40 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto cluster wait Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --created --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","name":"testcliclusterleader","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterleader.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterleader.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"580ee680-fcf2-4c4e-9631-f13415eba524","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' headers: cache-control: - no-cache content-length: - - '507' + - '971' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:11:08 GMT + - Tue, 28 Apr 2020 10:17:57 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2458,7 +2463,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' + - '299' x-powered-by: - ASP.NET status: @@ -2468,38 +2473,40 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto cluster show Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","name":"testcliclusterleader","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterleader.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterleader.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"580ee680-fcf2-4c4e-9631-f13415eba524","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' headers: cache-control: - no-cache content-length: - - '507' + - '971' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:11:38 GMT + - Tue, 28 Apr 2020 10:17:58 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2509,7 +2516,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '286' + - '299' x-powered-by: - ASP.NET status: @@ -2519,50 +2526,63 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto cluster list Connection: - keep-alive - ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/clusters?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/noamgotest/providers/Microsoft.Kusto/Clusters/noamgotest1","name":"noamgotest1","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + Europe","sku":{"name":"Standard_D14_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Stopped","stateReason":"Suspended + at 3/22/2020 11:23:02 AM","uri":"https://noamgotest1.westeurope.kusto.windows.net","dataIngestionUri":"https://ingest-noamgotest1.westeurope.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kubill-kustointernalppe/providers/Microsoft.Kusto/Clusters/royi","name":"royi","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"East + US 2","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://royi.eastus2.kusto.windows.net","dataIngestionUri":"https://ingest-royi.eastus2.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/royikusto/providers/Microsoft.Kusto/Clusters/royitest","name":"royitest","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"East + US 2","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://royitest.eastus2.kusto.windows.net","dataIngestionUri":"https://ingest-royitest.eastus2.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":{"keyVaultUri":"https://royitestkv.vault.azure.net","keyName":"TestKey","keyVersion":"0efe068347d641f4bfd20c692f05ca62"},"languageExtensions":{"value":[]},"enablePurge":null,"provisioningState":"Succeeded"},"identity":{"principalId":"a9a04853-74ee-4bde-b14c-25f100bb0d50","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/astauben-tests/providers/Microsoft.Kusto/Clusters/astaubencli","name":"astaubencli","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://astaubencli.westus.kusto.windows.net","dataIngestionUri":"https://ingest-astaubencli.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"provisioningState":"Succeeded"},"identity":{"principalId":"fddf12de-e076-4898-853b-c45b21242035","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/astauben-tests/providers/Microsoft.Kusto/Clusters/astaubentestcli","name":"astaubentestcli","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_D12_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://astaubentestcli.westus.kusto.windows.net","dataIngestionUri":"https://ingest-astaubentestcli.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Failed"},"identity":{"principalId":"6b62bb67-0f54-4211-acf7-3f882cca2437","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestgcjzdmbmffg63ofutofl5dbnfwb2exetloz6e3f2eqiyzlof2p7zqtbabgm7gf3qnr55/providers/Microsoft.Kusto/Clusters/clitestcluster","name":"clitestcluster","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://clitestcluster.westus.kusto.windows.net","dataIngestionUri":"https://ingest-clitestcluster.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"9f650181-5483-4436-b925-ab60f7735b5c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3dencicwf6phmiqnhkoc4i27dgo7i7ok6vzzxj2um55gwfpmcouh5wlq3fy7opdechxp/providers/Microsoft.Kusto/Clusters/testcli3","name":"testcli3","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcli3.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcli3.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"0f266868-fa0d-485d-8848-c44ec7dc680f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower","name":"testcliclusterfollower","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterfollower.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterfollower.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"fe272264-9a7d-4a40-af0b-b9408bdc0f9a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","name":"testcliclusterleader","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterleader.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterleader.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"580ee680-fcf2-4c4e-9631-f13415eba524","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/testnewkustocluster2","name":"testnewkustocluster2","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"East + US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testnewkustocluster2.eastus.kusto.windows.net","dataIngestionUri":"https://ingest-testnewkustocluster2.eastus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testrg/providers/Microsoft.Kusto/Clusters/testnewkustocluster","name":"testnewkustocluster","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"East + US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testnewkustocluster.eastus.kusto.windows.net","dataIngestionUri":"https://ingest-testnewkustocluster.eastus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[{"languageExtensionName":"PYTHON"}]},"enablePurge":null,"provisioningState":"Succeeded"},"identity":{"principalId":"e599ae33-a117-4952-bb30-5fab29f6334f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gildev/providers/Microsoft.Kusto/Clusters/gilcluster","name":"gilcluster","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"East + US","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://gilcluster.eastus.kusto.windows.net","dataIngestionUri":"https://ingest-gilcluster.eastus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/orenrgilaysub/providers/Microsoft.Kusto/Clusters/oren2104","name":"oren2104","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"East + US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://oren2104.eastus.kusto.windows.net","dataIngestionUri":"https://ingest-oren2104.eastus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/noamDRI/providers/Microsoft.Kusto/Clusters/noamskuissue","name":"noamskuissue","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"Australia + East","sku":{"name":"Standard_D14_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Stopped","stateReason":"Suspended + at 3/22/2020 11:20:03 AM","uri":"https://noamskuissue.australiaeast.kusto.windows.net","dataIngestionUri":"https://ingest-noamskuissue.australiaeast.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '507' + - '12073' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:12:08 GMT + - Tue, 28 Apr 2020 10:18:01 GMT expires: - '-1' pragma: - no-cache - set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - e55ccc83-74fe-4c3a-b14d-6fcd6e8ebdf5 + - 5b9112d1-2433-4e3e-9091-35d310315e91 + - 3d61a4db-384c-419b-a345-7882e13abf1a + - 6a224af8-1928-4a47-b73f-327eaafcdcef + - 0ae748ba-2f60-4f98-a91b-5b8dc0dd01bb x-ms-ratelimit-remaining-subscription-resource-requests: - - '285' - x-powered-by: - - ASP.NET + - '299' status: code: 200 message: OK @@ -2570,38 +2590,39 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto cluster list Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower","name":"testcliclusterfollower","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterfollower.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterfollower.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"fe272264-9a7d-4a40-af0b-b9408bdc0f9a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","name":"testcliclusterleader","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West + US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testcliclusterleader.westus.kusto.windows.net","dataIngestionUri":"https://ingest-testcliclusterleader.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":true,"provisioningState":"Succeeded"},"identity":{"principalId":"580ee680-fcf2-4c4e-9631-f13415eba524","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}]}' headers: cache-control: - no-cache content-length: - - '507' + - '1963' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:12:39 GMT + - Tue, 28 Apr 2020 10:18:03 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2611,7 +2632,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '284' + - '299' x-powered-by: - ASP.NET status: @@ -2621,38 +2642,58 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto cluster list-sku Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/skus?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"value":[{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D14_v2","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D13_v2","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L8s","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L16s","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D11_v2","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":8,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D12_v2","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":16,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L4s","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":16,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L8s_v2","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L16s_v2","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E2a_v4","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E4a_v4","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E8a_v4","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E16a_v4","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E8as_v4+1TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E8as_v4+2TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E16as_v4+3TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E16as_v4+4TB_PS","tier":"Standard","locationInfo":[{"location":"West + US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}}]}' headers: cache-control: - no-cache content-length: - - '507' + - '4726' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:13:09 GMT + - Tue, 28 Apr 2020 10:18:04 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2661,8 +2702,6 @@ interactions: - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '283' x-powered-by: - ASP.NET status: @@ -2672,104 +2711,130 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto cluster list-sku Connection: - keep-alive - ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/skus?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"value":[{"resourceType":"clusters","name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No + SLA)_Standard_D11_v2","tier":"Basic","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' headers: cache-control: - no-cache content-length: - - '507' + - '60499' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:13:40 GMT + - Tue, 28 Apr 2020 10:18:05 GMT expires: - '-1' pragma: - no-cache - set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - - Accept-Encoding,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 + body: '{"location": "westus", "kind": "ReadWrite", "properties": {"softDeletePeriod": + "P1D"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database create Connection: - keep-alive + Content-Length: + - '86' + Content-Type: + - application/json ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --read-write-database --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8","name":"testcliclusterleader/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"westus","kind":"ReadWrite","properties":{"softDeletePeriod":"P1D","provisioningState":"Creating"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/af8548d1-eb72-4cc0-925a-9d344a733bd7?api-version=2020-02-15 cache-control: - no-cache content-length: - - '507' + - '445' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:14:10 GMT + - Tue, 28 Apr 2020 10:18:08 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;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' + - '199' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -2778,34 +2843,33 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database create Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --read-write-database --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/af8548d1-eb72-4cc0-925a-9d344a733bd7?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/af8548d1-eb72-4cc0-925a-9d344a733bd7","name":"af8548d1-eb72-4cc0-925a-9d344a733bd7","status":"Succeeded","startTime":"2020-04-28T10:18:08.4481254Z","endTime":"2020-04-28T10:18:10.6825147Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"c3f89eeb-95e3-4d24-9fa7-707cd27f6a45","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '507' + - '466' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:14:39 GMT + - Tue, 28 Apr 2020 10:18:38 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2815,7 +2879,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '280' + - '299' x-powered-by: - ASP.NET status: @@ -2829,34 +2893,36 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database create Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --read-write-database --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8","name":"testcliclusterleader/KustoDatabase8","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: - - '507' + - '576' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:15:10 GMT + - Tue, 28 Apr 2020 10:18:38 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2866,7 +2932,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' + - '299' x-powered-by: - ASP.NET status: @@ -2876,38 +2942,38 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database list Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8","name":"testcliclusterleader/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"West + US","kind":"ReadWrite","properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"hotCachePeriod":null,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '507' + - '578' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:15:40 GMT + - Tue, 28 Apr 2020 10:18:41 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2917,7 +2983,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' + - '299' x-powered-by: - ASP.NET status: @@ -2927,38 +2993,40 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database show Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8","name":"testcliclusterleader/KustoDatabase8","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: - - '507' + - '576' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:16:10 GMT + - Tue, 28 Apr 2020 10:18:43 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2968,63 +3036,70 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' + - '299' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"kind": "ReadWrite", "properties": {"softDeletePeriod": "P1D"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database update Connection: - keep-alive + Content-Length: + - '64' + Content-Type: + - application/json ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --read-write-database --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8","name":"testcliclusterleader/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"West + US","kind":"ReadWrite","tags":{},"properties":{"softDeletePeriod":"P1D","provisioningState":"Accepted"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationResults/ebe5ffab-1d8c-4d33-856d-e76263be7c05?api-version=2020-02-15 cache-control: - no-cache content-length: - - '507' + - '456' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:16:42 GMT + - Tue, 28 Apr 2020 10:18:45 GMT + etag: + - '""' expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/ebe5ffab-1d8c-4d33-856d-e76263be7c05?api-version=2020-02-15&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;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' + - '199' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -3033,34 +3108,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database update Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --read-write-database --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/ebe5ffab-1d8c-4d33-856d-e76263be7c05?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/ebe5ffab-1d8c-4d33-856d-e76263be7c05","name":"ebe5ffab-1d8c-4d33-856d-e76263be7c05","status":"Succeeded","startTime":"2020-04-28T10:18:44.964048Z","endTime":"2020-04-28T10:18:46.4172403Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"8c1117b4-fd8e-44b8-9c77-b92bc281781a","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '507' + - '466' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:17:11 GMT + - Tue, 28 Apr 2020 10:19:14 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3070,7 +3145,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '285' + - '299' x-powered-by: - ASP.NET status: @@ -3084,34 +3159,36 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database update Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --read-write-database --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8","name":"testcliclusterleader/KustoDatabase8","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: - - '507' + - '576' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:17:42 GMT + - Tue, 28 Apr 2020 10:19:16 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3121,63 +3198,70 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '284' + - '299' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: null + body: '{"properties": {"principalId": "d9a1f322-1293-4595-91e3-f54f8bb34725", + "role": "Admin", "tenantId": "33e01921-4d64-4f8c-a055-5bdaffd5e33d", "principalType": + "App"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database-principal-assignment create Connection: - keep-alive + Content-Length: + - '164' + Content-Type: + - application/json ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --principal-id --principal-type --role --tenant-id + --principal-assignment-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","principalType":"App","provisioningState":"Creating"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationResults/0b1daa36-5242-4d2f-a45b-d174a8c02881?api-version=2020-02-15 cache-control: - no-cache content-length: - - '507' + - '595' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:18:13 GMT + - Tue, 28 Apr 2020 10:19:19 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - 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: - - '283' + - '199' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -3186,34 +3270,35 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database-principal-assignment create Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --principal-id --principal-type --role --tenant-id + --principal-assignment-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/0b1daa36-5242-4d2f-a45b-d174a8c02881?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/0b1daa36-5242-4d2f-a45b-d174a8c02881","name":"0b1daa36-5242-4d2f-a45b-d174a8c02881","status":"Succeeded","startTime":"2020-04-28T10:19:19.4198321Z","endTime":"2020-04-28T10:19:19.6854599Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseAddPrincipals","RootActivityId":"48374d45-7bfc-4744-8e40-d4dd9104e495","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '507' + - '474' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:18:42 GMT + - Tue, 28 Apr 2020 10:19:49 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3223,7 +3308,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '282' + - '299' x-powered-by: - ASP.NET status: @@ -3237,34 +3322,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database-principal-assignment create Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --principal-id --principal-type --role --tenant-id + --principal-assignment-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS + Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '507' + - '676' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:19:13 GMT + - Tue, 28 Apr 2020 10:19:49 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3274,7 +3362,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '281' + - '299' x-powered-by: - ASP.NET status: @@ -3284,38 +3372,40 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database-principal-assignment wait Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --created --cluster-name --database-name --principal-assignment-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Running","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:08:35.2331424Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS + Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '507' + - '676' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:19:43 GMT + - Tue, 28 Apr 2020 10:19:52 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3325,7 +3415,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '280' + - '299' x-powered-by: - ASP.NET status: @@ -3335,38 +3425,40 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database list-principal Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/Kustodatabase8/listPrincipals?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","name":"438c6bd5-fea4-4c83-9b8f-9b7e7753ac35","status":"Succeeded","startTime":"2020-08-02T13:04:33.3027688Z","endTime":"2020-08-02T13:20:00.5142309Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"1de776b3-69e4-451a-9a2a-18e34cb94015","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"value":[{"name":"KustoResourceProvider","role":"Admin","type":"App","fqn":"aadapp=d9a1f322-1293-4595-91e3-f54f8bb34725;33e01921-4d64-4f8c-a055-5bdaffd5e33d","email":"","appId":"d9a1f322-1293-4595-91e3-f54f8bb34725","tenantName":"MS + Azure Cloud"},{"name":"Assaf Taubenfeld","role":"Admin","type":"User","fqn":"aaduser=53d8fc23-618e-49fa-ae3f-ae65cc60aa37;72f988bf-86f1-41af-91ab-2d7cd011db47","email":"astauben@microsoft.com","appId":"","tenantName":"Microsoft"}]}' headers: cache-control: - no-cache content-length: - - '510' + - '465' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:13 GMT + - Tue, 28 Apr 2020 10:19:54 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3375,8 +3467,8 @@ interactions: - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' x-powered-by: - ASP.NET status: @@ -3386,33 +3478,32 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster create + - kusto database-principal-assignment show Connection: - keep-alive ParameterSetName: - - --cluster-name --identity-type --location --enable-purge --enable-streaming-ingest - --key-vault-properties --sku --resource-group + - --cluster-name --database-name --principal-assignment-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","name":"leadercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://leadercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-leadercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"a80edbf3-c81b-4675-af03-7a6b55a68e5e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS + Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1022' + - '676' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:13 GMT + - Tue, 28 Apr 2020 10:19:56 GMT etag: - '""' expires: @@ -3420,7 +3511,7 @@ interactions: pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3440,40 +3531,89 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster wait + - kusto database-principal-assignment delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - --created --cluster-name --resource-group + - --cluster-name --database-name --principal-assignment-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/Kustodatabase8/principalAssignments/kustoprincipal1?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/888266e0-22e1-4752-8445-1d2ced757528?api-version=2020-02-15 + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Apr 2020 10:19:58 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/888266e0-22e1-4752-8445-1d2ced757528?api-version=2020-02-15&operationResultResponseType=Location + pragma: + - no-cache + set-cookie: + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;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-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto database-principal-assignment delete + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --database-name --principal-assignment-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/888266e0-22e1-4752-8445-1d2ced757528?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","name":"leadercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://leadercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-leadercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"a80edbf3-c81b-4675-af03-7a6b55a68e5e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/888266e0-22e1-4752-8445-1d2ced757528","name":"888266e0-22e1-4752-8445-1d2ced757528","status":"Succeeded","startTime":"2020-04-28T10:19:58.8490828Z","endTime":"2020-04-28T10:19:58.9740777Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseDropPrincipals","RootActivityId":"b346734a-5c77-4c18-ae2a-0f8b70d41c87","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1022' + - '475' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:16 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:20:28 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3490,41 +3630,44 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus", "kind": "ReadWrite", "properties": {"softDeletePeriod": - "P1D"}}' + body: '{"properties": {"principalId": "d9a1f322-1293-4595-91e3-f54f8bb34725", + "role": "AllDatabasesViewer", "tenantId": "33e01921-4d64-4f8c-a055-5bdaffd5e33d", + "principalType": "App"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto database create + - kusto cluster-principal-assignment create Connection: - keep-alive Content-Length: - - '94' + - '177' Content-Type: - application/json ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --principal-id --principal-type --role --tenant-id --principal-assignment-name + --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"southcentralus","kind":"ReadWrite","properties":{"softDeletePeriod":"P1D","provisioningState":"Creating"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","principalType":"App","provisioningState":"Creating"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/afa40109-2ee6-4828-be47-be21da1a5f83?api-version=2020-06-14 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationResults/4fbf95a3-650d-4cc3-97aa-e578eb5c162a?api-version=2020-02-15 cache-control: - no-cache content-length: - - '445' + - '558' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:18 GMT + - Tue, 28 Apr 2020 10:20:31 GMT etag: - '""' expires: @@ -3532,7 +3675,7 @@ interactions: pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -3552,33 +3695,35 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database create + - kusto cluster-principal-assignment create Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --principal-id --principal-type --role --tenant-id --principal-assignment-name + --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/afa40109-2ee6-4828-be47-be21da1a5f83?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/4fbf95a3-650d-4cc3-97aa-e578eb5c162a?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/afa40109-2ee6-4828-be47-be21da1a5f83","name":"afa40109-2ee6-4828-be47-be21da1a5f83","status":"Succeeded","startTime":"2020-08-02T13:20:18.1822603Z","endTime":"2020-08-02T13:20:19.6199191Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"e3023822-98bf-4ad5-8262-b7c5444390af","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/4fbf95a3-650d-4cc3-97aa-e578eb5c162a","name":"4fbf95a3-650d-4cc3-97aa-e578eb5c162a","status":"Succeeded","startTime":"2020-04-28T10:20:32.0623563Z","endTime":"2020-04-28T10:20:35.1717706Z","percentComplete":1.0,"properties":{"OperationKind":"ServicePrincipalAssignmentsAdd","RootActivityId":"0be4754b-28ba-412d-b877-7ab7dcd80d75","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '503' + - '483' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:48 GMT + - Tue, 28 Apr 2020 10:21:02 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3602,28 +3747,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database create + - kusto cluster-principal-assignment create Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --principal-id --principal-type --role --tenant-id --principal-assignment-name + --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"South - Central US","kind":"ReadWrite","tags":{},"properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS + Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '555' + - '639' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:48 GMT + - Tue, 28 Apr 2020 10:21:02 GMT etag: - '""' expires: @@ -3631,7 +3777,7 @@ interactions: pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3655,28 +3801,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster show + - kusto cluster-principal-assignment wait Connection: - keep-alive ParameterSetName: - - --cluster-name --resource-group + - --created --principal-assignment-name --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","name":"leadercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://leadercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-leadercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"a80edbf3-c81b-4675-af03-7a6b55a68e5e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS + Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1022' + - '639' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:50 GMT + - Tue, 28 Apr 2020 10:21:04 GMT etag: - '""' expires: @@ -3684,7 +3830,7 @@ interactions: pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3708,100 +3854,1145 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster list + - kusto cluster-principal-assignment show Connection: - keep-alive + ParameterSetName: + - --cluster-name --principal-assignment-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/clusters?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/principalAssignments/kustoprincipal1?api-version=2020-02-15 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kubill-kustointernalppe/providers/Microsoft.Kusto/Clusters/royi","name":"royi","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"East - US 2","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://royi.eastus2.kusto.windows.net","dataIngestionUri":"https://ingest-royi.eastus2.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/basaba/providers/Microsoft.Kusto/Clusters/basabatest33","name":"basabatest33","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://basabatest33.westcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-basabatest33.westcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/itsagui-tests/providers/Microsoft.Kusto/Clusters/itsaguicmk","name":"itsaguicmk","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West - Central US","sku":{"name":"Standard_DS13_v2+2TB_PS","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Deleted","stateReason":null,"uri":"https://itsaguicmk.westcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-itsaguicmk.westcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[{"languageExtensionName":"R"},{"languageExtensionName":"CSHARP"}]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"56567beb-19e9-4fc5-ac90-6ee0e37e9dc7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/advorkin-rg/providers/Microsoft.Kusto/Clusters/advorkin2","name":"advorkin2","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West - Central US","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://advorkin2.westcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-advorkin2.westcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kustorpe2e/providers/Microsoft.Kusto/Clusters/rpe2estoppedneu","name":"rpe2estoppedneu","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"North - Europe","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Stopped","stateReason":"Suspended - at 8/2/2020 10:50:28 AM","uri":"https://rpe2estoppedneu.northeurope.dev.kusto.windows.net","dataIngestionUri":"https://ingest-rpe2estoppedneu.northeurope.dev.kusto.windows.net","trustedExternalTenants":[{"value":"fd98e228-2977-4102-9e9f-f9344e4bc05d"},{"value":"72ca4892-87f6-422f-8e14-239d88d85900"},{"value":"42619785-2ad4-478e-84a6-4c0d7dd37179"}],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dortest2/providers/Microsoft.Kusto/Clusters/dortest","name":"dortest","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West - US","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Stopped","stateReason":"Suspended - at 7/23/2020 6:39:48 AM","uri":"https://dortest.westus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-dortest.westus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RoyiTestRG/providers/Microsoft.Kusto/Clusters/roshaulicmktest","name":"roshaulicmktest","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://roshaulicmktest.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-roshaulicmktest.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Failed"},"identity":{"principalId":"94bdfa19-be99-4c12-9a93-1a834a43fd55","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesten2x3xvug5uj7dzyw6mbaykcy4rerxzy3l7v6wn4a22toj7oobvff2ca2n4vmxlquk4n/providers/Microsoft.Kusto/Clusters/followercluster","name":"followercluster","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://followercluster.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-followercluster.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"a0395e06-86c3-4341-a16a-6588b528d188","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestci46vpwgrumjaxomwgsb46cdh7mmswqitdkgcpddmf45oata2kst7n4v56qyjeryklwo/providers/Microsoft.Kusto/Clusters/followercluster01","name":"followercluster01","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://followercluster01.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-followercluster01.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"365d15dd-1130-446e-9cb6-327d1e58f206","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kustorpe2e/providers/Microsoft.Kusto/Clusters/astaubentest","name":"astaubentest","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","capacity":1},"tags":{"MachineName":"77E95E0E93B6","ArmClientRequestId":"RPE2E;2020.7.25.2028-GA-6afb2ce8ce-devCM","Test - Start Time":"7/25/2020 9:25:11 PM"},"properties":{"state":"Running","stateReason":null,"uri":"https://astaubentest.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-astaubentest.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[{"value":"fd98e228-2977-4102-9e9f-f9344e4bc05d"},{"value":"72ca4892-87f6-422f-8e14-239d88d85900"},{"value":"42619785-2ad4-478e-84a6-4c0d7dd37179"}],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/astauben-tests/providers/Microsoft.Kusto/Clusters/astauben","name":"astauben","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://astauben.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-astauben.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":false,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestoopn2zj7qasuxiud3wyzir43go5deashgwajywlenc6mxv4w44uyvydx7tu7vd574p6w/providers/Microsoft.Kusto/Clusters/followercluster00","name":"followercluster00","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://followercluster00.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-followercluster00.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"05e80b6f-e157-4c16-976e-81037526f12d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100","name":"followercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://followercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-followercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"405ca84b-1b06-4724-a722-5704d6cd85cc","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","name":"leadercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://leadercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-leadercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"a80edbf3-c81b-4675-af03-7a6b55a68e5e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/PrincipalAssignments/kustoprincipal1","name":"testcliclusterleader/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS + Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '13133' + - '639' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:51 GMT + - Tue, 28 Apr 2020 10:21:06 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache + set-cookie: + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - 300c58ce-2b2b-4893-978b-f81850e8f2f3 - - 356457cc-f2c7-415f-8ce5-379c4736e5f8 - - 7f68b557-d4a3-4f15-96ba-96f713014c70 - - 0b17566c-47da-4e82-a2b7-c6d44365f762 - - d18ff645-12da-4b73-b159-2ac275c71314 x-ms-ratelimit-remaining-subscription-resource-requests: - '299' + x-powered-by: + - ASP.NET status: code: 200 message: OK - request: - body: null + body: 'b''{"location": "westus", "properties": {"databaseName": "Kustodatabase8", + "clusterResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader", + "defaultPrincipalsModificationKind": "Union"}}''' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster list + - kusto attached-database-configuration create Connection: - keep-alive + Content-Length: + - '341' + Content-Type: + - application/json ParameterSetName: - - --resource-group + - --attached-database-configuration-name --cluster-name --location --cluster-resource-id + --database-name --default-principals-modification-kind --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterfollower/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-02-15 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100","name":"followercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://followercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-followercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"405ca84b-1b06-4724-a722-5704d6cd85cc","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","name":"leadercluster100","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"South - Central US","sku":{"name":"Standard_D11_v2","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://leadercluster100.southcentralus.dev.kusto.windows.net","dataIngestionUri":"https://ingest-leadercluster100.southcentralus.dev.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"enablePurge":null,"enableDoubleEncryption":false,"provisioningState":"Succeeded"},"identity":{"principalId":"a80edbf3-c81b-4675-af03-7a6b55a68e5e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"}}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"testcliclusterfollower/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"westus","properties":{"databaseName":"Kustodatabase8","clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","defaultPrincipalsModificationKind":"Union","provisioningState":"Creating"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9dca600d-61f7-47a5-b9e9-a306fc210db7?api-version=2020-02-15 cache-control: - no-cache content-length: - - '2065' + - '778' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:52 GMT + - Tue, 28 Apr 2020 10:21:08 GMT + etag: + - '""' expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto attached-database-configuration create + Connection: + - keep-alive + ParameterSetName: + - --attached-database-configuration-name --cluster-name --location --cluster-resource-id + --database-name --default-principals-modification-kind --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/9dca600d-61f7-47a5-b9e9-a306fc210db7?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/9dca600d-61f7-47a5-b9e9-a306fc210db7","name":"9dca600d-61f7-47a5-b9e9-a306fc210db7","status":"Succeeded","startTime":"2020-04-28T10:21:08.9844416Z","endTime":"2020-04-28T10:21:12.7188682Z","percentComplete":1.0,"properties":{"OperationKind":"FollowerDatabaseCreate","RootActivityId":"a789854d-031a-4b3c-b7f1-3ed46cec18f0","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '474' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:21:39 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto attached-database-configuration create + Connection: + - keep-alive + ParameterSetName: + - --attached-database-configuration-name --cluster-name --location --cluster-resource-id + --database-name --default-principals-modification-kind --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterfollower/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"testcliclusterfollower/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"West + US","tags":{},"properties":{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","databaseName":"Kustodatabase8","attachedDatabaseNames":["Kustodatabase8"],"defaultPrincipalsModificationKind":"Union","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '833' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:21:40 GMT + etag: + - '""' + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;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 + CommandName: + - kusto attached-database-configuration wait + Connection: + - keep-alive + ParameterSetName: + - --created --cluster-name --attached-database-configuration-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterfollower/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"testcliclusterfollower/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"West + US","tags":{},"properties":{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","databaseName":"Kustodatabase8","attachedDatabaseNames":["Kustodatabase8"],"defaultPrincipalsModificationKind":"Union","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '833' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:21:42 GMT + etag: + - '""' + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;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 + CommandName: + - kusto attached-database-configuration show + Connection: + - keep-alive + ParameterSetName: + - --attached-database-configuration-name --cluster-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterfollower/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"testcliclusterfollower/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"West + US","tags":{},"properties":{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader","databaseName":"Kustodatabase8","attachedDatabaseNames":["Kustodatabase8"],"defaultPrincipalsModificationKind":"Union","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '833' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:21:44 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: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto attached-database-configuration list + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/attachedDatabaseConfigurations?api-version=2020-02-15 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:21:45 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;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 + CommandName: + - kusto cluster list-follower-database + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --cluster-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/listFollowerDatabases?api-version=2020-02-15 + response: + body: + string: '{"value":[{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterfollower","attachedDatabaseConfigurationName":"attachedDatabaseConfigurations2","databaseName":"Kustodatabase8"}]}' + headers: + cache-control: + - no-cache + content-length: + - '338' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:21:48 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;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: 'b''{"clusterResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterfollower", + "attachedDatabaseConfigurationName": "attachedDatabaseConfigurations2"}''' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto cluster detach-follower-database + Connection: + - keep-alive + Content-Length: + - '297' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name --attached-database-configuration-name --cluster-resource-id + --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/detachFollowerDatabases?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/dea1b1ec-2c9a-4211-8c78-ac06e1dee24a?api-version=2020-02-15 + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Apr 2020 10:21:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dea1b1ec-2c9a-4211-8c78-ac06e1dee24a?api-version=2020-02-15&operationResultResponseType=Location + 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-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto cluster detach-follower-database + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --attached-database-configuration-name --cluster-resource-id + --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dea1b1ec-2c9a-4211-8c78-ac06e1dee24a?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dea1b1ec-2c9a-4211-8c78-ac06e1dee24a","name":"dea1b1ec-2c9a-4211-8c78-ac06e1dee24a","status":"Succeeded","startTime":"2020-04-28T10:21:50.7194436Z","endTime":"2020-04-28T10:21:53.6569647Z","percentComplete":1.0,"properties":{"OperationKind":"FollowerDatabaseDetach","RootActivityId":"7dd97118-3064-4c00-ace5-ed328147a033","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '475' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:22:20 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto cluster detach-follower-database + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --attached-database-configuration-name --cluster-resource-id + --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dea1b1ec-2c9a-4211-8c78-ac06e1dee24a?api-version=2020-02-15&operationResultResponseType=Location + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Apr 2020 10:22:21 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 + 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 + CommandName: + - kusto data-connection event-hub data-connection-validation + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --database-name --data-connection-name --consumer-group --event-hub-resource-id + --resource-group + User-Agent: + - python/3.8.2 (Windows-10-10.0.18362-SP0) msrest/0.6.13 msrest_azure/0.6.3 + azure-mgmt-resource/9.0.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2019-07-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-04-28T09:55:34Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '428' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:22:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"dataConnectionName": "DataConnections8", "properties": {"location": "westus", + "kind": "EventHub", "properties": {"eventHubResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub", + "consumerGroup": "$Default"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection event-hub data-connection-validation + Connection: + - keep-alive + Content-Length: + - '352' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name --database-name --data-connection-name --consumer-group --event-hub-resource-id + --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8/dataConnectionValidation?api-version=2020-02-15 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:22:26 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;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: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"location": "westus", "kind": "EventHub", "properties": {"eventHubResourceId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub", + "consumerGroup": "$Default"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection event-hub create + Connection: + - keep-alive + Content-Length: + - '294' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name --data-connection-name --database-name --location --consumer-group + --event-hub-resource-id --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"testcliclusterleader/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"westus","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub","consumerGroup":"$Default","provisioningState":"Creating"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/c9c0ad4f-0ad4-4df1-8b89-170b4859dab6?api-version=2020-02-15 + cache-control: + - no-cache + content-length: + - '717' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:22:29 GMT + etag: + - '""' + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection event-hub create + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --data-connection-name --database-name --location --consumer-group + --event-hub-resource-id --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationResults/c9c0ad4f-0ad4-4df1-8b89-170b4859dab6?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/westus/operationresults/c9c0ad4f-0ad4-4df1-8b89-170b4859dab6","name":"c9c0ad4f-0ad4-4df1-8b89-170b4859dab6","status":"Succeeded","startTime":"2020-04-28T10:22:29.549257Z","endTime":"2020-04-28T10:22:56.7089309Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceEventHubObtainerAdd","RootActivityId":"ffa15acd-9c49-44ed-a223-22554036e5e0","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '479' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:22:59 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection event-hub create + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --data-connection-name --database-name --location --consumer-group + --event-hub-resource-id --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"testcliclusterleader/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"West + US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '829' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:22:59 GMT + etag: + - '""' + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;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 + CommandName: + - kusto data-connection show + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --data-connection-name --database-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"testcliclusterleader/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"West + US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '829' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:23:02 GMT + etag: + - '""' + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;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": "EventHub", "properties": {"eventHubResourceId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub", + "consumerGroup": "$Default"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection event-hub update + Connection: + - keep-alive + Content-Length: + - '294' + Content-Type: + - application/json + ParameterSetName: + - --cluster-name --data-connection-name --database-name --location --consumer-group + --event-hub-resource-id --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"testcliclusterleader/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"West + US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub","consumerGroup":"$Default","provisioningState":"Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationResults/d6a231ee-5818-480f-b8ce-833b7c299df7?api-version=2020-02-15 + cache-control: + - no-cache + content-length: + - '728' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:23:03 GMT + etag: + - '""' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/d6a231ee-5818-480f-b8ce-833b7c299df7?api-version=2020-02-15&operationResultResponseType=Location + pragma: + - no-cache + set-cookie: + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;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: + - '198' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection event-hub update + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --data-connection-name --database-name --location --consumer-group + --event-hub-resource-id --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/d6a231ee-5818-480f-b8ce-833b7c299df7?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/d6a231ee-5818-480f-b8ce-833b7c299df7","name":"d6a231ee-5818-480f-b8ce-833b7c299df7","status":"Succeeded","startTime":"2020-04-28T10:23:04.1465482Z","endTime":"2020-04-28T10:23:06.677815Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceEventHubObtainerAdd","RootActivityId":"2f5b7855-bdb4-4c87-abda-548a343f2436","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '480' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:23:34 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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection event-hub update + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --data-connection-name --database-name --location --consumer-group + --event-hub-resource-id --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/testcliclusterleader/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"testcliclusterleader/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"West + US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub","consumerGroup":"$Default","tableName":null,"mappingRuleName":null,"dataFormat":null,"eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '835' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:23:35 GMT + etag: + - '""' + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;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: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --cluster-name --data-connection-name --database-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8/dataConnections/DataConnections8?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/e9dec68c-5a9b-454f-bf18-11a7c551370c?api-version=2020-02-15 + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Apr 2020 10:23:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/e9dec68c-5a9b-454f-bf18-11a7c551370c?api-version=2020-02-15&operationResultResponseType=Location + pragma: + - no-cache + set-cookie: + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;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-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - kusto data-connection delete + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --data-connection-name --database-name --resource-group + User-Agent: + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/e9dec68c-5a9b-454f-bf18-11a7c551370c?api-version=2020-02-15 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/e9dec68c-5a9b-454f-bf18-11a7c551370c","name":"e9dec68c-5a9b-454f-bf18-11a7c551370c","status":"Succeeded","startTime":"2020-04-28T10:23:38.3361502Z","endTime":"2020-04-28T10:23:39.6329981Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceDataObtainerDrop","RootActivityId":"802d8676-8c34-4029-b9f2-48cfbf5005f2","provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '478' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Apr 2020 10:24:08 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3811,7 +5002,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '298' x-powered-by: - ASP.NET status: @@ -3821,196 +5012,140 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster list-sku + - kusto cluster stop Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/skus?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/stop?api-version=2020-02-15 response: body: - string: '{"value":[{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D11_v2","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":8,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D12_v2","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":16,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D13_v2","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_D14_v2","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L4s","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":16,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L8s","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L16s","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L8s_v2","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_L16s_v2","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E64i_v3","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E64is_v3+4TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E2a_v4","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E4a_v4","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E8a_v4","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E16a_v4","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E8as_v4+1TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E8as_v4+2TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E16as_v4+3TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}},{"resourceType":"Microsoft.Kusto/clusters","sku":{"name":"Standard_E16as_v4+4TB_PS","tier":"Standard","locationInfo":[{"location":"South - Central US","zones":[]}]},"capacity":{"minimum":2,"maximum":1000,"default":2,"scaleType":"Automatic"}}]}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 cache-control: - no-cache content-length: - - '5387' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Sun, 02 Aug 2020 13:20:54 GMT + - Tue, 28 Apr 2020 10:24:10 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;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 + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster list-sku + - kusto cluster stop Connection: - keep-alive + ParameterSetName: + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/skus?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"value":[{"resourceType":"clusters","name":"Dev(No SLA)_Standard_D11_v2","tier":"Basic","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L4s","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":["2","3","1"],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_D11_v2","tier":"Basic","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D11_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D12_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D13_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_D14_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+1TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS13_v2+2TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+3TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_DS14_v2+4TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L8s_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_L16s_v2","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E2a_v4","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E4a_v4","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E8a_v4","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E16a_v4","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E8as_v4+1TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E8as_v4+2TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E16as_v4+3TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Standard_E16as_v4+4TB_PS","tier":"Standard","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]},{"resourceType":"clusters","name":"Dev(No - SLA)_Standard_E2a_v4","tier":"Basic","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"restrictions":[]}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '68438' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:55 GMT + - Tue, 28 Apr 2020 10:24:41 GMT expires: - '-1' pragma: - no-cache + set-cookie: + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - 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": "southcentralus", "kind": "ReadWrite", "properties": {"softDeletePeriod": - "P1D"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database create + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '94' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"South - Central US","kind":"ReadWrite","properties":{"softDeletePeriod":"P1D","provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/e0d8057c-b989-46e7-900d-aacf48032244?api-version=2020-06-14 cache-control: - no-cache content-length: - - '447' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:20:56 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:25:11 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4020,7 +5155,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' + - '298' x-powered-by: - ASP.NET status: @@ -4034,34 +5169,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/e0d8057c-b989-46e7-900d-aacf48032244?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/e0d8057c-b989-46e7-900d-aacf48032244","name":"e0d8057c-b989-46e7-900d-aacf48032244","status":"Succeeded","startTime":"2020-08-02T13:20:57.103039Z","endTime":"2020-08-02T13:20:59.2440358Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"92e775e6-1a7f-4bd8-bc9e-2248e1cd4434","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '504' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:21:27 GMT + - Tue, 28 Apr 2020 10:25:43 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4071,7 +5206,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '297' x-powered-by: - ASP.NET status: @@ -4085,36 +5220,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"South - Central US","kind":"ReadWrite","tags":{},"properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '555' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:21:27 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:26:13 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4124,7 +5257,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '296' x-powered-by: - ASP.NET status: @@ -4134,38 +5267,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database list + - kusto cluster stop Connection: - keep-alive ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"South - Central US","kind":"ReadWrite","properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '557' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:21:29 GMT + - Tue, 28 Apr 2020 10:26:43 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4175,7 +5308,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '295' x-powered-by: - ASP.NET status: @@ -4185,40 +5318,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database show + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --database-name --cluster-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"South - Central US","kind":"ReadWrite","tags":{},"properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '555' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:21:30 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:27:14 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4228,70 +5359,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '294' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"kind": "ReadWrite", "properties": {"softDeletePeriod": "P1D"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database update + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '64' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"South - Central US","kind":"ReadWrite","tags":{},"properties":{"softDeletePeriod":"P1D","provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/582cee12-0280-4599-bc9d-ef9735590354?api-version=2020-06-14 cache-control: - no-cache content-length: - - '457' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:21:31 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:27:44 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/582cee12-0280-4599-bc9d-ef9735590354?api-version=2020-06-14&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - 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: - - '199' + - '293' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -4300,34 +5424,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database update + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/582cee12-0280-4599-bc9d-ef9735590354?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/582cee12-0280-4599-bc9d-ef9735590354","name":"582cee12-0280-4599-bc9d-ef9735590354","status":"Succeeded","startTime":"2020-08-02T13:21:32.5614285Z","endTime":"2020-08-02T13:21:34.8434194Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"f0de491a-653e-474c-b9a7-589a0b08b059","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '505' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:02 GMT + - Tue, 28 Apr 2020 10:28:15 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4337,7 +5461,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '292' x-powered-by: - ASP.NET status: @@ -4351,36 +5475,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database update + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --read-write-database --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8","name":"leadercluster100/KustoDatabase8","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"South - Central US","kind":"ReadWrite","tags":{},"properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '555' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:02 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:28:46 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4390,70 +5512,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '291' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"properties": {"principalId": "d9a1f322-1293-4595-91e3-f54f8bb34725", - "role": "Admin", "tenantId": "33e01921-4d64-4f8c-a055-5bdaffd5e33d", "principalType": - "App"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database-principal-assignment create + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '164' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --database-name --principal-id --principal-type --role --tenant-id - --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","principalType":"App","provisioningState":"Creating"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/7028a450-d059-465b-bd4e-15b84181affc?api-version=2020-06-14 cache-control: - no-cache content-length: - - '587' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:05 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:29:16 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;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: - - '199' + - '290' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -4462,35 +5577,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database-principal-assignment create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --principal-id --principal-type --role --tenant-id - --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/7028a450-d059-465b-bd4e-15b84181affc?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/7028a450-d059-465b-bd4e-15b84181affc","name":"7028a450-d059-465b-bd4e-15b84181affc","status":"Succeeded","startTime":"2020-08-02T13:22:05.3128767Z","endTime":"2020-08-02T13:22:05.4378498Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseAddPrincipals","RootActivityId":"5a72d8e4-8a9b-4dbc-bbec-c80e5ca0b4b8","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '512' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:34 GMT + - Tue, 28 Apr 2020 10:29:47 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4500,7 +5614,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '289' x-powered-by: - ASP.NET status: @@ -4514,37 +5628,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database-principal-assignment create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --principal-id --principal-type --role --tenant-id - --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS - Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '668' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:35 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:30:18 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4554,7 +5665,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '289' x-powered-by: - ASP.NET status: @@ -4564,40 +5675,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database-principal-assignment wait + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --created --cluster-name --database-name --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS - Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '668' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:37 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:30:48 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4607,7 +5716,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '288' x-powered-by: - ASP.NET status: @@ -4617,40 +5726,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database list-principal + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --cluster-name --database-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/Kustodatabase8/listPrincipals?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"value":[{"name":"KustoResourceProvider","role":"Admin","type":"App","fqn":"aadapp=d9a1f322-1293-4595-91e3-f54f8bb34725;33e01921-4d64-4f8c-a055-5bdaffd5e33d","email":"","appId":"d9a1f322-1293-4595-91e3-f54f8bb34725","tenantName":"MS - Azure Cloud"},{"name":"Assaf Taubenfeld","role":"Admin","type":"User","fqn":"aaduser=53d8fc23-618e-49fa-ae3f-ae65cc60aa37;72f988bf-86f1-41af-91ab-2d7cd011db47","email":"astauben@microsoft.com","appId":"","tenantName":"Microsoft"}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '465' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:39 GMT + - Tue, 28 Apr 2020 10:31:19 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4659,8 +5766,8 @@ interactions: - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '287' x-powered-by: - ASP.NET status: @@ -4670,40 +5777,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto database-principal-assignment show + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/Kustodatabase8/kustoprincipal1","type":"Microsoft.Kusto/Clusters/Databases/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"Admin","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS - Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '668' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:40 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:31:49 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4713,7 +5818,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '286' x-powered-by: - ASP.NET status: @@ -4727,49 +5832,49 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database-principal-assignment delete + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --cluster-name --database-name --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/Kustodatabase8/principalAssignments/kustoprincipal1?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/e652304f-1039-41c7-ae25-6f51709e399f?api-version=2020-06-14 cache-control: - no-cache content-length: - - '0' + - '463' + content-type: + - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:22:41 GMT + - Tue, 28 Apr 2020 10:32:19 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/e652304f-1039-41c7-ae25-6f51709e399f?api-version=2020-06-14&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - 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-deletes: - - '14999' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '285' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -4778,34 +5883,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database-principal-assignment delete + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/e652304f-1039-41c7-ae25-6f51709e399f?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/e652304f-1039-41c7-ae25-6f51709e399f","name":"e652304f-1039-41c7-ae25-6f51709e399f","status":"Succeeded","startTime":"2020-08-02T13:22:41.7538624Z","endTime":"2020-08-02T13:22:41.8007569Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseDropPrincipals","RootActivityId":"9a2b7e9c-1536-40f1-84f4-c6b60ba9afee","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '513' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:23:11 GMT + - Tue, 28 Apr 2020 10:32:50 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4815,70 +5920,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '298' + - '284' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"properties": {"principalId": "d9a1f322-1293-4595-91e3-f54f8bb34725", - "role": "AllDatabasesViewer", "tenantId": "33e01921-4d64-4f8c-a055-5bdaffd5e33d", - "principalType": "App"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster-principal-assignment create + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '177' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --principal-id --principal-type --role --tenant-id --principal-assignment-name - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/principalAssignments/kustoprincipal1?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","principalType":"App","provisioningState":"Creating"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/e073b720-6952-4448-bac6-3c2a6245cda3?api-version=2020-06-14 cache-control: - no-cache content-length: - - '550' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:23:14 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:33:21 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - 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: - - '199' + - '283' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -4887,35 +5985,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster-principal-assignment create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --principal-id --principal-type --role --tenant-id --principal-assignment-name - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/e073b720-6952-4448-bac6-3c2a6245cda3?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/e073b720-6952-4448-bac6-3c2a6245cda3","name":"e073b720-6952-4448-bac6-3c2a6245cda3","status":"Succeeded","startTime":"2020-08-02T13:23:14.4204384Z","endTime":"2020-08-02T13:23:15.4048726Z","percentComplete":1.0,"properties":{"OperationKind":"ServicePrincipalAssignmentsAdd","RootActivityId":"78373599-0cba-43d4-8f24-ce5a26a43a1c","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '521' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:23:44 GMT + - Tue, 28 Apr 2020 10:33:52 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4925,7 +6022,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '282' x-powered-by: - ASP.NET status: @@ -4939,37 +6036,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster-principal-assignment create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --principal-id --principal-type --role --tenant-id --principal-assignment-name - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/principalAssignments/kustoprincipal1?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS - Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '631' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:23:44 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:34:22 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4979,7 +6073,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '281' x-powered-by: - ASP.NET status: @@ -4989,40 +6083,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster-principal-assignment wait + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --created --principal-assignment-name --cluster-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/principalAssignments/kustoprincipal1?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS - Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '631' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:23:46 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:34:53 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5032,7 +6124,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '280' x-powered-by: - ASP.NET status: @@ -5042,40 +6134,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster-principal-assignment show + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --principal-assignment-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/principalAssignments/kustoprincipal1?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/PrincipalAssignments/kustoprincipal1","name":"leadercluster100/kustoprincipal1","type":"Microsoft.Kusto/Clusters/PrincipalAssignments","etag":"\"\"","tags":{},"properties":{"principalId":"d9a1f322-1293-4595-91e3-f54f8bb34725","role":"AllDatabasesViewer","principalType":"App","tenantId":"33e01921-4d64-4f8c-a055-5bdaffd5e33d","tenantName":"MS - Azure Cloud","principalName":"KustoResourceProvider","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '631' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:23:47 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:35:24 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5085,69 +6175,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '289' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: 'b''{"location": "southcentralus", "properties": {"databaseName": "Kustodatabase8", - "clusterResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100", - "defaultPrincipalsModificationKind": "Union"}}''' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto attached-database-configuration create + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '345' - Content-Type: - - application/json ParameterSetName: - - --attached-database-configuration-name --cluster-name --location --cluster-resource-id - --database-name --default-principals-modification-kind --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/followercluster100/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"followercluster100/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"southcentralus","properties":{"databaseName":"Kustodatabase8","clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","defaultPrincipalsModificationKind":"Union","provisioningState":"Creating"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/dce96686-289c-4f9e-ade5-1d7e59519b82?api-version=2020-06-14 cache-control: - no-cache content-length: - - '774' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:23:49 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:35:55 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;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: - - '199' + - '288' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -5156,34 +6240,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto attached-database-configuration create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --attached-database-configuration-name --cluster-name --location --cluster-resource-id - --database-name --default-principals-modification-kind --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/dce96686-289c-4f9e-ade5-1d7e59519b82?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/dce96686-289c-4f9e-ade5-1d7e59519b82","name":"dce96686-289c-4f9e-ade5-1d7e59519b82","status":"Succeeded","startTime":"2020-08-02T13:23:49.7677251Z","endTime":"2020-08-02T13:23:53.0100775Z","percentComplete":1.0,"properties":{"OperationKind":"FollowerDatabaseCreate","RootActivityId":"ebec780f-0a3c-40ed-8e26-de3f548141b7","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '511' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:19 GMT + - Tue, 28 Apr 2020 10:36:25 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5193,7 +6277,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '287' x-powered-by: - ASP.NET status: @@ -5207,37 +6291,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto attached-database-configuration create + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --attached-database-configuration-name --cluster-name --location --cluster-resource-id - --database-name --default-principals-modification-kind --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/followercluster100/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"followercluster100/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"South - Central US","tags":{},"properties":{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","databaseName":"Kustodatabase8","attachedDatabaseNames":["Kustodatabase8"],"defaultPrincipalsModificationKind":"Union","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '830' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:19 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:36:56 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5247,7 +6328,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '286' x-powered-by: - ASP.NET status: @@ -5257,40 +6338,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto attached-database-configuration wait + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --created --cluster-name --attached-database-configuration-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/followercluster100/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"followercluster100/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"South - Central US","tags":{},"properties":{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","databaseName":"Kustodatabase8","attachedDatabaseNames":["Kustodatabase8"],"defaultPrincipalsModificationKind":"Union","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '830' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:21 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:37:26 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5300,7 +6379,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '285' x-powered-by: - ASP.NET status: @@ -5310,40 +6389,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto attached-database-configuration show + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --attached-database-configuration-name --cluster-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/followercluster100/attachedDatabaseConfigurations/attachedDatabaseConfigurations2?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100/AttachedDatabaseConfigurations/attachedDatabaseConfigurations2","name":"followercluster100/attachedDatabaseConfigurations2","type":"Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations","etag":"\"\"","location":"South - Central US","tags":{},"properties":{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100","databaseName":"Kustodatabase8","attachedDatabaseNames":["Kustodatabase8"],"defaultPrincipalsModificationKind":"Union","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '830' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:23 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:37:57 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5353,7 +6430,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '284' x-powered-by: - ASP.NET status: @@ -5363,37 +6440,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto attached-database-configuration list + - kusto cluster stop Connection: - keep-alive ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/attachedDatabaseConfigurations?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"value":[]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '12' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:24 GMT + - Tue, 28 Apr 2020 10:38:28 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5403,7 +6481,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '283' x-powered-by: - ASP.NET status: @@ -5413,39 +6491,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster list-follower-database + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/listFollowerDatabases?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '{"value":[{"clusterResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/followercluster100","attachedDatabaseConfigurationName":"attachedDatabaseConfigurations2","databaseName":"Kustodatabase8"}]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Running","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:24:12.3219579Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '334' + - '463' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:26 GMT + - Tue, 28 Apr 2020 10:38:57 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5454,68 +6531,64 @@ interactions: - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '282' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: 'b''{"clusterResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/followercluster100", - "attachedDatabaseConfigurationName": "attachedDatabaseConfigurations2"}''' + body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster detach-follower-database + - kusto cluster stop Connection: - keep-alive - Content-Length: - - '293' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --attached-database-configuration-name --cluster-resource-id - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/detachFollowerDatabases?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/dbf9ffd8-b188-483f-8107-fc5706d7b71c","name":"dbf9ffd8-b188-483f-8107-fc5706d7b71c","status":"Succeeded","startTime":"2020-04-28T10:24:11.5563535Z","endTime":"2020-04-28T10:39:05.3481839Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"59d5cd91-06ca-403f-8f6a-4452f87bb18c","provisioningState":"Succeeded"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/860cd755-9f3f-4f68-8d7b-dd4726182eed?api-version=2020-06-14 cache-control: - no-cache content-length: - - '0' + - '467' + content-type: + - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:27 GMT + - Tue, 28 Apr 2020 10:39:29 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/860cd755-9f3f-4f68-8d7b-dd4726182eed?api-version=2020-06-14&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;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-ms-ratelimit-remaining-subscription-resource-requests: + - '281' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -5524,45 +6597,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster detach-follower-database + - kusto cluster stop Connection: - keep-alive ParameterSetName: - - --cluster-name --attached-database-configuration-name --cluster-resource-id - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/860cd755-9f3f-4f68-8d7b-dd4726182eed?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/dbf9ffd8-b188-483f-8107-fc5706d7b71c?api-version=2020-02-15&operationResultResponseType=Location response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/860cd755-9f3f-4f68-8d7b-dd4726182eed","name":"860cd755-9f3f-4f68-8d7b-dd4726182eed","status":"Succeeded","startTime":"2020-08-02T13:24:28.3738785Z","endTime":"2020-08-02T13:24:30.6742232Z","percentComplete":1.0,"properties":{"OperationKind":"FollowerDatabaseDetach","RootActivityId":"03820709-9c12-4db5-9a9a-c2e4097fb95d","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '' headers: cache-control: - no-cache content-length: - - '513' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Sun, 02 Aug 2020 13:24:58 GMT + - Tue, 28 Apr 2020 10:39:30 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - 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' + - '280' x-powered-by: - ASP.NET status: @@ -5576,145 +6641,151 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster detach-follower-database + - kusto cluster start Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - - --cluster-name --attached-database-configuration-name --cluster-resource-id - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/860cd755-9f3f-4f68-8d7b-dd4726182eed?api-version=2020-06-14&operationResultResponseType=Location + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/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/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 cache-control: - no-cache content-length: - '0' date: - - Sun, 02 Aug 2020 13:24:58 GMT + - Tue, 28 Apr 2020 10:39:32 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;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: - - '298' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub data-connection-validation + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --data-connection-name --consumer-group --event-hub-resource-id - --resource-group + - --cluster-name --resource-group User-Agent: - - python/3.8.2 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/10.0.0 - Azure-SDK-For-Python AZURECLI/2.9.1 - accept-language: - - en-US + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2020-08-02T12:47:58Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '428' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:24:59 GMT + - Tue, 28 Apr 2020 10:40:03 GMT expires: - '-1' pragma: - no-cache + set-cookie: + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - - Accept-Encoding + - 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: '{"dataConnectionName": "DataConnections8", "properties": {"location": "westus", - "kind": "EventHub", "properties": {"eventHubResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub", - "consumerGroup": "$Default"}}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub data-connection-validation + - kusto cluster start Connection: - keep-alive - Content-Length: - - '368' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --database-name --data-connection-name --consumer-group --event-hub-resource-id - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8/dataConnectionValidation?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/2fa088b2-3082-488c-9aa9-28ba4d96a7d8?api-version=2020-06-14 cache-control: - no-cache content-length: - - '0' + - '462' + content-type: + - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:25:01 GMT + - Tue, 28 Apr 2020 10:40:33 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/2fa088b2-3082-488c-9aa9-28ba4d96a7d8?api-version=2020-06-14&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - 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-writes: - - '1199' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '298' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -5723,35 +6794,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub data-connection-validation + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --data-connection-name --consumer-group --event-hub-resource-id - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/2fa088b2-3082-488c-9aa9-28ba4d96a7d8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/2fa088b2-3082-488c-9aa9-28ba4d96a7d8","name":"2fa088b2-3082-488c-9aa9-28ba4d96a7d8","status":"Succeeded","startTime":"2020-08-02T13:25:01.43702Z","endTime":"2020-08-02T13:25:05.1122421Z","percentComplete":1.0,"properties":{"Value":[]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '364' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:25:31 GMT + - Tue, 28 Apr 2020 10:41:04 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5761,7 +6831,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '297' x-powered-by: - ASP.NET status: @@ -5775,34 +6845,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub data-connection-validation + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --data-connection-name --consumer-group --event-hub-resource-id - --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/2fa088b2-3082-488c-9aa9-28ba4d96a7d8?api-version=2020-06-14&operationResultResponseType=Location + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"Value":[]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '12' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:25:31 GMT + - Tue, 28 Apr 2020 10:41:34 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5812,69 +6882,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '298' + - '296' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"location": "southcentralus", "kind": "EventHub", "properties": {"eventHubResourceId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub", - "consumerGroup": "$Default"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub create + - kusto cluster start Connection: - keep-alive - Content-Length: - - '318' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --data-connection-name --database-name --location --consumer-group - --event-hub-resource-id --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"leadercluster100/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"southcentralus","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub","consumerGroup":"$Default","provisioningState":"Creating"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/908a4272-2287-42ae-b36b-37e5634279cd?api-version=2020-06-14 cache-control: - no-cache content-length: - - '733' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:25:34 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:42:05 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;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: - - '199' + - '295' x-powered-by: - ASP.NET status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -5883,34 +6947,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub create + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --data-connection-name --database-name --location --consumer-group - --event-hub-resource-id --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationResults/908a4272-2287-42ae-b36b-37e5634279cd?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/southcentralus/operationresults/908a4272-2287-42ae-b36b-37e5634279cd","name":"908a4272-2287-42ae-b36b-37e5634279cd","status":"Succeeded","startTime":"2020-08-02T13:25:34.5598793Z","endTime":"2020-08-02T13:25:57.6535553Z","percentComplete":1.0,"properties":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '354' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:26:04 GMT + - Tue, 28 Apr 2020 10:42:35 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5920,7 +6984,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '294' x-powered-by: - ASP.NET status: @@ -5934,37 +6998,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub create + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --data-connection-name --database-name --location --consumer-group - --event-hub-resource-id --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"leadercluster100/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"South - Central US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '846' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:26:04 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:43:06 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5974,7 +7035,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '293' x-powered-by: - ASP.NET status: @@ -5984,40 +7045,38 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection show + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --data-connection-name --database-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"leadercluster100/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"South - Central US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '846' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:26:06 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:44:24 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6027,73 +7086,63 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '292' x-powered-by: - ASP.NET status: code: 200 message: OK - request: - body: '{"location": "southcentralus", "kind": "EventHub", "properties": {"eventHubResourceId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub", - "consumerGroup": "$Default"}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub update + - kusto cluster start Connection: - keep-alive - Content-Length: - - '318' - Content-Type: - - application/json ParameterSetName: - - --cluster-name --data-connection-name --database-name --location --consumer-group - --event-hub-resource-id --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"leadercluster100/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"South - Central US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub","consumerGroup":"$Default","provisioningState":"Accepted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/c390f71b-1134-4103-9a3d-5aa2c5b3ea0c?api-version=2020-06-14 cache-control: - no-cache content-length: - - '745' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:26:08 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:44:54 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/c390f71b-1134-4103-9a3d-5aa2c5b3ea0c?api-version=2020-06-14&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;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: - - '199' + - '291' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -6102,35 +7151,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub update + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --data-connection-name --database-name --location --consumer-group - --event-hub-resource-id --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/c390f71b-1134-4103-9a3d-5aa2c5b3ea0c?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/c390f71b-1134-4103-9a3d-5aa2c5b3ea0c","name":"c390f71b-1134-4103-9a3d-5aa2c5b3ea0c","status":"Succeeded","startTime":"2020-08-02T13:26:08.7955251Z","endTime":"2020-08-02T13:26:10.7488058Z","percentComplete":1.0,"properties":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '356' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:26:38 GMT + - Tue, 28 Apr 2020 10:45:24 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6140,7 +7188,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '290' x-powered-by: - ASP.NET status: @@ -6154,37 +7202,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection event-hub update + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --data-connection-name --database-name --location --consumer-group - --event-hub-resource-id --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/Clusters/leadercluster100/Databases/KustoDatabase8/DataConnections/DataConnections8","name":"leadercluster100/KustoDatabase8/DataConnections8","type":"Microsoft.Kusto/Clusters/Databases/DataConnections","etag":"\"\"","location":"South - Central US","kind":"EventHub","tags":{},"properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub","consumerGroup":"$Default","tableName":null,"mappingRuleName":null,"dataFormat":null,"eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '852' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:26:38 GMT - etag: - - '""' + - Tue, 28 Apr 2020 10:45:55 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6194,7 +7239,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '289' x-powered-by: - ASP.NET status: @@ -6208,49 +7253,49 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection delete + - kusto cluster start Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --cluster-name --data-connection-name --database-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8/dataConnections/DataConnections8?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/eba793bf-1182-4152-a5fe-709a7c3e8339?api-version=2020-06-14 cache-control: - no-cache content-length: - - '0' + - '462' + content-type: + - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:26:40 GMT + - Tue, 28 Apr 2020 10:46:25 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/eba793bf-1182-4152-a5fe-709a7c3e8339?api-version=2020-06-14&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;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-deletes: - - '14999' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '288' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -6259,34 +7304,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto data-connection delete + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --data-connection-name --database-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/eba793bf-1182-4152-a5fe-709a7c3e8339?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/eba793bf-1182-4152-a5fe-709a7c3e8339","name":"eba793bf-1182-4152-a5fe-709a7c3e8339","status":"Succeeded","startTime":"2020-08-02T13:26:41.4011234Z","endTime":"2020-08-02T13:26:42.0574108Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceDataObtainerDrop","RootActivityId":"afd81ac7-4a48-40b2-935f-7c83c6a7ec05","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '516' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:27:11 GMT + - Tue, 28 Apr 2020 10:46:56 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6296,7 +7341,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' + - '287' x-powered-by: - ASP.NET status: @@ -6310,49 +7355,49 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database delete + - kusto cluster start Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --cluster-name --database-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100/databases/KustoDatabase8?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Running","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:39:34.2235352Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Running"}}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationResults/8e79b1bf-1e12-4d6c-9392-059545d6fcdb?api-version=2020-06-14 cache-control: - no-cache content-length: - - '0' + - '462' + content-type: + - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:27:13 GMT + - Tue, 28 Apr 2020 10:47:27 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/8e79b1bf-1e12-4d6c-9392-059545d6fcdb?api-version=2020-06-14&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;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-deletes: - - '14999' + x-ms-ratelimit-remaining-subscription-resource-requests: + - '286' x-powered-by: - ASP.NET status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -6361,34 +7406,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database delete + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/8e79b1bf-1e12-4d6c-9392-059545d6fcdb?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/8e79b1bf-1e12-4d6c-9392-059545d6fcdb","name":"8e79b1bf-1e12-4d6c-9392-059545d6fcdb","status":"Running","startTime":"2020-08-02T13:27:13.8193167Z","endTime":"2020-08-02T13:27:14.0537102Z","percentComplete":0.5,"properties":{"OperationKind":"DatabaseDelete","RootActivityId":"ba58dec1-b91a-4ab6-a2bd-93e9ec474ffd","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/6f491254-44d8-4290-83ce-832acd8eecbf","name":"6f491254-44d8-4290-83ce-832acd8eecbf","status":"Succeeded","startTime":"2020-04-28T10:39:33.1766281Z","endTime":"2020-04-28T10:47:35.476039Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterResume","RootActivityId":"836d4cd0-8abe-4c7b-ad3f-fcd294c99dfc","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '502' + - '465' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:27:43 GMT + - Tue, 28 Apr 2020 10:47:58 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6398,7 +7443,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '298' + - '285' x-powered-by: - ASP.NET status: @@ -6412,44 +7457,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto database delete + - kusto cluster start Connection: - keep-alive ParameterSetName: - - --cluster-name --database-name --resource-group + - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/8e79b1bf-1e12-4d6c-9392-059545d6fcdb?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/6f491254-44d8-4290-83ce-832acd8eecbf?api-version=2020-02-15&operationResultResponseType=Location response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/8e79b1bf-1e12-4d6c-9392-059545d6fcdb","name":"8e79b1bf-1e12-4d6c-9392-059545d6fcdb","status":"Succeeded","startTime":"2020-08-02T13:27:13.8193167Z","endTime":"2020-08-02T13:27:47.5840363Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseDelete","RootActivityId":"ba58dec1-b91a-4ab6-a2bd-93e9ec474ffd","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '' headers: cache-control: - no-cache content-length: - - '505' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Sun, 02 Aug 2020 13:28:14 GMT + - Tue, 28 Apr 2020 10:47:58 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;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' + - '284' x-powered-by: - ASP.NET status: @@ -6463,38 +7501,38 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster delete + - kusto database delete Connection: - keep-alive Content-Length: - '0' ParameterSetName: - - --cluster-name --resource-group + - --cluster-name --database-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/leadercluster100?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader/databases/KustoDatabase8?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/South - Central US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationResults/64306fb5-dcc5-4729-991c-006de20e5db9?api-version=2020-02-15 cache-control: - no-cache content-length: - '0' date: - - Sun, 02 Aug 2020 13:28:16 GMT + - Tue, 28 Apr 2020 10:48:01 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14&operationResultResponseType=Location + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/64306fb5-dcc5-4729-991c-006de20e5db9?api-version=2020-02-15&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -6514,34 +7552,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - kusto cluster delete + - kusto database delete Connection: - keep-alive ParameterSetName: - - --cluster-name --resource-group + - --cluster-name --database-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/64306fb5-dcc5-4729-991c-006de20e5db9?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/64306fb5-dcc5-4729-991c-006de20e5db9","name":"64306fb5-dcc5-4729-991c-006de20e5db9","status":"Succeeded","startTime":"2020-04-28T10:48:01.4605354Z","endTime":"2020-04-28T10:48:04.2573957Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseDelete","RootActivityId":"bec639e9-c809-4200-a64e-53a2af492466","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '500' + - '467' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:28:47 GMT + - Tue, 28 Apr 2020 10:48:31 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6568,46 +7606,46 @@ interactions: - kusto cluster delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Kusto/clusters/testcliclusterleader?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 cache-control: - no-cache content-length: - - '500' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Sun, 02 Aug 2020 13:29:17 GMT + - Tue, 28 Apr 2020 10:48:34 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15&operationResultResponseType=Location pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;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-ms-ratelimit-remaining-subscription-deletes: + - '14999' x-powered-by: - ASP.NET status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: @@ -6622,28 +7660,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:29:47 GMT + - Tue, 28 Apr 2020 10:49:05 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6653,7 +7691,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '297' + - '299' x-powered-by: - ASP.NET status: @@ -6673,28 +7711,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:30:18 GMT + - Tue, 28 Apr 2020 10:49:35 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6704,7 +7742,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '296' + - '298' x-powered-by: - ASP.NET status: @@ -6724,28 +7762,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:30:47 GMT + - Tue, 28 Apr 2020 10:50:06 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6755,7 +7793,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '295' + - '297' x-powered-by: - ASP.NET status: @@ -6775,28 +7813,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:31:18 GMT + - Tue, 28 Apr 2020 10:50:37 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6806,7 +7844,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '294' + - '296' x-powered-by: - ASP.NET status: @@ -6826,28 +7864,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:31:48 GMT + - Tue, 28 Apr 2020 10:51:07 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6857,7 +7895,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '293' + - '295' x-powered-by: - ASP.NET status: @@ -6877,28 +7915,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:32:19 GMT + - Tue, 28 Apr 2020 10:51:38 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6908,7 +7946,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '292' + - '294' x-powered-by: - ASP.NET status: @@ -6928,28 +7966,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:32:49 GMT + - Tue, 28 Apr 2020 10:52:08 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=5e5ff28fa92b1291bfb4f40aa52246624376877d08d84d2a201c9bf6f1ffae6d;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -6959,7 +7997,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '291' + - '293' x-powered-by: - ASP.NET status: @@ -6979,28 +8017,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:33:19 GMT + - Tue, 28 Apr 2020 10:52:39 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=be0e0d186a8dd7beec8fdedbe9912fb4fc8ea63ab4795c4847feb9495ca10dd5;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7010,7 +8048,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '290' + - '292' x-powered-by: - ASP.NET status: @@ -7030,28 +8068,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:33:51 GMT + - Tue, 28 Apr 2020 10:53:10 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=3e9a49b330654e4ac57f196a7fb95bb367210c5ce4e9c674a332fb882012a73e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7061,7 +8099,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' + - '291' x-powered-by: - ASP.NET status: @@ -7081,28 +8119,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:34:21 GMT + - Tue, 28 Apr 2020 10:53:40 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7112,7 +8150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' + - '290' x-powered-by: - ASP.NET status: @@ -7132,28 +8170,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:34:50 GMT + - Tue, 28 Apr 2020 10:54:10 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7163,7 +8201,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' + - '289' x-powered-by: - ASP.NET status: @@ -7183,28 +8221,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:35:22 GMT + - Tue, 28 Apr 2020 10:54:41 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=0b3e7bab7bc253429b01a84fcfe52f9eaf7487da416b1f2a0af2bf3349b35509;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7214,7 +8252,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' + - '288' x-powered-by: - ASP.NET status: @@ -7234,28 +8272,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:35:51 GMT + - Tue, 28 Apr 2020 10:55:12 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=322636332396dc9c2c583f1f95d6956f84718edf355825979649eda7bf94886e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7265,7 +8303,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' + - '289' x-powered-by: - ASP.NET status: @@ -7285,28 +8323,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:36:22 GMT + - Tue, 28 Apr 2020 10:55:42 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7316,7 +8354,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' + - '288' x-powered-by: - ASP.NET status: @@ -7336,28 +8374,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Running","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:28:17.0255356Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Running","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:48:36.0319982Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Running"}}' headers: cache-control: - no-cache content-length: - - '500' + - '462' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:36:52 GMT + - Tue, 28 Apr 2020 10:56:13 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=333699f8b6a16575f3f5b3bf44132910035e4c68be9b401828c857f5905910de;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=348d1e7264ad0063baa3036f92cd47d46e91963aabd2dc4d51adfdac15009271;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7367,7 +8405,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '286' + - '287' x-powered-by: - ASP.NET status: @@ -7387,28 +8425,28 @@ interactions: ParameterSetName: - --cluster-name --resource-group User-Agent: - - AZURECLI/2.9.1 azsdk-python-kustomanagementclient/unknown Python/3.8.2 (Windows-10-10.0.18362-SP0) + - AZURECLI/2.4.0 azsdk-python-mgmt-kusto/0.1.0 Python/3.8.2 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South%20Central%20US/operationResults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34?api-version=2020-06-14 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/c3fe7f15-8be1-494a-becb-cfc38604d2d5?api-version=2020-02-15 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/South - Central US/operationresults/f4efa8b6-4d16-41f1-94c7-495f2bf07e34","name":"f4efa8b6-4d16-41f1-94c7-495f2bf07e34","status":"Succeeded","startTime":"2020-08-02T13:28:16.978661Z","endTime":"2020-08-02T13:37:08.6269563Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"b29e2a76-960d-4595-8db3-efbb2cb9d3b4","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West + US/operationresults/c3fe7f15-8be1-494a-becb-cfc38604d2d5","name":"c3fe7f15-8be1-494a-becb-cfc38604d2d5","status":"Succeeded","startTime":"2020-04-28T10:48:35.2663497Z","endTime":"2020-04-28T10:56:30.6219336Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterDelete","RootActivityId":"53807f12-2f09-47af-aa42-06fc724cc160","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '503' + - '466' content-type: - application/json; charset=utf-8 date: - - Sun, 02 Aug 2020 13:37:22 GMT + - Tue, 28 Apr 2020 10:56:44 GMT expires: - '-1' pragma: - no-cache set-cookie: - - ARRAffinity=672631b7190ed3228706926f4992b00328dffc61eba87054e73e1754ec22951c;Path=/;HttpOnly;Domain=armrp-kustorpdfscus.southcentralus.dev.kusto.windows.net + - ARRAffinity=d29ec50e2353fd96ac8ed72619c1a2fb36a21ed6c3f22a5075cd2c606bb89829;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -7418,7 +8456,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '285' + - '286' x-powered-by: - ASP.NET status: diff --git a/src/kusto/azext_kusto/manual/tests/latest/test_kusto_scenario.py b/src/kusto/azext_kusto/manual/tests/latest/test_kusto_scenario.py index 55f927de8c2..6cbe1f6ca7f 100644 --- a/src/kusto/azext_kusto/manual/tests/latest/test_kusto_scenario.py +++ b/src/kusto/azext_kusto/manual/tests/latest/test_kusto_scenario.py @@ -31,11 +31,11 @@ def step_kustoclusterscreateorupdate2(test, rg): test.cmd('az kusto cluster create ' '--cluster-name "{Clusters_2}" ' '--identity-type "SystemAssigned" ' - '--location "southcentralus" ' + '--location "westus" ' '--enable-purge true ' '--enable-streaming-ingest true ' '--key-vault-properties key-name="" key-vault-uri="" key-version="" ' - '--sku name="Standard_D11_v2" capacity=2 tier="Standard" ' + '--sku name="Standard_L8s" capacity=2 tier="Standard" ' '--resource-group "{rg}"', checks=[]) @@ -46,11 +46,11 @@ def step_kustoclusterscreateorupdate(test, rg): test.cmd('az kusto cluster create ' '--cluster-name "{Clusters_3}" ' '--identity-type "SystemAssigned" ' - '--location "southcentralus" ' + '--location "westus" ' '--enable-purge true ' '--enable-streaming-ingest true ' '--key-vault-properties key-name="" key-vault-uri="" key-version="" ' - '--sku name="Standard_D11_v2" capacity=2 tier="Standard" ' + '--sku name="Standard_L8s" capacity=2 tier="Standard" ' '--resource-group "{rg}"', checks=[]) test.cmd('az kusto cluster wait --created ' @@ -130,7 +130,7 @@ def step_kustodatabasescreateorupdate(test, rg): test.cmd('az kusto database create ' '--cluster-name "{Clusters_3}" ' '--database-name "KustoDatabase8" ' - '--read-write-database location="southcentralus" soft-delete-period="P1D" ' + '--read-write-database location="westus" soft-delete-period="P1D" ' '--resource-group "{rg}"', checks=[]) @@ -155,8 +155,8 @@ def step_kustodatabaseslistbycluster(test, rg): @try_manual def step_kustodatabasesget(test, rg): test.cmd('az kusto database show ' - '--database-name "KustoDatabase8" ' '--cluster-name "{Clusters_3}" ' + '--database-name "KustoDatabase8" ' '--resource-group "{rg}"', checks=[]) @@ -260,7 +260,7 @@ def step_attacheddatabaseconfigurationscreateorupdate(test, rg): test.cmd('az kusto attached-database-configuration create ' '--attached-database-configuration-name "{attachedDatabaseConfigurations_1}" ' '--cluster-name "{Clusters_2}" ' - '--location "southcentralus" ' + '--location "westus" ' '--cluster-resource-id "/subscriptions/{subscription_id}/resourceGroups/{rg}/providers/Microsoft.Kusto/Clu' 'sters/{Clusters_3}" ' '--database-name "Kustodatabase8" ' @@ -348,7 +348,7 @@ def step_kustodataconnectionvalidation(test, rg): '--database-name "KustoDatabase8" ' '--data-connection-name "{DataConnections8}" ' '--consumer-group "$Default" ' - '--event-hub-resource-id "/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub" ' + '--event-hub-resource-id "/subscriptions/fbccad30-f0ed-4ac4-9497-93bf6141062f/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub" ' '--resource-group "{rg}"', checks=[]) @@ -360,9 +360,9 @@ def step_kustodataconnectionscreateorupdate(test, rg): '--cluster-name "{Clusters_3}" ' '--data-connection-name "{DataConnections8}" ' '--database-name "KustoDatabase8" ' - '--location "southcentralus" ' + '--location "westus" ' '--consumer-group "$Default" ' - '--event-hub-resource-id "/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub" ' + '--event-hub-resource-id "/subscriptions/fbccad30-f0ed-4ac4-9497-93bf6141062f/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub" ' '--resource-group "{rg}"', checks=[]) @@ -385,9 +385,9 @@ def step_kustodataconnectionsupdate(test, rg): '--cluster-name "{Clusters_3}" ' '--data-connection-name "{DataConnections8}" ' '--database-name "KustoDatabase8" ' - '--location "southcentralus" ' + '--location "westus" ' '--consumer-group "$Default" ' - '--event-hub-resource-id "/subscriptions/11d5f159-a21d-4a6c-8053-c3aae30057cf/resourceGroups/RPTestResourceGroupDoNotDelete/providers/Microsoft.EventHub/namespaces/RpTestEventHubNamespaceDoNotDelete/eventhubs/rptesteventhub" ' + '--event-hub-resource-id "/subscriptions/fbccad30-f0ed-4ac4-9497-93bf6141062f/resourceGroups/cliautogeneration-rg/providers/Microsoft.EventHub/namespaces/cliautogeneration/eventhubs/cliautogeneration-evenhub" ' '--resource-group "{rg}"', checks=[]) @@ -413,7 +413,6 @@ def call_scenario(test, rg): setup(test, rg) step_kustoclusterscreateorupdate2(test, rg) step_kustoclusterscreateorupdate(test, rg) - step_kustodatabasescreateorupdate(test, rg) step_kustoclusterschecknameavailability(test, rg) step_kustoclustersget(test, rg) step_kustoclusterslist(test, rg) @@ -442,6 +441,8 @@ def call_scenario(test, rg): step_kustodataconnectionsupdate(test, rg) step_kustodataconnectionsdelete(test, rg) step_kustooperationslist(test, rg) + step_kustoclustersstop(test, rg) + step_kustoclustersstart(test, rg) step_kustodatabasesdelete(test, rg) step_kustoclustersdelete(test, rg) cleanup(test, rg) @@ -458,8 +459,8 @@ def test_kusto(self, rg): }) self.kwargs.update({ - 'Clusters_2': 'followercluster100', - 'Clusters_3': 'leadercluster100', + 'Clusters_2': 'testcliclusterfollower', + 'Clusters_3': 'testcliclusterleader', 'attachedDatabaseConfigurations_1': 'attachedDatabaseConfigurations2', 'DataConnections8': 'DataConnections8', }) diff --git a/src/kusto/azext_kusto/tests/latest/preparers.py b/src/kusto/azext_kusto/tests/latest/preparers.py new file mode 100644 index 00000000000..4702355b2bd --- /dev/null +++ b/src/kusto/azext_kusto/tests/latest/preparers.py @@ -0,0 +1,159 @@ +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +import os +from datetime import datetime +from azure_devtools.scenario_tests import SingleValueReplacer +from azure.cli.testsdk.preparers import NoTrafficRecordingPreparer +from azure.cli.testsdk.exceptions import CliTestError +from azure.cli.testsdk.reverse_dependency import get_dummy_cli + + +KEY_RESOURCE_GROUP = 'rg' +KEY_VIRTUAL_NETWORK = 'vnet' +KEY_VNET_SUBNET = 'subnet' +KEY_VNET_NIC = 'nic' + + +class VirtualNetworkPreparer(NoTrafficRecordingPreparer, SingleValueReplacer): + def __init__(self, name_prefix='clitest.vn', + parameter_name='virtual_network', + resource_group_name=None, + resource_group_key=KEY_RESOURCE_GROUP, + dev_setting_name='AZURE_CLI_TEST_DEV_VIRTUAL_NETWORK_NAME', + random_name_length=24, key=KEY_VIRTUAL_NETWORK): + if ' ' in name_prefix: + raise CliTestError( + 'Error: Space character in name prefix \'%s\'' % name_prefix) + super(VirtualNetworkPreparer, self).__init__( + name_prefix, random_name_length) + self.cli_ctx = get_dummy_cli() + self.parameter_name = parameter_name + self.key = key + self.resource_group_name = resource_group_name + self.resource_group_key = resource_group_key + self.dev_setting_name = os.environ.get(dev_setting_name, None) + + def create_resource(self, name, **_): + if self.dev_setting_name: + return {self.parameter_name: self.dev_setting_name, } + + if not self.resource_group_name: + self.resource_group_name = self.test_class_instance.kwargs.get( + self.resource_group_key) + if not self.resource_group_name: + raise CliTestError("Error: No resource group configured!") + + tags = {'product': 'azurecli', 'cause': 'automation', + 'date': datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ')} + if 'ENV_JOB_NAME' in os.environ: + tags['job'] = os.environ['ENV_JOB_NAME'] + tags = ' '.join(['{}={}'.format(key, value) + for key, value in tags.items()]) + template = 'az network vnet create --resource-group {} --name {} --subnet-name default --tag ' + tags + self.live_only_execute(self.cli_ctx, template.format( + self.resource_group_name, name)) + + self.test_class_instance.kwargs[self.key] = name + return {self.parameter_name: name} + + def remove_resource(self, name, **_): + # delete vnet if test is being recorded and if the vnet is not a dev rg + if not self.dev_setting_name: + self.live_only_execute( + self.cli_ctx, + 'az network vnet delete --name {} --resource-group {}'.format(name, self.resource_group_name)) + + +class VnetSubnetPreparer(NoTrafficRecordingPreparer, SingleValueReplacer): + def __init__(self, name_prefix='clitest.vn', + parameter_name='subnet', + resource_group_key=KEY_RESOURCE_GROUP, + vnet_key=KEY_VIRTUAL_NETWORK, + address_prefixes="11.0.0.0/24", + dev_setting_name='AZURE_CLI_TEST_DEV_VNET_SUBNET_NAME', + key=KEY_VNET_SUBNET): + if ' ' in name_prefix: + raise CliTestError( + 'Error: Space character in name prefix \'%s\'' % name_prefix) + super(VnetSubnetPreparer, self).__init__(name_prefix, 15) + self.cli_ctx = get_dummy_cli() + self.parameter_name = parameter_name + self.key = key + self.resource_group = [resource_group_key, None] + self.vnet = [vnet_key, None] + self.address_prefixes = address_prefixes + self.dev_setting_name = os.environ.get(dev_setting_name, None) + + def create_resource(self, name, **_): + if self.dev_setting_name: + return {self.parameter_name: self.dev_setting_name, } + + if not self.resource_group[1]: + self.resource_group[1] = self.test_class_instance.kwargs.get( + self.resource_group[0]) + if not self.resource_group[1]: + raise CliTestError("Error: No resource group configured!") + if not self.vnet[1]: + self.vnet[1] = self.test_class_instance.kwargs.get(self.vnet[0]) + if not self.vnet[1]: + raise CliTestError("Error: No vnet configured!") + + self.test_class_instance.kwargs[self.key] = 'default' + return {self.parameter_name: name} + + def remove_resource(self, name, **_): + pass + + +class VnetNicPreparer(NoTrafficRecordingPreparer, SingleValueReplacer): + def __init__(self, name_prefix='clitest.nic', + parameter_name='subnet', + resource_group_key=KEY_RESOURCE_GROUP, + vnet_key=KEY_VIRTUAL_NETWORK, + dev_setting_name='AZURE_CLI_TEST_DEV_VNET_NIC_NAME', + key=KEY_VNET_NIC): + if ' ' in name_prefix: + raise CliTestError( + 'Error: Space character in name prefix \'%s\'' % name_prefix) + super(VnetNicPreparer, self).__init__(name_prefix, 15) + self.cli_ctx = get_dummy_cli() + self.parameter_name = parameter_name + self.key = key + self.resource_group = [resource_group_key, None] + self.vnet = [vnet_key, None] + self.dev_setting_name = os.environ.get(dev_setting_name, None) + + def create_resource(self, name, **_): + if self.dev_setting_name: + return {self.parameter_name: self.dev_setting_name, } + + if not self.resource_group[1]: + self.resource_group[1] = self.test_class_instance.kwargs.get( + self.resource_group[0]) + if not self.resource_group[1]: + raise CliTestError("Error: No resource group configured!") + if not self.vnet[1]: + self.vnet[1] = self.test_class_instance.kwargs.get(self.vnet[0]) + if not self.vnet[1]: + raise CliTestError("Error: No vnet configured!") + + template = 'az network nic create --resource-group {} --name {} --vnet-name {} --subnet default ' + self.live_only_execute(self.cli_ctx, template.format( + self.resource_group[1], name, self.vnet[1])) + + self.test_class_instance.kwargs[self.key] = name + return {self.parameter_name: name} + + def remove_resource(self, name, **_): + if not self.dev_setting_name: + self.live_only_execute( + self.cli_ctx, + 'az network nic delete --name {} --resource-group {}'.format(name, self.resource_group[1])) diff --git a/src/kusto/azext_kusto/tests/latest/test_kusto_scenario.py b/src/kusto/azext_kusto/tests/latest/test_kusto_scenario.py index 2fc3d87700e..80397fc3f3b 100644 --- a/src/kusto/azext_kusto/tests/latest/test_kusto_scenario.py +++ b/src/kusto/azext_kusto/tests/latest/test_kusto_scenario.py @@ -95,14 +95,13 @@ def step_attacheddatabaseconfigurationsget(test, rg): '--resource-group "{rg}"', checks=[]) -# EXAMPLE: KustoDataConnectionsGet - +# EXAMPLE: KustoDataConnectionsGet @try_manual def step_kustodataconnectionsget(test, rg): test.cmd('az kusto data-connection show ' - '--name "{DataConnections8}" ' '--cluster-name "{Clusters_3}" ' + '--name "{DataConnections8}" ' '--database-name "KustoDatabase8" ' '--resource-group "{rg}"', checks=[]) diff --git a/src/kusto/azext_kusto/vendored_sdks/kusto/_version.py b/src/kusto/azext_kusto/vendored_sdks/kusto/_version.py deleted file mode 100644 index 60c349ae6a8..00000000000 --- a/src/kusto/azext_kusto/vendored_sdks/kusto/_version.py +++ /dev/null @@ -1,9 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for license information. -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is regenerated. -# -------------------------------------------------------------------------- - -VERSION = "0.1.0" diff --git a/src/kusto/azext_kusto/vendored_sdks/kusto/operations/_cluster_operations.py b/src/kusto/azext_kusto/vendored_sdks/kusto/operations/_cluster_operations.py index 2d59f3994cf..fbcfe420468 100644 --- a/src/kusto/azext_kusto/vendored_sdks/kusto/operations/_cluster_operations.py +++ b/src/kusto/azext_kusto/vendored_sdks/kusto/operations/_cluster_operations.py @@ -111,8 +111,8 @@ def _create_or_update_initial( location, # type: str sku, # type: "models.AzureSku" tags=None, # type: Optional[Dict[str, str]] - trusted_external_tenants=None, # type: Optional[List["models.TrustedExternalTenant"]] zones=None, # type: Optional[List[str]] + trusted_external_tenants=None, # type: Optional[List["models.TrustedExternalTenant"]] optimized_autoscale=None, # type: Optional["models.OptimizedAutoscale"] enable_disk_encryption=None, # type: Optional[bool] enable_streaming_ingest=False, # type: Optional[bool] diff --git a/src/kusto/azext_kusto/vendored_sdks/kusto/setup.py b/src/kusto/azext_kusto/vendored_sdks/kusto/setup.py deleted file mode 100644 index 6f2ab0c5bff..00000000000 --- a/src/kusto/azext_kusto/vendored_sdks/kusto/setup.py +++ /dev/null @@ -1,37 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for license information. -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is regenerated. -# -------------------------------------------------------------------------- -# coding: utf-8 - -from setuptools import setup, find_packages - -NAME = "kustomanagementclient" -VERSION = "0.1.0" - -# To install the library, run the following -# -# python setup.py install -# -# prerequisite: setuptools -# http://pypi.python.org/pypi/setuptools - -REQUIRES = ["msrest>=0.6.0", "azure-core<2.0.0,>=1.2.0"] - -setup( - name=NAME, - version=VERSION, - description="KustoManagementClient", - author_email="", - url="", - keywords=["Swagger", "KustoManagementClient"], - install_requires=REQUIRES, - packages=find_packages(), - include_package_data=True, - long_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. - """ -) diff --git a/src/kusto/kusto.egg-info/PKG-INFO b/src/kusto/kusto.egg-info/PKG-INFO deleted file mode 100644 index 570c2449bc6..00000000000 --- a/src/kusto/kusto.egg-info/PKG-INFO +++ /dev/null @@ -1,34 +0,0 @@ -Metadata-Version: 1.1 -Name: kusto -Version: 0.1.0 -Summary: Microsoft Azure Command-Line Tools KustoManagementClient Extension -Home-page: https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto -Author: Microsoft Corporation -Author-email: azpycli@microsoft.com -License: MIT -Description: Microsoft Azure CLI 'kusto' Extension - ========================================== - - This package is for the 'kusto' extension. - i.e. 'az kusto' - - - .. :changelog: - - Release History - =============== - - 0.1.0 - ++++++ - * Initial release. - -Platform: UNKNOWN -Classifier: Development Status :: 4 - Beta -Classifier: Intended Audience :: Developers -Classifier: Intended Audience :: System Administrators -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 -Classifier: Programming Language :: Python :: 3.8 -Classifier: License :: OSI Approved :: MIT License diff --git a/src/kusto/kusto.egg-info/SOURCES.txt b/src/kusto/kusto.egg-info/SOURCES.txt deleted file mode 100644 index dcdb5808ee5..00000000000 --- a/src/kusto/kusto.egg-info/SOURCES.txt +++ /dev/null @@ -1,57 +0,0 @@ -README.md -setup.cfg -setup.py -azext_kusto/__init__.py -azext_kusto/action.py -azext_kusto/azext_metadata.json -azext_kusto/custom.py -azext_kusto/generated/__init__.py -azext_kusto/generated/_client_factory.py -azext_kusto/generated/_help.py -azext_kusto/generated/_params.py -azext_kusto/generated/_validators.py -azext_kusto/generated/action.py -azext_kusto/generated/commands.py -azext_kusto/generated/custom.py -azext_kusto/manual/__init__.py -azext_kusto/manual/_help.py -azext_kusto/manual/tests/__init__.py -azext_kusto/manual/tests/latest/__init__.py -azext_kusto/manual/tests/latest/test_kusto_scenario.py -azext_kusto/tests/__init__.py -azext_kusto/tests/latest/__init__.py -azext_kusto/tests/latest/preparers.py -azext_kusto/tests/latest/test_kusto_scenario.py -azext_kusto/vendored_sdks/__init__.py -azext_kusto/vendored_sdks/kusto/__init__.py -azext_kusto/vendored_sdks/kusto/_configuration.py -azext_kusto/vendored_sdks/kusto/_kusto_management_client.py -azext_kusto/vendored_sdks/kusto/_version.py -azext_kusto/vendored_sdks/kusto/setup.py -azext_kusto/vendored_sdks/kusto/aio/__init__.py -azext_kusto/vendored_sdks/kusto/aio/_configuration_async.py -azext_kusto/vendored_sdks/kusto/aio/_kusto_management_client_async.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/__init__.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/_attached_database_configuration_operations_async.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/_cluster_operations_async.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/_cluster_principal_assignment_operations_async.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/_data_connection_operations_async.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/_database_operations_async.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/_database_principal_assignment_operations_async.py -azext_kusto/vendored_sdks/kusto/aio/operations_async/_operation_operations_async.py -azext_kusto/vendored_sdks/kusto/models/__init__.py -azext_kusto/vendored_sdks/kusto/models/_kusto_management_client_enums.py -azext_kusto/vendored_sdks/kusto/models/_models.py -azext_kusto/vendored_sdks/kusto/models/_models_py3.py -azext_kusto/vendored_sdks/kusto/operations/__init__.py -azext_kusto/vendored_sdks/kusto/operations/_attached_database_configuration_operations.py -azext_kusto/vendored_sdks/kusto/operations/_cluster_operations.py -azext_kusto/vendored_sdks/kusto/operations/_cluster_principal_assignment_operations.py -azext_kusto/vendored_sdks/kusto/operations/_data_connection_operations.py -azext_kusto/vendored_sdks/kusto/operations/_database_operations.py -azext_kusto/vendored_sdks/kusto/operations/_database_principal_assignment_operations.py -azext_kusto/vendored_sdks/kusto/operations/_operation_operations.py -kusto.egg-info/PKG-INFO -kusto.egg-info/SOURCES.txt -kusto.egg-info/dependency_links.txt -kusto.egg-info/top_level.txt \ No newline at end of file diff --git a/src/kusto/kusto.egg-info/dependency_links.txt b/src/kusto/kusto.egg-info/dependency_links.txt deleted file mode 100644 index 8b137891791..00000000000 --- a/src/kusto/kusto.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/kusto/kusto.egg-info/top_level.txt b/src/kusto/kusto.egg-info/top_level.txt deleted file mode 100644 index 37a1542d066..00000000000 --- a/src/kusto/kusto.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -azext_kusto diff --git a/src/kusto/setup.py b/src/kusto/setup.py index d4a08f04021..04222760879 100644 --- a/src/kusto/setup.py +++ b/src/kusto/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '0.1.1' +VERSION = '0.1.0' try: from .manual.version import VERSION except ImportError: