Skip to content

Commit 7e30ce1

Browse files
authored
Merge pull request #8 from zhaomuzhi/vison/202startstopCI
202 status for start and stop CI
2 parents 1df7b8e + 584fd07 commit 7e30ce1

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/examples/startComputeInstance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"api-version": "2021-01-01"
88
},
99
"responses": {
10-
"200": {}
10+
"202": {}
1111
}
1212
}

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/examples/stopComputeInstance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"api-version": "2021-01-01"
88
},
99
"responses": {
10-
"200": {}
10+
"202": {}
1111
}
1212
}

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/machineLearningServices.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@
10821082
"$ref": "./examples/startComputeInstance.json"
10831083
}
10841084
},
1085+
"x-ms-long-running-operation": true,
10851086
"parameters": [
10861087
{
10871088
"$ref": "#/parameters/SubscriptionIdParameter"
@@ -1100,7 +1101,7 @@
11001101
}
11011102
],
11021103
"responses": {
1103-
"200": {
1104+
"202": {
11041105
"description": "Success."
11051106
},
11061107
"default": {
@@ -1125,6 +1126,7 @@
11251126
"$ref": "./examples/stopComputeInstance.json"
11261127
}
11271128
},
1129+
"x-ms-long-running-operation": true,
11281130
"parameters": [
11291131
{
11301132
"$ref": "#/parameters/SubscriptionIdParameter"
@@ -1143,7 +1145,7 @@
11431145
}
11441146
],
11451147
"responses": {
1146-
"200": {
1148+
"202": {
11471149
"description": "Success."
11481150
},
11491151
"default": {

0 commit comments

Comments
 (0)