Skip to content

Commit b4438d8

Browse files
committed
Updates API version in new specs and examples
1 parent 71a004a commit b4438d8

File tree

140 files changed

+140
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+140
-140
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/createOrUpdate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
77
"deploymentName": "testDeploymentName",
8-
"api-version": "2022-05-01",
8+
"api-version": "2022-10-01",
99
"body": {
1010
"properties": {
1111
"description": "string",

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
77
"deploymentName": "testDeploymentName",
8-
"api-version": "2022-05-01"
8+
"api-version": "2022-10-01"
99
},
1010
"responses": {
1111
"200": {},

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
77
"deploymentName": "testDeploymentName",
8-
"api-version": "2022-05-01"
8+
"api-version": "2022-10-01"
99
},
1010
"responses": {
1111
"200": {

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "test-rg",
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
7-
"api-version": "2022-05-01",
7+
"api-version": "2022-10-01",
88
"$orderBy": "string",
99
"$top": 1,
1010
"$skipToken": "string"

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchDeployment/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
77
"deploymentName": "testDeploymentName",
8-
"api-version": "2022-05-01",
8+
"api-version": "2022-10-01",
99
"body": {
1010
"properties": {
1111
"description": "string"

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/createOrUpdate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "test-rg",
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
7-
"api-version": "2022-05-01",
7+
"api-version": "2022-10-01",
88
"body": {
99
"properties": {
1010
"description": "string",

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "resourceGroup-1234",
55
"workspaceName": "testworkspace",
66
"endpointName": "testBatchEndpoint",
7-
"api-version": "2022-05-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"200": {},

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "test-rg",
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
7-
"api-version": "2022-05-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"200": {

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-1111-2222-3333-444444444444",
44
"resourceGroupName": "test-rg",
55
"workspaceName": "my-aml-workspace",
6-
"api-version": "2022-05-01",
6+
"api-version": "2022-10-01",
77
"$skipToken": "string",
88
"count": 1
99
},

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-10-01/examples/BatchEndpoint/listKeys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "test-rg",
55
"workspaceName": "my-aml-workspace",
66
"endpointName": "testEndpointName",
7-
"api-version": "2022-05-01"
7+
"api-version": "2022-10-01"
88
},
99
"responses": {
1010
"200": {

0 commit comments

Comments
 (0)