From 689ec06230fb1866235576e0c6f325a601fe8d46 Mon Sep 17 00:00:00 2001 From: Richard Park <51494936+richardpark-msft@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:10:50 -0700 Subject: [PATCH] [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 --- .github/CODEOWNERS | 2 +- sdk/ai/azopenai/autorest.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b162962ef7b7..41b562c120ea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/sdk/ai/azopenai/autorest.md b/sdk/ai/azopenai/autorest.md index 0264f08b7d30..a780250a06a0 100644 --- a/sdk/ai/azopenai/autorest.md +++ b/sdk/ai/azopenai/autorest.md @@ -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 ```