From f1867ea45362543afdee1f669381849170a0a672 Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Mon, 28 Nov 2022 13:10:50 -0800 Subject: [PATCH] Updates API version in new specs and examples --- .../stable/2022-12-01/cognitiveservices.json | 2 +- .../stable/2022-12-01/examples/CheckDomainAvailability.json | 2 +- .../stable/2022-12-01/examples/CheckSkuAvailability.json | 2 +- .../stable/2022-12-01/examples/CreateAccount.json | 2 +- .../stable/2022-12-01/examples/CreateAccountMin.json | 2 +- .../stable/2022-12-01/examples/DeleteAccount.json | 2 +- .../stable/2022-12-01/examples/DeleteCommitmentPlan.json | 2 +- .../stable/2022-12-01/examples/DeleteDeployment.json | 2 +- .../examples/DeletePrivateEndpointConnection.json | 2 +- .../stable/2022-12-01/examples/GetAccount.json | 2 +- .../stable/2022-12-01/examples/GetCommitmentPlan.json | 2 +- .../stable/2022-12-01/examples/GetDeletedAccount.json | 2 +- .../stable/2022-12-01/examples/GetDeployment.json | 2 +- .../stable/2022-12-01/examples/GetOperations.json | 2 +- .../2022-12-01/examples/GetPrivateEndpointConnection.json | 2 +- .../stable/2022-12-01/examples/GetSkus.json | 2 +- .../stable/2022-12-01/examples/GetUsages.json | 2 +- .../stable/2022-12-01/examples/ListAccountModels.json | 2 +- .../2022-12-01/examples/ListAccountsByResourceGroup.json | 2 +- .../2022-12-01/examples/ListAccountsBySubscription.json | 2 +- .../stable/2022-12-01/examples/ListCommitmentPlans.json | 2 +- .../stable/2022-12-01/examples/ListCommitmentTiers.json | 2 +- .../examples/ListDeletedAccountsBySubscription.json | 2 +- .../stable/2022-12-01/examples/ListDeployments.json | 2 +- .../stable/2022-12-01/examples/ListKeys.json | 2 +- .../2022-12-01/examples/ListPrivateEndpointConnections.json | 2 +- .../2022-12-01/examples/ListPrivateLinkResources.json | 2 +- .../stable/2022-12-01/examples/ListSkus.json | 2 +- .../stable/2022-12-01/examples/PurgeDeletedAccount.json | 2 +- .../stable/2022-12-01/examples/PutCommitmentPlan.json | 2 +- .../stable/2022-12-01/examples/PutDeployment.json | 2 +- .../2022-12-01/examples/PutPrivateEndpointConnection.json | 2 +- .../stable/2022-12-01/examples/RegenerateKey.json | 2 +- .../stable/2022-12-01/examples/UpdateAccount.json | 6 +++--- 34 files changed, 36 insertions(+), 36 deletions(-) diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/cognitiveservices.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/cognitiveservices.json index afe095496815..6743e115c23c 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/cognitiveservices.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/cognitiveservices.json @@ -3,7 +3,7 @@ "info": { "title": "CognitiveServicesManagementClient", "description": "Cognitive Services Management Client", - "version": "2022-10-01" + "version": "2022-12-01" }, "host": "management.azure.com", "schemes": [ diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckDomainAvailability.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckDomainAvailability.json index 9e80314a5dcc..2f62b6b63cbe 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckDomainAvailability.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckDomainAvailability.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "location": "westus", "parameters": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckSkuAvailability.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckSkuAvailability.json index 582cac98668d..cafed6a9605e 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckSkuAvailability.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CheckSkuAvailability.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "location": "westus", "parameters": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccount.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccount.json index ef71a9f0e94a..cf3ac999caed 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccount.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccount.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "testCreate1", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccountMin.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccountMin.json index 40fb6c481243..8aa03c2336cb 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccountMin.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/CreateAccountMin.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "testCreate1", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteAccount.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteAccount.json index 48f3028fef8d..a016e5e853fd 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteAccount.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteAccount.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "PropTest01" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteCommitmentPlan.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteCommitmentPlan.json index f25565cf1e33..2a82145311a2 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteCommitmentPlan.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteCommitmentPlan.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteDeployment.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteDeployment.json index bb12fb232719..7da696ac6f9a 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteDeployment.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeleteDeployment.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeletePrivateEndpointConnection.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeletePrivateEndpointConnection.json index ae373d9e7662..be14fc73b232 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeletePrivateEndpointConnection.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/DeletePrivateEndpointConnection.json @@ -4,7 +4,7 @@ "resourceGroupName": "res6977", "accountName": "sto2527", "privateEndpointConnectionName": "{privateEndpointConnectionName}", - "api-version": "2022-10-01", + "api-version": "2022-12-01", "monitor": "true" }, "responses": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetAccount.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetAccount.json index 3d8276b712f3..569865499f4a 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetAccount.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetAccount.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "myAccount" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetCommitmentPlan.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetCommitmentPlan.json index 665b5b80710f..b9600bd26862 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetCommitmentPlan.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetCommitmentPlan.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeletedAccount.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeletedAccount.json index 73e94125e951..f979b8c58a96 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeletedAccount.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeletedAccount.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "myAccount", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeployment.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeployment.json index ca4264fd242e..5784a83a7e3e 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeployment.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetDeployment.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetOperations.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetOperations.json index 22f890124186..18c809043284 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetOperations.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetOperations.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01" + "api-version": "2022-12-01" }, "responses": { "200": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetPrivateEndpointConnection.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetPrivateEndpointConnection.json index 9f2a643e7fa9..fbcc575f3195 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetPrivateEndpointConnection.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetPrivateEndpointConnection.json @@ -4,7 +4,7 @@ "resourceGroupName": "res6977", "accountName": "sto2527", "privateEndpointConnectionName": "{privateEndpointConnectionName}", - "api-version": "2022-10-01", + "api-version": "2022-12-01", "monitor": "true" }, "responses": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetSkus.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetSkus.json index e2a881ecec8e..d660cdf3981f 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetSkus.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetSkus.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "f1c637e4-72ec-4f89-8d2b-0f933c036002" }, "responses": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetUsages.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetUsages.json index 29d48e02885f..20dcf4f5d4f7 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetUsages.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/GetUsages.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "5a4f5c2e-6983-4ccb-bd34-2196d5b5bbd3", "resourceGroupName": "myResourceGroup", "accountName": "TestUsage02" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountModels.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountModels.json index 3d587c443847..ba662ec49607 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountModels.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountModels.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "location": "location", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsByResourceGroup.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsByResourceGroup.json index 9aaa6dc33633..c4c654691cf6 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsByResourceGroup.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsByResourceGroup.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup" }, diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsBySubscription.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsBySubscription.json index 19be86cf81fc..16bcaee84e97 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsBySubscription.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListAccountsBySubscription.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "responses": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentPlans.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentPlans.json index 9c35864681c9..853f84eac93b 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentPlans.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentPlans.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentTiers.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentTiers.json index 013137c14b24..6dec7a94d5e0 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentTiers.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListCommitmentTiers.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "location": "location" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeletedAccountsBySubscription.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeletedAccountsBySubscription.json index 19be86cf81fc..16bcaee84e97 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeletedAccountsBySubscription.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeletedAccountsBySubscription.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "responses": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeployments.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeployments.json index 0e596dbe98ab..c348e041cc28 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeployments.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListDeployments.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListKeys.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListKeys.json index 9902038aec89..4482319c5e05 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListKeys.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListKeys.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "myAccount" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateEndpointConnections.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateEndpointConnections.json index 439597c2c676..8126dd8a1010 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateEndpointConnections.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateEndpointConnections.json @@ -3,7 +3,7 @@ "subscriptionId": "{subscription-id}", "resourceGroupName": "res6977", "accountName": "sto2527", - "api-version": "2022-10-01" + "api-version": "2022-12-01" }, "responses": { "200": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateLinkResources.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateLinkResources.json index 675b0477234d..421a99987da7 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateLinkResources.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListPrivateLinkResources.json @@ -3,7 +3,7 @@ "subscriptionId": "{subscription-id}", "resourceGroupName": "res6977", "accountName": "sto2527", - "api-version": "2022-10-01" + "api-version": "2022-12-01" }, "responses": { "200": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListSkus.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListSkus.json index 9630de7a8724..1e146a07927f 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListSkus.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/ListSkus.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "myAccount" diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PurgeDeletedAccount.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PurgeDeletedAccount.json index 6f4c1df8ed69..185eed1e609a 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PurgeDeletedAccount.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PurgeDeletedAccount.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "PropTest01", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutCommitmentPlan.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutCommitmentPlan.json index ab4ca9dd536c..cb17e5a6eda6 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutCommitmentPlan.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutCommitmentPlan.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutDeployment.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutDeployment.json index ae393fa1e4fc..0315f3a593bb 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutDeployment.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutDeployment.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "subscriptionId", "resourceGroupName": "resourceGroupName", "accountName": "accountName", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutPrivateEndpointConnection.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutPrivateEndpointConnection.json index 600fe6019a45..1945526048e8 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutPrivateEndpointConnection.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/PutPrivateEndpointConnection.json @@ -4,7 +4,7 @@ "resourceGroupName": "res7687", "accountName": "sto9699", "privateEndpointConnectionName": "{privateEndpointConnectionName}", - "api-version": "2022-10-01", + "api-version": "2022-12-01", "monitor": "true", "properties": { "properties": { diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/RegenerateKey.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/RegenerateKey.json index 8cc9d6d6793d..9811666ea6d9 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/RegenerateKey.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/RegenerateKey.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "myResourceGroup", "accountName": "myAccount", diff --git a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/UpdateAccount.json b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/UpdateAccount.json index 7210d29431fa..a62790cc4564 100644 --- a/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/UpdateAccount.json +++ b/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2022-12-01/examples/UpdateAccount.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-10-01", + "api-version": "2022-12-01", "subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "resourceGroupName": "bvttest", "accountName": "bingSearch", @@ -14,7 +14,7 @@ "responses": { "200": { "headers": { - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/global/operationResults/00000000-0000-0000-0000-000000000000?api-version=2022-10-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/global/operationResults/00000000-0000-0000-0000-000000000000?api-version=2022-12-01", "azure-AsyncOperation": "http://azure.async.operation/status" }, "body": { @@ -35,7 +35,7 @@ }, "202": { "headers": { - "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/global/operationResults/00000000-0000-0000-0000-000000000000?api-version=2022-10-01", + "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices/locations/global/operationResults/00000000-0000-0000-0000-000000000000?api-version=2022-12-01", "azure-AsyncOperation": "http://azure.async.operation/status" }, "body": {