Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Update cognitivemodels.json (#2246)
Browse files Browse the repository at this point in the history
Fix casing to follow standard from other skills
  • Loading branch information
ryanisgrig committed Aug 28, 2019
1 parent 499c273 commit 0bf73a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skills/src/csharp/experimental/eventskill/cognitivemodels.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
{
"id": "General",
"name": "",
"appid": "",
"appId": "",
"version": "0.1",
"region": "",
"authoringkey": "",
"authoringKey": "",
"authoringRegion": "",
"subscriptionkey": ""
"subscriptionKey": ""
},
{
"id": "Event",
"name": "",
"appid": "",
"appId": "",
"version": "0.1",
"region": "",
"authoringkey": "",
"authoringKey": "",
"authoringRegion": "",
"subscriptionkey": ""
"subscriptionKey": ""
}
]
}
Expand Down

0 comments on commit 0bf73a3

Please sign in to comment.