Skip to content

Commit

Permalink
Update azuredeploy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Nov 11, 2019
1 parent 7c40664 commit 4aaee09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 101-cognitive-services-translate/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"resources": [
{
"type": "Microsoft.CognitiveServices/accounts",
"apiVersion": "2017-04-18",
"name": "[parameters('accountName')]",
"location":"global",
"kind": "TextTranslation",
"sku": {
"name": "[parameters('SKU')]"
},
"kind": "TextTranslation",
"name": "[parameters('accountName')]",
"apiVersion": "2017-04-18",
"properties": {},
"location":"global",
"properties": {}
}
]
}

0 comments on commit 4aaee09

Please sign in to comment.