Skip to content

Commit

Permalink
Re-enabling Java checks for Azure OpenAI (Azure#24541)
Browse files Browse the repository at this point in the history
* Renabled java checks

* Empty commit to re-trigger CI
  • Loading branch information
jpalvarezl authored and harryli0108 committed Jul 28, 2023
1 parent d4fee02 commit 1759adb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specification/cognitiveservices/OpenAI.Inference/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ options:
clear-output-folder: true
model-namespace: false
# https://github.com/Azure/azure-rest-api-specs/issues/24497
# "@azure-tools/typespec-java":
# package-dir: "azure-ai-openai"
# namespace: "com.azure.ai.openai"
# partial-update: true
# enable-sync-stack: true
# generate-tests: false
"@azure-tools/typespec-java":
package-dir: "azure-ai-openai"
namespace: "com.azure.ai.openai"
partial-update: true
enable-sync-stack: true
generate-tests: false
# https://github.com/Azure/azure-rest-api-specs/issues/24498
# "@azure-tools/typespec-ts":
# package-dir: "azure-ai-openai"
Expand Down

0 comments on commit 1759adb

Please sign in to comment.