Skip to content

Commit

Permalink
Merge pull request #2 from felixwa/add-more-apis-2
Browse files Browse the repository at this point in the history
Add more API kinds/skus and model them as strings
  • Loading branch information
felixwa authored Dec 19, 2016
2 parents 956d792 + 8c98ab8 commit 7fc5df8
Showing 1 changed file with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,18 +487,27 @@
"type": "string",
"description": "Required. Indicates the type of cognitive service account.",
"enum": [
"Academic",
"Bing.Autosuggest",
"Bing.Search",
"Bing.Speech",
"Bing.SpellCheck",
"ComputerVision",
"ContentModerator",
"Emotion",
"Face",
"LUIS",
"Recommendations",
"SpeakerRecognition",
"Speech",
"SpeechTranslation",
"TextAnalytics",
"TextTranslation",
"WebLM"
],
"x-ms-enum": {
"name": "Kind",
"modelAsString": false
"modelAsString": true
}
},
"location": {
Expand Down Expand Up @@ -548,15 +557,20 @@
"description": "Gets or sets the sku name. Required for account creation, optional for update.",
"enum": [
"F0",
"P0",
"P1",
"P2",
"S0",
"S1",
"S2",
"S3",
"S4"
"S4",
"S5",
"S6"
],
"x-ms-enum": {
"name": "SkuName",
"modelAsString": false
"modelAsString": true
}
},
"tier": {
Expand Down

0 comments on commit 7fc5df8

Please sign in to comment.