From 9699b811576c65047415261011e68e8fe0f7fadb Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 7 Jun 2022 04:56:11 +0000 Subject: [PATCH] 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 --- schemas/2021-10-01/Microsoft.CognitiveServices.json | 1 + schemas/2022-03-01/Microsoft.CognitiveServices.json | 1 + 2 files changed, 2 insertions(+) diff --git a/schemas/2021-10-01/Microsoft.CognitiveServices.json b/schemas/2021-10-01/Microsoft.CognitiveServices.json index 566a536467..1d5fe8542b 100644 --- a/schemas/2021-10-01/Microsoft.CognitiveServices.json +++ b/schemas/2021-10-01/Microsoft.CognitiveServices.json @@ -713,6 +713,7 @@ { "type": "string", "enum": [ + "Standard", "Manual" ] }, diff --git a/schemas/2022-03-01/Microsoft.CognitiveServices.json b/schemas/2022-03-01/Microsoft.CognitiveServices.json index 7216b80931..71aafd7e94 100644 --- a/schemas/2022-03-01/Microsoft.CognitiveServices.json +++ b/schemas/2022-03-01/Microsoft.CognitiveServices.json @@ -724,6 +724,7 @@ { "type": "string", "enum": [ + "Standard", "Manual" ] },