-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az kusto cluster create
Errors:
Invalid SKU name provided
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Put any pre-requisite steps here...
az kusto cluster create -l {} -n {} -g {} --sku {} --capacity {} --debug
full command :
az kusto cluster create -l australiaeast -n testsku -g kusto --sku "D14_v2" --capacity 1 --debug
also tried :
az kusto cluster create -l australiaeast -n testsku -g kusto --sku "Standard_D14_v2" --capacity 1 --debug
list of available skus :
"skuName": {
"allowedValues": [
"Dev(No SLA)_Standard_D11_v2",
"Standard_D11_v2",
"Standard_D12_v2",
"Standard_D13_v2",
"Standard_D14_v2",
"Standard_L4s",
"Standard_L8s",
"Standard_L16s",
"Standard_L8s_v2",
"Standard_L16s_v2",
"Standard_DS13_v2+1TB_PS",
"Standard_DS13_v2+2TB_PS",
"Standard_DS14_v2+3TB_PS",
"Standard_DS14_v2+4TB_PS",
"Standard_E2a_v4",
"Standard_E4a_v4",
"Standard_E8a_v4",
"Standard_E16a_v4",
"Standard_E8as_v4+1TB_PS",
"Standard_E8as_v4+2TB_PS",
"Standard_E16as_v4+3TB_PS",
"Standard_E16as_v4+4TB_PS",
"Dev(No SLA)_Standard_E2a_v4"
using the portal its working :
tags": {
"primaryResourceId": "/subscriptions/928f4e7e-2c28-4063-a56e-6f1e6f2bb73c/resourcegroups/dcos-ci/providers/Microsoft.Kusto/Clusters/testdinkusto",
"marketplaceItemId": "Microsoft.AzureKusto"
},
"properties": {
"templateHash": "8145598177547138071",
"parameters": {
"name": {
"type": "String",
"value": "testdinkusto"
},
"location": {
"type": "String",
"value": "australiaeast"
},
"properties": {
"type": "Object",
"value": {
"enableStreamingIngest": false,
"enablePurge": false
}
},
"tags": {
"type": "Object",
"value": {}
},
"skuName": {
"type": "String",
"value": "Standard_D14_v2"
},
"tier": {
"type": "String",
"value": "Standard"
},
"capacity": {
"type": "Int",
"value": 2
}
seems related : #13330
also if there is a nugget update for c# let me know.
Expected Behavior
to create the kusto cluster
Environment Summary
Linux-4.15.0-1092-azure-x86_64-with-debian-stretch-sid (Cloud Shell)
Python 3.6.10
Installer: DEB
azure-cli 2.9.1 *