Skip to content

Commit

Permalink
101 cognitive Text Trans
Browse files Browse the repository at this point in the history
Update template format
  • Loading branch information
leestott committed Nov 10, 2019
1 parent f5b08d2 commit 26775d5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions 101-cognitive-services-translate/azuredeploy.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
Expand All @@ -21,11 +22,11 @@
"S2",
"S3",
"S4"
]
},
"Location": {
]
},
"location": {
"type": "string",
"defaultValue": "[resourceGroup().Location]",
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Location for all resources."
}
Expand All @@ -40,7 +41,7 @@
"kind": "TextTranslation",
"name": "[parameters('accountName')]",
"apiVersion": "2017-04-18",
"Location": "[parameters('Location')]",
"location": "[parameters('Location')]",
"properties": {},
}
]
Expand Down

0 comments on commit 26775d5

Please sign in to comment.