Skip to content

Commit 9699b81

Browse files
author
SDKAuto
committed
CodeGen from PR 19256 in Azure/azure-rest-api-specs
[Cognitive Services] Add new deployment scale type (#19256) * [Cognitive Services] Add new deployment scale type * fix CI. * Add location on Async Header
1 parent 408d222 commit 9699b81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

schemas/2021-10-01/Microsoft.CognitiveServices.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@
713713
{
714714
"type": "string",
715715
"enum": [
716+
"Standard",
716717
"Manual"
717718
]
718719
},

schemas/2022-03-01/Microsoft.CognitiveServices.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@
724724
{
725725
"type": "string",
726726
"enum": [
727+
"Standard",
727728
"Manual"
728729
]
729730
},

0 commit comments

Comments
 (0)