diff --git a/dev/cognitiveservices/data-plane/Language/analyzeconversations-authoring.json b/dev/cognitiveservices/data-plane/Language/analyzeconversations-authoring.json
index 77dcd4fe727d..5131427ed8af 100644
--- a/dev/cognitiveservices/data-plane/Language/analyzeconversations-authoring.json
+++ b/dev/cognitiveservices/data-plane/Language/analyzeconversations-authoring.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service - Analyze Conversations Authoring",
- "version": "2023-05-01",
+ "version": "2023-04-01",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview."
},
"securityDefinitions": {
diff --git a/dev/cognitiveservices/data-plane/Language/analyzeconversations.json b/dev/cognitiveservices/data-plane/Language/analyzeconversations.json
index 0019fee295d9..8cd6b5a0fe52 100644
--- a/dev/cognitiveservices/data-plane/Language/analyzeconversations.json
+++ b/dev/cognitiveservices/data-plane/Language/analyzeconversations.json
@@ -3,7 +3,7 @@
"info": {
"title": "Microsoft Cognitive Language Service - Analyze Conversations",
"description": "The language service conversations API is a suite of natural language processing (NLP) skills that can be used to analyze structured conversations (textual or spoken). The synchronous API in this suite accepts a request and mediates among multiple language projects, such as LUIS Generally Available, Question Answering, Conversational Language Understanding, and then calls the best candidate service to handle the request. At last, it returns a response with the candidate service's response as a payload.\n\n In some cases, this API needs to forward requests and responses between the caller and an upstream service. The asynchronous APIs in this suite enable tasks like Conversation Summarization and Conversational PII detection.",
- "version": "2023-05-01"
+ "version": "2023-04-01"
},
"securityDefinitions": {
"AADToken": {
diff --git a/dev/cognitiveservices/data-plane/Language/analyzetext-authoring.json b/dev/cognitiveservices/data-plane/Language/analyzetext-authoring.json
index c46aaf533000..c847447cadf0 100644
--- a/dev/cognitiveservices/data-plane/Language/analyzetext-authoring.json
+++ b/dev/cognitiveservices/data-plane/Language/analyzetext-authoring.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service - Analyze Text Authoring",
- "version": "2023-05-01",
+ "version": "2023-04-01",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview."
},
"securityDefinitions": {
diff --git a/dev/cognitiveservices/data-plane/Language/analyzetext.json b/dev/cognitiveservices/data-plane/Language/analyzetext.json
index 2995c1ad0fb8..0d1762a8e581 100644
--- a/dev/cognitiveservices/data-plane/Language/analyzetext.json
+++ b/dev/cognitiveservices/data-plane/Language/analyzetext.json
@@ -3,7 +3,7 @@
"info": {
"title": "Microsoft Cognitive Language Service - Text Analysis",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.0",
- "version": "2023-05-01"
+ "version": "2023-04-01"
},
"securityDefinitions": {
"AADToken": {
diff --git a/dev/cognitiveservices/data-plane/Language/common.json b/dev/cognitiveservices/data-plane/Language/common.json
index 2479b6d19524..b6cab8b6107f 100644
--- a/dev/cognitiveservices/data-plane/Language/common.json
+++ b/dev/cognitiveservices/data-plane/Language/common.json
@@ -3,7 +3,7 @@
"info": {
"title": "Microsoft Cognitive Language Service",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview.",
- "version": "2023-05-01"
+ "version": "2023-04-01"
},
"paths": {},
"definitions": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulAssignDeploymentResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulAssignDeploymentResources.json
index 9f41dd6991fe..fa54c0fb9052 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulAssignDeploymentResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulAssignDeploymentResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"body": {
"resourcesMetadata": [
@@ -22,7 +22,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/resources/assign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/resources/assign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCancelTrainingJob.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCancelTrainingJob.json
index a99ddc8944cc..88fb6767655e 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCancelTrainingJob.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCancelTrainingJob.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"jobId": "8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCreateProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCreateProject.json
index 7d3aa522dc01..98007ecafe72 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCreateProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulCreateProject.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/merge-patch+json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "myproject",
"body": {
"projectName": "myproject",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeployment.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeployment.json
index 739579ac8c00..74ba10ef7f11 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeployment.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeployment.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"deploymentName": "staging"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/staging/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/staging/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeploymentFromResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeploymentFromResources.json
index 8df769944c1a..a5d5e16778f4 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeploymentFromResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteDeploymentFromResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"deploymentName": "staging",
"body": {
@@ -14,7 +14,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/staging/delete-from-resources/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/staging/delete-from-resources/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteModel.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteModel.json
index 0e623c6a6914..7aaeb03f6752 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteModel.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteModel.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"trainedModelLabel": "model2"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteProject.json
index f47a7d1b29bd..86397edb0efc 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeleteProject.json
@@ -2,13 +2,13 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "myproject"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/global/deletion-jobs/129d3182-625d-496c-bcf9-43686e85160b_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/global/deletion-jobs/129d3182-625d-496c-bcf9-43686e85160b_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeployProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeployProject.json
index 79a87ca65318..5cecb4cd8a4e 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeployProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulDeployProject.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"deploymentName": "production",
"body": {
@@ -16,7 +16,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/production/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/production/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulExportProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulExportProject.json
index d8401e3b2020..4c84fa0276a7 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulExportProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulExportProject.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"stringIndexType": "Utf16CodeUnit"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/export/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/export/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json
index f352e360bcdf..7d0b20629139 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json
index bd432fb04029..6129720003e3 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"deploymentName": "production",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeployment.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeployment.json
index 7fe6b8886273..640cbeef3061 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeployment.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeployment.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"deploymentName": "staging"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeploymentStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeploymentStatus.json
index bd432fb04029..6129720003e3 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeploymentStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetDeploymentStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"deploymentName": "production",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetExportStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetExportStatus.json
index 2c75b81bb33f..8e3275eb0950 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetExportStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetExportStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"jobId": "c95efa2a-44e8-461e-8aa5-04b4677bfa84_637858368000000000"
},
@@ -10,7 +10,7 @@
"200": {
"headers": {},
"body": {
- "resultUrl": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/export/jobs/c4946bfa-4fbf-493b-bfcf-2d232eb9de69_637858368000000000/result?api-version=2023-05-01",
+ "resultUrl": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/export/jobs/c4946bfa-4fbf-493b-bfcf-2d232eb9de69_637858368000000000/result?api-version=2023-04-01",
"jobId": "c4946bfa-4fbf-493b-bfcf-2d232eb9de69_637858368000000000",
"createdDateTime": "2022-04-18T15:23:07Z",
"lastUpdatedDateTime": "2022-04-18T15:23:08Z",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetImportStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetImportStatus.json
index d651f1a3455d..0554591835a2 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetImportStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetImportStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"jobId": "c95efa2a-44e8-461e-8aa5-04b4677bfa84_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetLoadSnapshotStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetLoadSnapshotStatus.json
index 47751570976e..dc21261da3bb 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetLoadSnapshotStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetLoadSnapshotStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"trainedModelLabel": "model1",
"jobId": "8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000"
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModel.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModel.json
index ecd406813644..7944225c5e62 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModel.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModel.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"trainedModelLabel": "model1"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluation.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluation.json
index 25d9a7fd33e1..8dc4b6f88e33 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluation.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluation.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"trainedModelLabel": "model1",
"stringIndexType": "Utf16CodeUnit",
@@ -277,7 +277,7 @@
}
}
],
- "nextLink": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/models/model1/evaluation/result/?api-version=2023-05-01&top=2147483637&skip={maxpagesize}&maxpagesize={maxpagesize}"
+ "nextLink": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/models/model1/evaluation/result/?api-version=2023-04-01&top=2147483637&skip={maxpagesize}&maxpagesize={maxpagesize}"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluationSummary.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluationSummary.json
index 9f892e5095d1..8fb25eb99c9c 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluationSummary.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetModelEvaluationSummary.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"trainedModelLabel": "model1"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProject.json
index 323c30c1cf59..50b53ae6415a 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProject.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "myproject"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProjectDeletionStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProjectDeletionStatus.json
index 8dd11c48b7ef..73c8d1cf0647 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProjectDeletionStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetProjectDeletionStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"jobId": "129d3182-625d-496c-bcf9-43686e85160b_637858368000000000"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedLanguages.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedLanguages.json
index 81f45e11ad41..ed6b0478cdd7 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedLanguages.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedLanguages.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectKind": "Conversation"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedPrebuiltEntities.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedPrebuiltEntities.json
index 1b66a612d14d..7e288d169478 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedPrebuiltEntities.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedPrebuiltEntities.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"language": "en"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedTrainingConfigVersions.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedTrainingConfigVersions.json
index 8549b4e715d8..06780f7fa92b 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedTrainingConfigVersions.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSupportedTrainingConfigVersions.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectKind": "Conversation"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSwapDeploymentsStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSwapDeploymentsStatus.json
index 2f065d13bc25..0aac88c8d145 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSwapDeploymentsStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetSwapDeploymentsStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"jobId": "c36a8775-35b9-4cb5-a8db-665e7d91aafe_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetTrainStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetTrainStatus.json
index 36362a298b50..5f28035def5e 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetTrainStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetTrainStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"jobId": "8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json
index f352e360bcdf..7d0b20629139 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulImportProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulImportProject.json
index bab9f4c3bc0d..61d70d484c59 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulImportProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulImportProject.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"body": {
"projectFileVersion": "2022-05-01",
@@ -71,7 +71,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/import/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/import/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListAssignedResourceDeployments.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListAssignedResourceDeployments.json
index 0b58040a0b2b..d8976edd6790 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListAssignedResourceDeployments.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListAssignedResourceDeployments.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01"
+ "api-version": "2023-04-01"
},
"responses": {
"200": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeploymentResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeploymentResources.json
index 0d6d44d708de..cad9f7277765 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeploymentResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeploymentResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeployments.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeployments.json
index 5c0fded7b2a8..bd240037f1c9 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeployments.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListDeployments.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListModels.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListModels.json
index e3760d85a191..e2806613be45 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListModels.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListModels.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListProjects.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListProjects.json
index ae4433797f39..8b52f2c1adce 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListProjects.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListProjects.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01"
+ "api-version": "2023-04-01"
},
"responses": {
"200": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListTrainingJobs.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListTrainingJobs.json
index 6b8a3c60cf69..5772f4670098 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListTrainingJobs.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulListTrainingJobs.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulLoadSnapshot.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulLoadSnapshot.json
index 830d8c04c433..9409332d34df 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulLoadSnapshot.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulLoadSnapshot.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"trainedModelLabel": "model1"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/models/model1/load-snapshot/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/models/model1/load-snapshot/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulSwapDeployments.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulSwapDeployments.json
index 38a7a4683905..5ac2aa6d1bea 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulSwapDeployments.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulSwapDeployments.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"body": {
"firstDeploymentName": "production",
@@ -12,7 +12,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/swap/jobs/c36a8775-35b9-4cb5-a8db-665e7d91aafe_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/deployments/swap/jobs/c36a8775-35b9-4cb5-a8db-665e7d91aafe_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulTrainProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulTrainProject.json
index 3bb1b4e2db67..a86428a5b7ea 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulTrainProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulTrainProject.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"body": {
"modelLabel": "model1",
@@ -18,7 +18,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulUnassignDeploymentResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulUnassignDeploymentResources.json
index 8d932e0dbd6d..6efb216e113a 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulUnassignDeploymentResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzeconversations-authoring/SuccessfulUnassignDeploymentResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "EmailApp",
"deploymentName": "production",
"body": {
@@ -14,7 +14,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/resources/unassign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/EmailApp/resources/unassign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulAssignDeploymentResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulAssignDeploymentResources.json
index 77e02d132fec..79be09db5f6a 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulAssignDeploymentResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulAssignDeploymentResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"body": {
"resourcesMetadata": [
@@ -22,7 +22,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/resources/assign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/resources/assign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCancelTrainingJob.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCancelTrainingJob.json
index 6363d232f6a8..ee22e9fba1c8 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCancelTrainingJob.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCancelTrainingJob.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"jobId": "8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCreateProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCreateProject.json
index be65d2f7bd19..0b7c0e4759e7 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCreateProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulCreateProject.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/merge-patch+json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"body": {
"projectName": "LoanAgreements",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeployment.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeployment.json
index 9b66a313d0a0..c7fe78e935dd 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeployment.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeployment.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"deploymentName": "staging"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/deployments/staging/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/deployments/staging/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeploymentFromResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeploymentFromResources.json
index eec645a7bead..db3c022dbb6f 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeploymentFromResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteDeploymentFromResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"deploymentName": "staging",
"body": {
@@ -14,7 +14,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/LoanAgreements/deployments/staging/delete-from-resources/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/LoanAgreements/deployments/staging/delete-from-resources/jobs/61ebb7ef-a207-40d2-82b9-5285440ae579_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteModel.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteModel.json
index a371b14e2188..4878a4e330a9 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteModel.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteModel.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"trainedModelLabel": "model2"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteProject.json
index 7c6d2639d2b1..16b875ec4cf8 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeleteProject.json
@@ -2,13 +2,13 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/global/deletion-jobs/129d3182-625d-496c-bcf9-43686e85160b_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/global/deletion-jobs/129d3182-625d-496c-bcf9-43686e85160b_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeployProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeployProject.json
index 11c11dcc4474..a6dcec31e503 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeployProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulDeployProject.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"deploymentName": "production",
"body": {
@@ -17,7 +17,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/deployments/production/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/deployments/production/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulExportProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulExportProject.json
index e281a9d84d2a..2b428b69c027 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulExportProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulExportProject.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"stringIndexType": "Utf16CodeUnit"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/export/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/export/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json
index 55615167e7c1..85086451b87b 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetAssignDeploymentResourcesStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json
index 5b3921e547cd..dc9ac893ae0f 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeleteDeploymentFromResourcesStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"deploymentName": "production",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeployment.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeployment.json
index 0a74178108d3..7b39b9bd048c 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeployment.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeployment.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"deploymentName": "staging"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeploymentStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeploymentStatus.json
index 5b3921e547cd..dc9ac893ae0f 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeploymentStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetDeploymentStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"deploymentName": "production",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetExportStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetExportStatus.json
index 17055dab2e11..56d2c50919bd 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetExportStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetExportStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"jobId": "c95efa2a-44e8-461e-8aa5-04b4677bfa84_637858368000000000"
},
@@ -10,7 +10,7 @@
"200": {
"headers": {},
"body": {
- "resultUrl": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/export/jobs/c4946bfa-4fbf-493b-bfcf-2d232eb9de69_637858368000000000/result?api-version=2023-05-01",
+ "resultUrl": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/export/jobs/c4946bfa-4fbf-493b-bfcf-2d232eb9de69_637858368000000000/result?api-version=2023-04-01",
"jobId": "c4946bfa-4fbf-493b-bfcf-2d232eb9de69_637858368000000000",
"createdDateTime": "2022-04-18T15:23:07Z",
"lastUpdatedDateTime": "2022-04-18T15:23:08Z",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetImportStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetImportStatus.json
index 5fab431b6876..aeef476cdd97 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetImportStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetImportStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"jobId": "c95efa2a-44e8-461e-8aa5-04b4677bfa84_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetLoadSnapshotStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetLoadSnapshotStatus.json
index f9568f8dc63e..5199596f42c2 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetLoadSnapshotStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetLoadSnapshotStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"trainedModelLabel": "model1",
"jobId": "8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000"
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModel.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModel.json
index 3a55914ad4d5..1ba3febdadbb 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModel.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModel.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"trainedModelLabel": "model1"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluation.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluation.json
index f81a6d4f0a32..a3b7e0e9c428 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluation.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluation.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"trainedModelLabel": "model2",
"stringIndexType": "Utf16CodeUnit",
@@ -288,7 +288,7 @@
}
}
],
- "nextLink": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/models/model2/evaluation/result/?api-version=2023-05-01&top=2147483645&skip={maxpagesize}&maxpagesize={maxpagesize}"
+ "nextLink": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/models/model2/evaluation/result/?api-version=2023-04-01&top=2147483645&skip={maxpagesize}&maxpagesize={maxpagesize}"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluationSummary.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluationSummary.json
index e579224de97e..69d74725e758 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluationSummary.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetModelEvaluationSummary.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"trainedModelLabel": "model2"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProject.json
index 49504be420c4..3da80053e31e 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProject.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProjectDeletionStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProjectDeletionStatus.json
index 8dd11c48b7ef..73c8d1cf0647 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProjectDeletionStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetProjectDeletionStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"jobId": "129d3182-625d-496c-bcf9-43686e85160b_637858368000000000"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedLanguages.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedLanguages.json
index bd6801be5489..2cdfd865d82a 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedLanguages.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedLanguages.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01"
+ "api-version": "2023-04-01"
},
"responses": {
"200": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedTrainingConfigVersions.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedTrainingConfigVersions.json
index 03a5def4e1fe..a60f9f0aade3 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedTrainingConfigVersions.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSupportedTrainingConfigVersions.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectKind": "CustomEntityRecognition"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSwapDeploymentsStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSwapDeploymentsStatus.json
index d700faab19f4..eef03f34b045 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSwapDeploymentsStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetSwapDeploymentsStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"jobId": "c36a8775-35b9-4cb5-a8db-665e7d91aafe_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetTrainStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetTrainStatus.json
index 920a0a25009d..671b192b1951 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetTrainStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetTrainStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"jobId": "8ccf2ffe-e758-4d04-a44a-31512918c7e8_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json
index 55615167e7c1..85086451b87b 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulGetUnassignDeploymentResourcesStatus.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"jobId": "66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulImportProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulImportProject.json
index 6c3139bd85e8..1016782ada17 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulImportProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulImportProject.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"body": {
"projectFileVersion": "2022-05-01",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListAssignedResourceDeployments.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListAssignedResourceDeployments.json
index 0b58040a0b2b..d8976edd6790 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListAssignedResourceDeployments.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListAssignedResourceDeployments.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01"
+ "api-version": "2023-04-01"
},
"responses": {
"200": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeploymentResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeploymentResources.json
index 528fa2c46d12..3fd11ddbbacc 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeploymentResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeploymentResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeployments.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeployments.json
index a076d5fc0d95..d89a57b8cdb2 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeployments.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListDeployments.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListModels.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListModels.json
index 56f543dbe881..b7627519623c 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListModels.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListModels.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListProjects.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListProjects.json
index 775d5294fc23..46244a7fb500 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListProjects.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListProjects.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01"
+ "api-version": "2023-04-01"
},
"responses": {
"200": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListTrainingJobs.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListTrainingJobs.json
index 0ac6db7cf7b9..e9bf0ff70296 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListTrainingJobs.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulListTrainingJobs.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulLoadSnapshot.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulLoadSnapshot.json
index e5a868df052a..f1cb63240640 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulLoadSnapshot.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulLoadSnapshot.json
@@ -2,14 +2,14 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"trainedModelLabel": "model1"
},
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/LoanAgreements/models/model1/load-snapshot/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/LoanAgreements/models/model1/load-snapshot/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulSwapDeployments.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulSwapDeployments.json
index 5a416e58a944..a4d4408b4bba 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulSwapDeployments.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulSwapDeployments.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"body": {
"firstDeploymentName": "production",
@@ -13,7 +13,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/deployments/swap/jobs/c36a8775-35b9-4cb5-a8db-665e7d91aafe_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/deployments/swap/jobs/c36a8775-35b9-4cb5-a8db-665e7d91aafe_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulTrainProject.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulTrainProject.json
index ebed765f4fc3..ea8b27d1e04a 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulTrainProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulTrainProject.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"body": {
"modelLabel": "model1",
@@ -17,7 +17,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-text/projects/LoanAgreements/train/jobs/4d37982f-fded-4c2c-afe3-15953b5919b6_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulUnassignDeploymentResources.json b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulUnassignDeploymentResources.json
index 91169be86286..68c461bdf42c 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulUnassignDeploymentResources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/analyzetext-authoring/SuccessfulUnassignDeploymentResources.json
@@ -2,7 +2,7 @@
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "LoanAgreements",
"deploymentName": "production",
"body": {
@@ -14,7 +14,7 @@
"responses": {
"202": {
"headers": {
- "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/LoanAgreements/resources/unassign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-05-01"
+ "operation-location": "{Endpoint}/language/authoring/analyze-conversations/projects/LoanAgreements/resources/unassign/jobs/66fa9a67-a561-42f1-8a13-f3a879b1a324_637858368000000000?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversations.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversations.json
index 637c03346e69..bc8f8805bc81 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversations.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversations.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"body": {
"kind": "Conversation",
"analysisInput": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitration.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitration.json
index 88df961a59a2..923c60f0e6f1 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitration.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitration.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"body": {
"kind": "Conversation",
"analysisInput": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitrationDirectTarget.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitrationDirectTarget.json
index 190483d74557..f23d13781902 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitrationDirectTarget.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsArbitrationDirectTarget.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"body": {
"kind": "Conversation",
"analysisInput": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsJobsCancelRequest.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsJobsCancelRequest.json
index bc2739975db7..705087d1ddf6 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsJobsCancelRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulAnalyzeConversationsJobsCancelRequest.json
@@ -1,14 +1,14 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
},
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-conversations/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-conversations/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIISubmit.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIISubmit.json
index b950e97a9c3c..b4366f51e25e 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIISubmit.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIISubmit.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -67,7 +67,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIITaskStatusRequest.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIITaskStatusRequest.json
index d5c93cebfdd0..ce528cc48d60 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIITaskStatusRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationPIITaskStatusRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentSubmit.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentSubmit.json
index cafa2a1ea3aa..d798b5e9a2ed 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentSubmit.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentSubmit.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -40,7 +40,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentTaskStatusRequest.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentTaskStatusRequest.json
index 080dd578c247..e74ff1ffed57 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentTaskStatusRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSentimentTaskStatusRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
},
@@ -49,7 +49,7 @@
}
],
"errors": [],
- "modelVersion": "2023-05-01"
+ "modelVersion": "2023-04-01"
}
}
]
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskResult.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskResult.json
index a42ec2595b39..fb060418b2ad 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskResult.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskResult.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "3e9e8518-492f-47f9-abd1-9a7468231086"
},
@@ -63,7 +63,7 @@
}
],
"errors": [],
- "modelVersion": "2023-05-01"
+ "modelVersion": "2023-04-01"
}
}
]
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskStatusRequest.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskStatusRequest.json
index 6f17553c7b0e..a87378d90822 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskStatusRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskStatusRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskSubmit.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskSubmit.json
index 7c43b26d0825..3f7e3e9682f5 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskSubmit.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarizationTaskSubmit.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -70,7 +70,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarySubmit.json b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarySubmit.json
index 19cd61b642ee..00a71497cd67 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarySubmit.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/conversations/SuccessfulConversationSummarySubmit.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -54,7 +54,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-conversation/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryKnowledgebases.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryKnowledgebases.json
index 3705eabaac6b..35e2adf286f6 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryKnowledgebases.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryKnowledgebases.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"deploymentName": "production",
"knowledgeBaseQueryOptions": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryText.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryText.json
index 72f2dd72362a..7470afc8ebe5 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryText.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/SuccessfulQueryText.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"stringIndexType": "TextElements_v8",
"textQueryOptions": {
"question": "how long it takes to charge surface?",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulCreateProject.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulCreateProject.json
index b60d0b15cb9a..0379fa212ca0 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulCreateProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulCreateProject.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"body": {
"description": "proj1 is a test project.",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulDeleteProject.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulDeleteProject.json
index 4641e2537e9f..5f383a7c5843 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulDeleteProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulDeleteProject.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetProject.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetProject.json
index 09c1fb10197a..6559ff5eecd7 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetProject.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetProject.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetQnas.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetQnas.json
index 0f8593333864..a0c507000d46 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetQnas.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetQnas.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSources.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSources.json
index ea9a86e04fc8..93151be618e3 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSources.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSynonyms.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSynonyms.json
index 7b46f38db179..64179691eedc 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSynonyms.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulGetSynonyms.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeleteJobStatus.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeleteJobStatus.json
index bd659e2a30da..b32ee372970f 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeleteJobStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeleteJobStatus.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"jobId": "job1"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeployJobStatus.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeployJobStatus.json
index 3c95d2da1178..c3448c1ed6b6 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeployJobStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectDeployJobStatus.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"deploymentName": "production",
"jobId": "job1"
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectExportJobStatus.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectExportJobStatus.json
index 58e0914f7de9..faade3721442 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectExportJobStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectExportJobStatus.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"jobId": "job1"
},
@@ -17,7 +17,7 @@
"jobId": "635c2741-15c4-4c2c-9f78-bfd30b6b2a4a",
"lastUpdatedDateTime": "2021-05-01T17:21:14Z",
"status": "succeeded",
- "resultUrl": "https:///language/authoring/query-knowledgebases/projects/proj1/export/jobs/job1/result?api-version=2023-05-01"
+ "resultUrl": "https:///language/authoring/query-knowledgebases/projects/proj1/export/jobs/job1/result?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectImportJobStatus.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectImportJobStatus.json
index a9b972658061..f77706e436b3 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectImportJobStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectImportJobStatus.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"jobId": "job1"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectListDeployments.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectListDeployments.json
index dc5cb0ee9811..8e1a7e2a6879 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectListDeployments.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectListDeployments.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1"
},
"responses": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitDeployJob.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitDeployJob.json
index 53d0efcc3df6..d2313483f1d9 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitDeployJob.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitDeployJob.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"deploymentName": "production"
},
@@ -11,7 +11,7 @@
"202": {
"description": "A successful call results with an Operation-Location header used to check the status of the analysis job.",
"headers": {
- "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/deployments/production/jobs/job1?api-version=2023-05-01"
+ "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/deployments/production/jobs/job1?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitExportJob.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitExportJob.json
index 54e949396cf5..bf9a702a74e4 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitExportJob.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitExportJob.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"body": {
"exportAssetTypes": [
@@ -22,13 +22,13 @@
"jobId": "635c2741-15c4-4c2c-9f78-bfd30b6b2a4a",
"lastUpdatedDateTime": "2021-05-01T17:21:14Z",
"status": "succeeded",
- "resultUrl": "https:///language/authoring/query-knowledgebases/projects/proj1/export/jobs/job1/result?api-version=2023-05-01"
+ "resultUrl": "https:///language/authoring/query-knowledgebases/projects/proj1/export/jobs/job1/result?api-version=2023-04-01"
}
},
"202": {
"description": "A successful call results with an Operation-Location header used to check the status of the analysis job.",
"headers": {
- "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/export/jobs/job1?api-version=2023-05-01"
+ "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/export/jobs/job1?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitImportJob.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitImportJob.json
index bd5a2d8c68d1..21e0c108fad1 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitImportJob.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectSubmitImportJob.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"body": {
"assets": {
@@ -66,7 +66,7 @@
"202": {
"description": "A successful call results with an Operation-Location header used to check the status of the analysis job.",
"headers": {
- "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/import/jobs/job1?api-version=2023-05-01"
+ "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/import/jobs/job1?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectsListProjects.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectsListProjects.json
index d23a72980dae..63c63c1a641d 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectsListProjects.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulProjectsListProjects.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01"
+ "api-version": "2023-04-01"
},
"responses": {
"200": {
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateActiveLearningFeedback.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateActiveLearningFeedback.json
index 059f71004aa1..5171bc538ad9 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateActiveLearningFeedback.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateActiveLearningFeedback.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"body": {
"records": [
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnas.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnas.json
index 117a71efec67..d2ce3b89bbf0 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnas.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnas.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"body": [
{
@@ -67,7 +67,7 @@
"202": {
"description": "A successful call results with an Operation-Location header used to check the status of the analysis job.",
"headers": {
- "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/qnas/jobs/job1?api-version=2023-05-01"
+ "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/qnas/jobs/job1?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnasJobStatus.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnasJobStatus.json
index a9b972658061..f77706e436b3 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnasJobStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateQnasJobStatus.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"jobId": "job1"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSources.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSources.json
index ed1cf1f8eca0..04f0f445f180 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSources.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSources.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"body": [
{
@@ -40,7 +40,7 @@
"202": {
"description": "A successful call results with an Operation-Location header used to check the status of the analysis job.",
"headers": {
- "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/sources/jobs/job1?api-version=2023-05-01"
+ "Operation-Location": "https:///language/authoring/query-knowledgebases/projects/proj1/sources/jobs/job1?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSourcesJobStatus.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSourcesJobStatus.json
index a9b972658061..f77706e436b3 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSourcesJobStatus.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSourcesJobStatus.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"jobId": "job1"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSynonyms.json b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSynonyms.json
index 77652c062b54..ce35df49d490 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSynonyms.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/questionanswering/authoring/SuccessfulUpdateSynonyms.json
@@ -3,7 +3,7 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"Content-Type": "application/json",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"projectName": "proj1",
"body": {
"value": [
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfuDynamicClassificationRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfuDynamicClassificationRequest.json
index 1759a6f96e12..b7ef4f3ea12f 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfuDynamicClassificationRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfuDynamicClassificationRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"body": {
"kind": "DynamicClassification",
@@ -84,7 +84,7 @@
}
],
"errors": [],
- "modelVersion": "2023-05-01"
+ "modelVersion": "2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskResult.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskResult.json
index d5081679b5f1..3a8e61099634 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskResult.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskResult.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
},
@@ -45,7 +45,7 @@
}
],
"errors": [],
- "modelVersion": "2023-05-01"
+ "modelVersion": "2023-04-01"
}
}
]
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskSubmit.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskSubmit.json
index 09a4d2b7a72e..1fec0f6e6ffd 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskSubmit.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAbstractiveSummarizationTaskSubmit.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -29,7 +29,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsCancelRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsCancelRequest.json
index f6d65a2e3edc..cab594cfd719 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsCancelRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsCancelRequest.json
@@ -1,14 +1,14 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
},
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskStatusRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskStatusRequest.json
index 97bd956d66cc..5823008ae035 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskStatusRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskStatusRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskSubmitRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskSubmitRequest.json
index 7ee5b82cefae..e9656fc32856 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskSubmitRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulAnalyzeTextJobsMultipleTaskSubmitRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -42,7 +42,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityLinkingRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityLinkingRequest.json
index 0139e81bb454..4c26cafd35d9 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityLinkingRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityLinkingRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"body": {
"kind": "EntityLinking",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityRecognitionRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityRecognitionRequest.json
index dfcfff63c153..42178f75acf2 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityRecognitionRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulEntityRecognitionRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"body": {
"kind": "EntityRecognition",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypePostRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypePostRequest.json
index 529b2cd039ce..531aa8ba92d5 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypePostRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypePostRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -29,7 +29,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypeTaskStatusRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypeTaskStatusRequest.json
index 70b0446ec975..dbd2dd408f88 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypeTaskStatusRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareDocumentTypeTaskStatusRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "15e4a46b-62e2-4386-8d36-9c2a92bb45dd"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcarePostRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcarePostRequest.json
index 76fbbdc3d263..8d9a557cef7c 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcarePostRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcarePostRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "{Job ID}",
"body": {
@@ -27,7 +27,7 @@
"responses": {
"202": {
"headers": {
- "Operation-Location": "{Endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-05-01"
+ "Operation-Location": "{Endpoint}/language/analyze-text/jobs/{jobId}?api-version=2023-04-01"
}
}
}
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareTaskStatusRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareTaskStatusRequest.json
index a450464ba8ae..5d9d156496dc 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareTaskStatusRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulHealthcareTaskStatusRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"jobId": "1780194a-e9c1-4298-b0d4-fdc59ba818a0"
},
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulKeyPhraseExtractionRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulKeyPhraseExtractionRequest.json
index 49783080633c..c0c65ef57622 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulKeyPhraseExtractionRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulKeyPhraseExtractionRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"body": {
"kind": "KeyPhraseExtraction",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulLanguageDetectionRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulLanguageDetectionRequest.json
index 5e836bd5eccd..8686135c7f08 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulLanguageDetectionRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulLanguageDetectionRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"body": {
"kind": "LanguageDetection",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulPiiEntityRecognitionRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulPiiEntityRecognitionRequest.json
index 0e22fb8b739b..7b085f7932ad 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulPiiEntityRecognitionRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulPiiEntityRecognitionRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"body": {
"kind": "PiiEntityRecognition",
diff --git a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulSentimentAnalysisRequest.json b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulSentimentAnalysisRequest.json
index 43a835ca6911..4946fb6c2f21 100644
--- a/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulSentimentAnalysisRequest.json
+++ b/dev/cognitiveservices/data-plane/Language/examples/text/SuccessfulSentimentAnalysisRequest.json
@@ -1,7 +1,7 @@
{
"parameters": {
"Ocp-Apim-Subscription-Key": "{API key}",
- "api-version": "2023-05-01",
+ "api-version": "2023-04-01",
"Endpoint": "{Endpoint}",
"body": {
"kind": "SentimentAnalysis",
diff --git a/dev/cognitiveservices/data-plane/Language/questionanswering-authoring.json b/dev/cognitiveservices/data-plane/Language/questionanswering-authoring.json
index c48278c4c2e3..1345452cd8f2 100644
--- a/dev/cognitiveservices/data-plane/Language/questionanswering-authoring.json
+++ b/dev/cognitiveservices/data-plane/Language/questionanswering-authoring.json
@@ -3,7 +3,7 @@
"info": {
"title": "Microsoft Cognitive Language Service - Question Answering - Authoring",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview.",
- "version": "2023-05-01"
+ "version": "2023-04-01"
},
"securityDefinitions": {
"AADToken": {
diff --git a/dev/cognitiveservices/data-plane/Language/questionanswering.json b/dev/cognitiveservices/data-plane/Language/questionanswering.json
index 399b7c8c81ab..4fd80da03469 100644
--- a/dev/cognitiveservices/data-plane/Language/questionanswering.json
+++ b/dev/cognitiveservices/data-plane/Language/questionanswering.json
@@ -3,7 +3,7 @@
"info": {
"title": "Microsoft Cognitive Language Service - Question Answering",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview.",
- "version": "2023-05-01"
+ "version": "2023-04-01"
},
"securityDefinitions": {
"AADToken": {
diff --git a/dev/cognitiveservices/data-plane/Language/readme.md b/dev/cognitiveservices/data-plane/Language/readme.md
index f6db4c565343..882165c87d48 100644
--- a/dev/cognitiveservices/data-plane/Language/readme.md
+++ b/dev/cognitiveservices/data-plane/Language/readme.md
@@ -6,12 +6,12 @@ This is the AutoRest configuration file the Cognitive Services Language SDK.
## Releases
-The current release of Language is 2023-05-01.
+The current release of Language is 2023-04-01.
-
+
```yaml
-tag: release_2023-05-01
+tag: release_2023-04-01
add-credentials: true
clear-output-folder: true
openapi-type: data-plane
@@ -22,7 +22,7 @@ directive:
### Release
-``` yaml $(tag) == 'release_2023-05-01'
+``` yaml $(tag) == 'release_2023-04-01'
input-file:
- analyzetext.json
- analyzetext-authoring.json