diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b162962ef7..41b562c120 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 0264f08b7d..a780250a06 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 ```