Skip to content

Commit

Permalink
CodeGen from PR 3485 in test-repo-billy/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 8a902f8809c8533025263b1641caf63032db8e5b into c221294c903b4bcbe7b1ee4bce901322a7056943
  • Loading branch information
SDKAuto committed Aug 23, 2024
1 parent d0f7cdb commit d51555d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
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:

0 comments on commit d51555d

Please sign in to comment.