[azopenai] Updating to use the rawjson-as-bytes config option. No code changes. (#23167)
Updating to use the rawjson-as-bytes config option. It doesn't change anything in our client, as it is today, because we've properly typed all 'any' fields. Also, made Charles a CODEOWNER for this folder. Fixes #21009
This commit is contained in:
Родитель
50f5fea778
Коммит
689ec06230
|
@ -25,7 +25,7 @@
|
|||
# AzureSDKOwners: @richardpark-msft
|
||||
# ServiceLabel: %OpenAI
|
||||
# PRLabel: %OpenAI
|
||||
/sdk/ai @richardpark-msft @jhendrixMSFT
|
||||
/sdk/ai @richardpark-msft @jhendrixMSFT @chlowell
|
||||
|
||||
# AzureSDKOwners: @jhendrixMSFT
|
||||
# ServiceLabel: %Internal
|
||||
|
|
|
@ -15,6 +15,7 @@ go: true
|
|||
use: "@autorest/go@4.0.0-preview.63"
|
||||
title: "OpenAI"
|
||||
slice-elements-byval: true
|
||||
rawjson-as-bytes: true
|
||||
# can't use this since it removes an innererror type that we want ()
|
||||
# remove-non-reference-schema: true
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче