Missing options for az kusto cluster in the English version
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
In the English version of the doc, az kusto cluster create looks like this:
```
az kusto cluster create --name
--resource-group
--sku {Dev(No SLA)_Standard_D11_v2, Dev(No SLA)_Standard_E2a_v4, Standard_D11_v2, Standard_D12_v2, Standard_D13_v2, Standard_D14_v2, Standard_DS13_v2+1TB_PS, Standard_DS13_v2+2TB_PS, Standard_DS14_v2+3TB_PS, Standard_DS14_v2+4TB_PS, Standard_E16a_v4, Standard_E16as_v4+3TB_PS, Standard_E16as_v4+4TB_PS, Standard_E2a_v4, Standard_E4a_v4, Standard_E8a_v4, Standard_E8as_v4+1TB_PS, Standard_E8as_v4+2TB_PS, Standard_L16s, Standard_L4s, Standard_L8s}
[--capacity]
[--location]
[--no-wait]
[--subscription]
```
In the Chinese version ( https://docs.azure.cn/zh-cn/cli/ext/kusto/kusto/cluster?view=azure-cli-latest#ext_kusto_az_kusto_cluster_create) , it looks like this:
```
az kusto cluster create --cluster-name
--location
--resource-group
--sku
[--enable-disk-encryption {false, true}]
[--enable-double-encryption {false, true}]
[--enable-purge {false, true}]
[--enable-streaming-ingest {false, true}]
[--identity-type {None, SystemAssigned}]
[--identity-user-assigned-identities]
[--key-vault-properties]
[--no-wait]
[--optimized-autoscale]
[--tags]
[--trusted-external-tenants]
[--virtual-network-configuration]
[--zones]
```
These options actually work, but they aren't documented in the English version.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 46a0adf5-f3e3-01a5-59cb-0475cc4506fd
* Version Independent ID: c94cc817-9e89-4904-2865-1f08838ee472
* Content: [az kusto cluster](https://docs.microsoft.com/en-US/cli/azure/kusto/cluster?view=azure-cli-latest#az_kusto_cluster_create)
* Content Source: [latest/docs-ref-autogen/kusto/cluster.yml](https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/latest/docs-ref-autogen/kusto/cluster.yml)
* Service: **data-explorer**
* GitHub Login: @rloutlaw
* Microsoft Alias: **routlaw**
Contributor guide
Assessment
This issue has not been assessed yet.