Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@
{
"name": "Standard_D13_v2",
"tier": "Standard",
"locations": [ "West US", "West Europe" ],
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [ "1", "2", "3" ]
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
Expand All @@ -26,11 +33,18 @@
{
"name": "Standard_D14_v2",
"tier": "Standard",
"locations": [ "West US", "West Europe" ],
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [ "1", "2", "3" ]
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
Expand All @@ -41,11 +55,18 @@
{
"name": "L8",
"tier": "Standard",
"locations": [ "West US", "West Europe" ],
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [ "1", "2", "3" ]
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
Expand All @@ -56,11 +77,18 @@
{
"name": "L16",
"tier": "Standard",
"locations": [ "West US", "West Europe" ],
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [ "1", "2", "3" ]
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@
},
"responses": {
"200": {
"body":
[
{
"errorMessage": "event hub namespace does not exist"
},
{
"errorMessage": "database does not exist"
}
]
"body": [
{
"errorMessage": "event hub namespace does not exist"
},
{
"errorMessage": "database does not exist"
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"name": "DataConnections8",
"nameAvailable": false,
"message": "Name 'DataConnections8' is already taken. Please specify a different name.",
"reason": "AlreadyExists"
"reason": "AlreadyExists"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"201": {
"body": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/Databases/KustoDatabase8/DataConnections/DataConnections8",
"name": "KustoClusterRPTest4/KustoDatabase8/DataConnections8",
"type": "Microsoft.Kusto/clusters/databases/dataConnections",
Expand All @@ -41,7 +41,7 @@
"consumerGroup": "testConsumerGroup1"
}
}
},
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"201": {
"body": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/Databases/KustoDatabase8/DataConnections/DataConnections8",
"name": "KustoClusterRPTest4/KustoDatabase8/DataConnections8",
"type": "Microsoft.Kusto/clusters/databases/dataConnections",
Expand All @@ -41,7 +41,7 @@
"consumerGroup": "testConsumerGroup1"
}
}
},
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"201": {
"body": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/Databases/KustoDatabase8",
"name": "KustoClusterRPTest4/KustoDatabase8",
"type": "Microsoft.Kusto/clusters/databases",
Expand All @@ -36,7 +36,7 @@
"provisioningState": "Succeeded"
}
}
},
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"201": {
"body": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/Databases/KustoDatabase8",
"name": "KustoClusterRPTest4/KustoDatabase8",
"type": "Microsoft.Kusto/clusters/databases",
Expand All @@ -36,7 +36,7 @@
"provisioningState": "Succeeded"
}
}
},
},
"202": {}
}
}
Loading