diff --git a/specification/ai/Azure.AI.Projects/evaluations/models.tsp b/specification/ai/Azure.AI.Projects/evaluations/models.tsp index f72bf164ab54..2a325d8de4bd 100644 --- a/specification/ai/Azure.AI.Projects/evaluations/models.tsp +++ b/specification/ai/Azure.AI.Projects/evaluations/models.tsp @@ -14,7 +14,7 @@ namespace Azure.AI.Projects; @doc("Evaluator Configuration") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model EvaluatorConfiguration { @doc("Identifier of the evaluator.") id: string; @@ -30,7 +30,7 @@ model EvaluatorConfiguration { @doc("Abstract data class.") @discriminator("type") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model InputData { @doc("Type of the data") type: string; @@ -38,7 +38,7 @@ model InputData { @doc("Dataset as source for evaluation.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model InputDataset extends InputData { type: "dataset"; @@ -49,7 +49,7 @@ model InputDataset extends InputData { @doc("Evaluation Definition") @resource("runs") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model Evaluation { @doc("Identifier of the evaluation.") @key("name") @@ -81,7 +81,7 @@ model Evaluation { @doc("Definition for sampling strategy.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model AgentEvaluationSamplingConfiguration { @doc("Name of the sampling strategy.") name: string; @@ -95,7 +95,7 @@ model AgentEvaluationSamplingConfiguration { @doc("The redaction configuration will allow the user to control what is redacted.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model AgentEvaluationRedactionConfiguration { @doc("Redact score properties. If not specified, the default is to redact in production.") redactScoreProperties?: boolean; @@ -103,7 +103,7 @@ model AgentEvaluationRedactionConfiguration { @doc("Evaluation request for agent run.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model AgentEvaluationRequest { @doc("Identifier of the agent run.") runId: string; @@ -126,7 +126,7 @@ model AgentEvaluationRequest { @doc("Result for the agent evaluation evaluator run.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model AgentEvaluationResult { @doc("Evaluator's name. This is the name of the evaluator that was used to evaluate the agent's completion.") evaluator: string; @@ -158,7 +158,7 @@ model AgentEvaluationResult { @doc("Evaluation response for agent evaluation run.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model AgentEvaluation { @doc("Identifier of the agent evaluation run.") id: string; diff --git a/specification/ai/Azure.AI.Projects/evaluations/routes.tsp b/specification/ai/Azure.AI.Projects/evaluations/routes.tsp index bafe54905cb7..a183d73dcab2 100644 --- a/specification/ai/Azure.AI.Projects/evaluations/routes.tsp +++ b/specification/ai/Azure.AI.Projects/evaluations/routes.tsp @@ -19,7 +19,7 @@ alias EvaluationsOperations = Azure.Core.ResourceOperations; @route("evaluations") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) interface Evaluations { @doc("Get an evaluation run by name.") get is EvaluationsOperations.ResourceRead; diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Connections_GetWithCredentials_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Connections_GetWithCredentials_MaximumSet_Gen.json similarity index 94% rename from specification/ai/Azure.AI.Projects/examples/latest/Connections_GetWithCredentials_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Connections_GetWithCredentials_MaximumSet_Gen.json index 67895f9bea5d..482313fd7f9a 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Connections_GetWithCredentials_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Connections_GetWithCredentials_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Connections_GetWithCredentials_MaximumSet", "operationId": "Connections_GetWithCredentials", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "jqgcfdexf", "x-ms-client-request-id": "cf35b680-dc80-4815-ab83-9364acc3bce6" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Connections_Get_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Connections_Get_MaximumSet_Gen.json similarity index 94% rename from specification/ai/Azure.AI.Projects/examples/latest/Connections_Get_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Connections_Get_MaximumSet_Gen.json index ddfbca57a7af..7c728024c7e0 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Connections_Get_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Connections_Get_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Connections_Get_MaximumSet", "operationId": "Connections_Get", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "gvwpqdivyfaiftzdfcjoj", "x-ms-client-request-id": "cf35b680-dc80-4815-ab83-9364acc3bce6" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_List_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Connections_List_MaximumSet_Gen.json similarity index 96% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_List_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Connections_List_MaximumSet_Gen.json index c7b15ded33a0..4ddfc1005468 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_List_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Connections_List_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Connections_List_MaximumSet", "operationId": "Connections_List", "parameters": { - "api-version": "latest", + "api-version": "v1", "connectionType": "AzureOpenAI", "defaultConnection": true, "top": 6, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json similarity index 97% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index 53d8e4389bc2..fdc318b8ad4c 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_CreateOrUpdateVersion_MaximumSet", "operationId": "Datasets_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "nsvugzcnsvqodrxiojanhtdymgglnx", "version": "utbfmfka", "body": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json similarity index 96% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index 36b9a414c8fb..717e125e8fc1 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_CreateOrUpdateVersion_MinimumSet", "operationId": "Datasets_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "pluvp", "version": "playwidjgezovivciosnkerrdwe", "body": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_DeleteVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_DeleteVersion_MaximumSet_Gen.json similarity index 87% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_DeleteVersion_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_DeleteVersion_MaximumSet_Gen.json index d92c63fc6176..6d32c7b8bd30 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_DeleteVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_DeleteVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_DeleteVersion_MaximumSet", "operationId": "Datasets_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "dfmimccx", "version": "mukc" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_DeleteVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_DeleteVersion_MinimumSet_Gen.json similarity index 88% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_DeleteVersion_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_DeleteVersion_MinimumSet_Gen.json index e17560ccaff1..7c629dd22c35 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_DeleteVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_DeleteVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_DeleteVersion_MinimumSet", "operationId": "Datasets_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "nkaivxoayhkrxavagybliogwwgvbk", "version": "pmavzwbusicqau" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MaximumSet_Gen.json similarity index 94% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetCredentials_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MaximumSet_Gen.json index 36c785a9d296..a65b58a588c3 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetCredentials_MaximumSet", "operationId": "Datasets_GetCredentials", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "hpvjnkljsuospxwrypot", "version": "rlf", "body": {} diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MinimumSet_Gen.json similarity index 94% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetCredentials_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MinimumSet_Gen.json index 9e55038a401e..04278e63d1f0 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetCredentials_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetCredentials_MinimumSet", "operationId": "Datasets_GetCredentials", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "udrhdaxbjptksqqwztnfswzku", "version": "ytogupzn", "body": {} diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MaximumSet_Gen.json similarity index 94% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetVersion_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MaximumSet_Gen.json index 09c41ef4580e..01e572590dc5 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetVersion_MaximumSet", "operationId": "Datasets_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ppdba", "version": "ttetev" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MinimumSet_Gen.json similarity index 93% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetVersion_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MinimumSet_Gen.json index 3930d62e815c..103a5ec40cf3 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_GetVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetVersion_MinimumSet", "operationId": "Datasets_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ivkedy", "version": "vxufccznqvuctabcyagbczidvr" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MaximumSet_Gen.json similarity index 96% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListLatest_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MaximumSet_Gen.json index cbb228acbbc2..55f7743c6902 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListLatest_MaximumSet", "operationId": "Datasets_ListLatest", "parameters": { - "api-version": "latest", + "api-version": "v1", "top": 16, "skip": "wbilbzmgugbikcwaguhtq", "tags": "azsufezp", diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MinimumSet_Gen.json similarity index 93% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListLatest_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MinimumSet_Gen.json index d47c63cf9ffe..948ca26a188a 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListLatest_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListLatest_MinimumSet", "operationId": "Datasets_ListLatest", "parameters": { - "api-version": "latest" + "api-version": "v1" }, "responses": { "200": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MaximumSet_Gen.json similarity index 96% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListVersions_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MaximumSet_Gen.json index c3a191f41962..5f6bdfb1ab2f 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListVersions_MaximumSet", "operationId": "Datasets_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ojjzgfffyyyr", "top": 4, "skip": "bafjlmqcftwnjlofuwnxoc", diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MinimumSet_Gen.json similarity index 94% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListVersions_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MinimumSet_Gen.json index 266f78fd2e6a..664c90c1d672 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_ListVersions_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListVersions_MinimumSet", "operationId": "Datasets_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "fauawvl" }, "responses": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json similarity index 96% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index c3d3de6d3966..b2361fc032f3 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_StartPendingUploadVersion_MaximumSet", "operationId": "Datasets_StartPendingUploadVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "cncrcmiaksswirlujwcptxeaef", "version": "jkqqzmj", "body": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json similarity index 95% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index 841f2c320d68..bcd3ee591099 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_StartPendingUploadVersion_MinimumSet", "operationId": "Datasets_StartPendingUploadVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "atopkjwxsjtforndczju", "version": "yftpnjxwjylhixypopcytxd", "body": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Deployments_Get_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Deployments_Get_MaximumSet_Gen.json similarity index 92% rename from specification/ai/Azure.AI.Projects/examples/latest/Deployments_Get_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Deployments_Get_MaximumSet_Gen.json index a4378ab8fcf1..8023d41a5e89 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Deployments_Get_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Deployments_Get_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Deployments_Get_MaximumSet", "operationId": "Deployments_Get", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ft", "x-ms-client-request-id": "cf35b680-dc80-4815-ab83-9364acc3bce6" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Deployments_List_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Deployments_List_MaximumSet_Gen.json similarity index 95% rename from specification/ai/Azure.AI.Projects/examples/latest/Deployments_List_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Deployments_List_MaximumSet_Gen.json index 302a20a54724..5e6110856a4b 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Deployments_List_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Deployments_List_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Deployments_List_MaximumSet", "operationId": "Deployments_List", "parameters": { - "api-version": "latest", + "api-version": "v1", "modelPublisher": "tb", "modelName": "xdlvjxymsmdnebesolv", "top": 6, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json similarity index 96% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index c8408389aa49..ff3a22cb16ab 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_CreateOrUpdateVersion_MaximumSet", "operationId": "Indexes_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "kptgsnpfjcunvvdgzfjdmnurq", "version": "hxutytnzwioiijfinpdojrnrqhqb", "body": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json similarity index 94% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json index cbf4b284ded3..003e2d0b162b 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_CreateOrUpdateVersion_MinimumSet", "operationId": "Indexes_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "dpfjghwaowffzhoyuwrnmws", "version": "priaizsqiwxrwnhhyk", "body": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_DeleteVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_DeleteVersion_MaximumSet_Gen.json similarity index 87% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_DeleteVersion_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_DeleteVersion_MaximumSet_Gen.json index 2acc621223d6..abca9b51ee02 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_DeleteVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_DeleteVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_DeleteVersion_MaximumSet", "operationId": "Indexes_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "fb", "version": "ajbuwvsxobvnynpcliqcylqdp" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_DeleteVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_DeleteVersion_MinimumSet_Gen.json similarity index 87% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_DeleteVersion_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_DeleteVersion_MinimumSet_Gen.json index 1347bd62ae4e..b8742995962a 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_DeleteVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_DeleteVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_DeleteVersion_MinimumSet", "operationId": "Indexes_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "zoxequ", "version": "akulwzwrfeqxh" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MaximumSet_Gen.json similarity index 93% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_GetVersion_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MaximumSet_Gen.json index ac32666a5535..f45394f89cf7 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_GetVersion_MaximumSet", "operationId": "Indexes_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ascwgkgwpqxeinbp", "version": "bqhzitucneeoxurvf" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_GetVersion_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MinimumSet_Gen.json similarity index 91% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_GetVersion_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MinimumSet_Gen.json index d3d8b70438fd..f3918ab409a3 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_GetVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_GetVersion_MinimumSet", "operationId": "Indexes_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "sflsamumttlwccuxveocgozlkmdme", "version": "txg" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MaximumSet_Gen.json similarity index 95% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListLatest_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MaximumSet_Gen.json index 57e128dd9bb8..f46b82f038a6 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListLatest_MaximumSet", "operationId": "Indexes_ListLatest", "parameters": { - "api-version": "latest", + "api-version": "v1", "top": 16, "skip": "cbeuhxuzaucwgqj", "tags": "ecxlvszgcepwunik", diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListLatest_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MinimumSet_Gen.json similarity index 92% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListLatest_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MinimumSet_Gen.json index ef8435a62328..9ee9e1422b9c 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListLatest_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListLatest_MinimumSet", "operationId": "Indexes_ListLatest", "parameters": { - "api-version": "latest" + "api-version": "v1" }, "responses": { "200": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MaximumSet_Gen.json similarity index 95% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListVersions_MaximumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MaximumSet_Gen.json index 6a20fa0ec6c6..3efa91a588c9 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListVersions_MaximumSet", "operationId": "Indexes_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ugobcytrjfdfu", "top": 12, "skip": "vspvqu", diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListVersions_MinimumSet_Gen.json b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MinimumSet_Gen.json similarity index 92% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListVersions_MinimumSet_Gen.json rename to specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MinimumSet_Gen.json index 1fd65159204a..ba599e422489 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/Azure.AI.Projects/examples/v1/Indexes_ListVersions_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListVersions_MinimumSet", "operationId": "Indexes_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "lenbliqxnfqi" }, "responses": { diff --git a/specification/ai/Azure.AI.Projects/main.tsp b/specification/ai/Azure.AI.Projects/main.tsp index f73cca1b3c5d..b9c609375026 100644 --- a/specification/ai/Azure.AI.Projects/main.tsp +++ b/specification/ai/Azure.AI.Projects/main.tsp @@ -54,8 +54,8 @@ namespace Azure.AI.Projects { @useDependency(Azure.Core.Versions.v1_0_Preview_2) v2025_05_15_preview: "2025-05-15-preview", - @doc("Azure AI API version latest.") + @doc("Azure AI API version v1.") @useDependency(Azure.Core.Versions.v1_0_Preview_2) - v_latest: "latest", + v1: "v1", } } diff --git a/specification/ai/Azure.AI.Projects/red-teams/models.tsp b/specification/ai/Azure.AI.Projects/red-teams/models.tsp index 23fd2ee682b6..20081058185c 100644 --- a/specification/ai/Azure.AI.Projects/red-teams/models.tsp +++ b/specification/ai/Azure.AI.Projects/red-teams/models.tsp @@ -17,7 +17,7 @@ namespace Azure.AI.Projects; @doc("Strategies for attacks.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) union AttackStrategy { string, @@ -96,7 +96,7 @@ union AttackStrategy { @doc("Risk category for the attack objective.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) union RiskCategory { string, @@ -115,7 +115,7 @@ union RiskCategory { @doc("Azure OpenAI model configuration. The API version would be selected by the service for querying the model.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model AzureOpenAIModelConfiguration extends TargetConfig { @visibility(Lifecycle.Read) type: "AzureOpenAIModel"; @@ -126,7 +126,7 @@ model AzureOpenAIModelConfiguration extends TargetConfig { @doc("Abstract class for target configuration.") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) @discriminator("type") model TargetConfig { @doc("Type of the model configuration.") @@ -136,7 +136,7 @@ model TargetConfig { @doc("Red team details.") @resource("runs") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) model RedTeam { @doc("Identifier of the red team.") @key("name") diff --git a/specification/ai/Azure.AI.Projects/red-teams/routes.tsp b/specification/ai/Azure.AI.Projects/red-teams/routes.tsp index 3e2c7258c97c..bd06de36df4e 100644 --- a/specification/ai/Azure.AI.Projects/red-teams/routes.tsp +++ b/specification/ai/Azure.AI.Projects/red-teams/routes.tsp @@ -21,7 +21,7 @@ alias RedTeamOperations = Azure.Core.ResourceOperations; @route("redTeams") @added(Versions.v2025_05_15_preview) -@removed(Versions.v_latest) +@removed(Versions.v1) interface RedTeams { @doc("Get a redteam by name.") get is RedTeamOperations.ResourceRead; diff --git a/specification/ai/data-plane/Azure.AI.Projects/readme.md b/specification/ai/data-plane/Azure.AI.Projects/readme.md index b63fe62467b4..b11e4bcd9332 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/readme.md +++ b/specification/ai/data-plane/Azure.AI.Projects/readme.md @@ -15,11 +15,11 @@ openapi-type: data-plane # Releases -### Release latest -These settings apply only when `--tag=latest` is specified on the command line. +### Release v1 +These settings apply only when `--tag=v1` is specified on the command line. ``` yaml $(tag) == 'latest' input-file: - - stable/latest/azure-ai-projects-1dp.json + - stable/v1/azure-ai-projects-1dp.json ``` ### Release v2025-05-01 diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/azure-ai-projects-1dp.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/azure-ai-projects-1dp.json similarity index 99% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/azure-ai-projects-1dp.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/azure-ai-projects-1dp.json index d862e14ebd47..9ce7570bddfa 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/azure-ai-projects-1dp.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/azure-ai-projects-1dp.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Azure AI", - "version": "latest", + "version": "v1", "x-typespec-generated": [ { "emitter": "@azure-tools/typespec-autorest" diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_GetWithCredentials_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_GetWithCredentials_MaximumSet_Gen.json similarity index 94% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_GetWithCredentials_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_GetWithCredentials_MaximumSet_Gen.json index 67895f9bea5d..482313fd7f9a 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_GetWithCredentials_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_GetWithCredentials_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Connections_GetWithCredentials_MaximumSet", "operationId": "Connections_GetWithCredentials", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "jqgcfdexf", "x-ms-client-request-id": "cf35b680-dc80-4815-ab83-9364acc3bce6" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_Get_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_Get_MaximumSet_Gen.json similarity index 94% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_Get_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_Get_MaximumSet_Gen.json index ddfbca57a7af..7c728024c7e0 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Connections_Get_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_Get_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Connections_Get_MaximumSet", "operationId": "Connections_Get", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "gvwpqdivyfaiftzdfcjoj", "x-ms-client-request-id": "cf35b680-dc80-4815-ab83-9364acc3bce6" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Connections_List_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_List_MaximumSet_Gen.json similarity index 96% rename from specification/ai/Azure.AI.Projects/examples/latest/Connections_List_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_List_MaximumSet_Gen.json index c7b15ded33a0..4ddfc1005468 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Connections_List_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Connections_List_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Connections_List_MaximumSet", "operationId": "Connections_List", "parameters": { - "api-version": "latest", + "api-version": "v1", "connectionType": "AzureOpenAI", "defaultConnection": true, "top": 6, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json similarity index 97% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json index 53d8e4389bc2..fdc318b8ad4c 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_CreateOrUpdateVersion_MaximumSet", "operationId": "Datasets_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "nsvugzcnsvqodrxiojanhtdymgglnx", "version": "utbfmfka", "body": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json similarity index 96% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json index 36b9a414c8fb..717e125e8fc1 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_CreateOrUpdateVersion_MinimumSet", "operationId": "Datasets_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "pluvp", "version": "playwidjgezovivciosnkerrdwe", "body": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_DeleteVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_DeleteVersion_MaximumSet_Gen.json similarity index 87% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_DeleteVersion_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_DeleteVersion_MaximumSet_Gen.json index d92c63fc6176..6d32c7b8bd30 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_DeleteVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_DeleteVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_DeleteVersion_MaximumSet", "operationId": "Datasets_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "dfmimccx", "version": "mukc" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_DeleteVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_DeleteVersion_MinimumSet_Gen.json similarity index 88% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_DeleteVersion_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_DeleteVersion_MinimumSet_Gen.json index e17560ccaff1..7c629dd22c35 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_DeleteVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_DeleteVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_DeleteVersion_MinimumSet", "operationId": "Datasets_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "nkaivxoayhkrxavagybliogwwgvbk", "version": "pmavzwbusicqau" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetCredentials_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MaximumSet_Gen.json similarity index 94% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetCredentials_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MaximumSet_Gen.json index 36c785a9d296..a65b58a588c3 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetCredentials_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetCredentials_MaximumSet", "operationId": "Datasets_GetCredentials", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "hpvjnkljsuospxwrypot", "version": "rlf", "body": {} diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetCredentials_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MinimumSet_Gen.json similarity index 94% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetCredentials_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MinimumSet_Gen.json index 9e55038a401e..04278e63d1f0 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_GetCredentials_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetCredentials_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetCredentials_MinimumSet", "operationId": "Datasets_GetCredentials", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "udrhdaxbjptksqqwztnfswzku", "version": "ytogupzn", "body": {} diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MaximumSet_Gen.json similarity index 94% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetVersion_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MaximumSet_Gen.json index 09c41ef4580e..01e572590dc5 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetVersion_MaximumSet", "operationId": "Datasets_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ppdba", "version": "ttetev" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MinimumSet_Gen.json similarity index 93% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetVersion_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MinimumSet_Gen.json index 3930d62e815c..103a5ec40cf3 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_GetVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_GetVersion_MinimumSet", "operationId": "Datasets_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ivkedy", "version": "vxufccznqvuctabcyagbczidvr" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MaximumSet_Gen.json similarity index 96% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListLatest_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MaximumSet_Gen.json index cbb228acbbc2..55f7743c6902 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListLatest_MaximumSet", "operationId": "Datasets_ListLatest", "parameters": { - "api-version": "latest", + "api-version": "v1", "top": 16, "skip": "wbilbzmgugbikcwaguhtq", "tags": "azsufezp", diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListLatest_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MinimumSet_Gen.json similarity index 93% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListLatest_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MinimumSet_Gen.json index d47c63cf9ffe..948ca26a188a 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Datasets_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListLatest_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListLatest_MinimumSet", "operationId": "Datasets_ListLatest", "parameters": { - "api-version": "latest" + "api-version": "v1" }, "responses": { "200": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MaximumSet_Gen.json similarity index 96% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListVersions_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MaximumSet_Gen.json index c3a191f41962..5f6bdfb1ab2f 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListVersions_MaximumSet", "operationId": "Datasets_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ojjzgfffyyyr", "top": 4, "skip": "bafjlmqcftwnjlofuwnxoc", diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListVersions_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MinimumSet_Gen.json similarity index 94% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListVersions_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MinimumSet_Gen.json index 266f78fd2e6a..664c90c1d672 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_ListVersions_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_ListVersions_MinimumSet", "operationId": "Datasets_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "fauawvl" }, "responses": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json similarity index 96% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json index c3d3de6d3966..b2361fc032f3 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_StartPendingUploadVersion_MaximumSet", "operationId": "Datasets_StartPendingUploadVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "cncrcmiaksswirlujwcptxeaef", "version": "jkqqzmj", "body": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json similarity index 95% rename from specification/ai/Azure.AI.Projects/examples/latest/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json index 841f2c320d68..bcd3ee591099 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Datasets_StartPendingUploadVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Datasets_StartPendingUploadVersion_MinimumSet", "operationId": "Datasets_StartPendingUploadVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "atopkjwxsjtforndczju", "version": "yftpnjxwjylhixypopcytxd", "body": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Deployments_Get_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Deployments_Get_MaximumSet_Gen.json similarity index 92% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Deployments_Get_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Deployments_Get_MaximumSet_Gen.json index a4378ab8fcf1..8023d41a5e89 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Deployments_Get_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Deployments_Get_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Deployments_Get_MaximumSet", "operationId": "Deployments_Get", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ft", "x-ms-client-request-id": "cf35b680-dc80-4815-ab83-9364acc3bce6" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Deployments_List_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Deployments_List_MaximumSet_Gen.json similarity index 95% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Deployments_List_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Deployments_List_MaximumSet_Gen.json index 302a20a54724..5e6110856a4b 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Deployments_List_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Deployments_List_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Deployments_List_MaximumSet", "operationId": "Deployments_List", "parameters": { - "api-version": "latest", + "api-version": "v1", "modelPublisher": "tb", "modelName": "xdlvjxymsmdnebesolv", "top": 6, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json similarity index 96% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json index c8408389aa49..ff3a22cb16ab 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_CreateOrUpdateVersion_MaximumSet", "operationId": "Indexes_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "kptgsnpfjcunvvdgzfjdmnurq", "version": "hxutytnzwioiijfinpdojrnrqhqb", "body": { diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json similarity index 94% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json index cbf4b284ded3..003e2d0b162b 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_CreateOrUpdateVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_CreateOrUpdateVersion_MinimumSet", "operationId": "Indexes_CreateOrUpdateVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "dpfjghwaowffzhoyuwrnmws", "version": "priaizsqiwxrwnhhyk", "body": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_DeleteVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_DeleteVersion_MaximumSet_Gen.json similarity index 87% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_DeleteVersion_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_DeleteVersion_MaximumSet_Gen.json index 2acc621223d6..abca9b51ee02 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_DeleteVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_DeleteVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_DeleteVersion_MaximumSet", "operationId": "Indexes_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "fb", "version": "ajbuwvsxobvnynpcliqcylqdp" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_DeleteVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_DeleteVersion_MinimumSet_Gen.json similarity index 87% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_DeleteVersion_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_DeleteVersion_MinimumSet_Gen.json index 1347bd62ae4e..b8742995962a 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_DeleteVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_DeleteVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_DeleteVersion_MinimumSet", "operationId": "Indexes_DeleteVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "zoxequ", "version": "akulwzwrfeqxh" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_GetVersion_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MaximumSet_Gen.json similarity index 93% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_GetVersion_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MaximumSet_Gen.json index ac32666a5535..f45394f89cf7 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_GetVersion_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_GetVersion_MaximumSet", "operationId": "Indexes_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ascwgkgwpqxeinbp", "version": "bqhzitucneeoxurvf" }, diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_GetVersion_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MinimumSet_Gen.json similarity index 91% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_GetVersion_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MinimumSet_Gen.json index d3d8b70438fd..f3918ab409a3 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_GetVersion_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_GetVersion_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_GetVersion_MinimumSet", "operationId": "Indexes_GetVersion", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "sflsamumttlwccuxveocgozlkmdme", "version": "txg" }, diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListLatest_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MaximumSet_Gen.json similarity index 95% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListLatest_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MaximumSet_Gen.json index 57e128dd9bb8..f46b82f038a6 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListLatest_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListLatest_MaximumSet", "operationId": "Indexes_ListLatest", "parameters": { - "api-version": "latest", + "api-version": "v1", "top": 16, "skip": "cbeuhxuzaucwgqj", "tags": "ecxlvszgcepwunik", diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListLatest_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MinimumSet_Gen.json similarity index 92% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListLatest_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MinimumSet_Gen.json index ef8435a62328..9ee9e1422b9c 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListLatest_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListLatest_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListLatest_MinimumSet", "operationId": "Indexes_ListLatest", "parameters": { - "api-version": "latest" + "api-version": "v1" }, "responses": { "200": { diff --git a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListVersions_MaximumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MaximumSet_Gen.json similarity index 95% rename from specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListVersions_MaximumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MaximumSet_Gen.json index 6a20fa0ec6c6..3efa91a588c9 100644 --- a/specification/ai/Azure.AI.Projects/examples/latest/Indexes_ListVersions_MaximumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MaximumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListVersions_MaximumSet", "operationId": "Indexes_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "ugobcytrjfdfu", "top": 12, "skip": "vspvqu", diff --git a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListVersions_MinimumSet_Gen.json b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MinimumSet_Gen.json similarity index 92% rename from specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListVersions_MinimumSet_Gen.json rename to specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MinimumSet_Gen.json index 1fd65159204a..ba599e422489 100644 --- a/specification/ai/data-plane/Azure.AI.Projects/stable/latest/examples/Indexes_ListVersions_MinimumSet_Gen.json +++ b/specification/ai/data-plane/Azure.AI.Projects/stable/v1/examples/Indexes_ListVersions_MinimumSet_Gen.json @@ -2,7 +2,7 @@ "title": "Indexes_ListVersions_MinimumSet", "operationId": "Indexes_ListVersions", "parameters": { - "api-version": "latest", + "api-version": "v1", "name": "lenbliqxnfqi" }, "responses": {