Skip to content

Commit 8b280d9

Browse files
committed
Updated ApiVersion to 2019-09-07
1 parent 03a0de5 commit 8b280d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/data-explorer/create-cluster-database-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In this article, you use an [existing quickstart template](https://raw.githubuse
6666
"tier": "Standard",
6767
"capacity": 2
6868
},
69-
"apiVersion": "2019-05-15",
69+
"apiVersion": "2019-09-07",
7070
"location": "[parameters('location')]",
7171
"tags": {
7272
"Created By": "GitHub quickstart template"
@@ -75,7 +75,7 @@ In this article, you use an [existing quickstart template](https://raw.githubuse
7575
{
7676
"name": "[concat(parameters('clusters_kustocluster_name'), '/', parameters('databases_kustodb_name'))]",
7777
"type": "Microsoft.Kusto/clusters/databases",
78-
"apiVersion": "2019-05-15",
78+
"apiVersion": "2019-09-07",
7979
"location": "[parameters('location')]",
8080
"dependsOn": [
8181
"[resourceId('Microsoft.Kusto/clusters', parameters('clusters_kustocluster_name'))]"

includes/data-explorer-e2e-event-grid-resource-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ In this article, you use an Azure Resource Manager template to create a resource
136136
"tier": "Standard",
137137
"capacity": 2
138138
},
139-
"apiVersion": "2019-05-15",
139+
"apiVersion": "2019-09-07",
140140
"location": "[parameters('location')]",
141141
"tags": {
142142
"Created By": "GitHub quickstart template"
143143
}
144144
}, {
145145
"name": "[concat(parameters('kustoClusterName'), '/', parameters('kustoDatabaseName'))]",
146146
"type": "Microsoft.Kusto/clusters/databases",
147-
"apiVersion": "2019-05-15",
147+
"apiVersion": "2019-09-07",
148148
"location": "[parameters('location')]",
149149
"dependsOn": ["[resourceId('Microsoft.Kusto/clusters', parameters('kustoClusterName'))]"],
150150
"properties": {

0 commit comments

Comments
 (0)