Skip to content

Commit 689ec06

Browse files
[azopenai] Updating to use the rawjson-as-bytes config option. No code changes. (Azure#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 Azure#21009
1 parent 50f5fea commit 689ec06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# AzureSDKOwners: @richardpark-msft
2626
# ServiceLabel: %OpenAI
2727
# PRLabel: %OpenAI
28-
/sdk/ai @richardpark-msft @jhendrixMSFT
28+
/sdk/ai @richardpark-msft @jhendrixMSFT @chlowell
2929

3030
# AzureSDKOwners: @jhendrixMSFT
3131
# ServiceLabel: %Internal

sdk/ai/azopenai/autorest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ go: true
1515
use: "@autorest/[email protected]"
1616
title: "OpenAI"
1717
slice-elements-byval: true
18+
rawjson-as-bytes: true
1819
# can't use this since it removes an innererror type that we want ()
1920
# remove-non-reference-schema: true
2021
```

0 commit comments

Comments
 (0)