Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-ai-openai] Batch 3 sdk gen test #11872

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ public enum OpenAIServiceVersion implements ServiceVersion {
*/
V2023_07_01_PREVIEW("2023-07-01-preview"),

/**
* Enum value 2024-02-01.
*/
V2024_02_01("2024-02-01"),

/**
* Enum value 2024-02-15-preview.
*/
Expand All @@ -48,7 +53,12 @@ public enum OpenAIServiceVersion implements ServiceVersion {
/**
* Enum value 2024-05-01-preview.
*/
V2024_05_01_PREVIEW("2024-05-01-preview");
V2024_05_01_PREVIEW("2024-05-01-preview"),

/**
* Enum value 2024-06-01.
*/
V2024_06_01("2024-06-01");

private final String version;

Expand All @@ -70,6 +80,6 @@ public String getVersion() {
* @return The latest {@link OpenAIServiceVersion}.
*/
public static OpenAIServiceVersion getLatest() {
return V2024_05_01_PREVIEW;
return V2024_06_01;
}
}
7 changes: 3 additions & 4 deletions sdk/openai/azure-ai-openai/tsp-location.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
directory: specification/cognitiveservices/OpenAI.Inference
additionalDirectories:
- specification/cognitiveservices/OpenAI.Authoring
commit: 928047803788f7377fa003a26ba2bdc2e0fcccc0
repo: Azure/azure-rest-api-specs
commit: 1a9e8452e030be747fe4ba3c693c5b8c29fb9039
repo: test-repo-billy/azure-rest-api-specs
additionalDirectories: