Issue in creating an Azure Data Explorer cluster with AZ CLI
- 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
Assessment
This issue has not been assessed yet.