Azure / Azure/azure-cli

Issue in creating an Azure Data Explorer cluster with AZ CLI

Open
#18,827 2 comments 2 reactions 1 assignee Claimed by @astauben View on GitHub
Kusto Service Attention
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

**Describe the bug**

Executing the following command returns an error:

```
az kusto cluster create `
--location "Central US" `
--cluster-name "" `
--resource-group `
--sku name="Dev(No SLA)_Standard_D11_v2" capacity=1 tier="Basic"
```

Error:

```
Command group 'kusto' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Parameter 'Identity.type' can not be None.
```

**Expected behavior**

Kusto cluster should be created with no identity set up.

**Environment summary**

OS: Windows 10
AZ CLI version:

```
{
"azure-cli": "2.25.0",
"azure-cli-core": "2.25.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {
"kusto": "0.3.0"
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.