Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Update customvision.azuredeploy.json
Browse files Browse the repository at this point in the history
Fixed small mistake in custom vision deploy template template
  • Loading branch information
bibistroc committed Dec 14, 2018
1 parent 61d7d2f commit a3947d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/customvision.azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"outputs": {
"Training API Key": {
"type": "string",
"value": "[listKeys(resourceId('Microsoft.CognitiveServices/accounts', parameters('nameTraining')), providers('Microsoft.CognitiveServices', 'accounts').apiVersions[0]).key1]"
"value": "[listKeys(resourceId('Microsoft.CognitiveServices/accounts', parameters('accountName')), providers('Microsoft.CognitiveServices', 'accounts').apiVersions[0]).key1]"
},
"Prediction API Key": {
"type": "string",
"value": "[listKeys(resourceId('Microsoft.CognitiveServices/accounts', variables('namePrediction')), providers('Microsoft.CognitiveServices', 'accounts').apiVersions[0]).key1]"
}
}
}


0 comments on commit a3947d7

Please sign in to comment.