|
5329 | 5329 | }
|
5330 | 5330 | ],
|
5331 | 5331 | "responses": {
|
5332 |
| - "202": { |
5333 |
| - "description": "Accepted", |
5334 |
| - "headers": { |
5335 |
| - "Location": { |
5336 |
| - "description": "URI to poll for asynchronous operation result.", |
5337 |
| - "type": "string" |
5338 |
| - }, |
5339 |
| - "Retry-After": { |
5340 |
| - "description": "Duration the client should wait between requests, in seconds.", |
5341 |
| - "type": "integer", |
5342 |
| - "format": "int32" |
5343 |
| - } |
5344 |
| - } |
| 5332 | + "200": { |
| 5333 | + "description": "OK" |
5345 | 5334 | },
|
5346 | 5335 | "204": {
|
5347 | 5336 | "description": "No Content"
|
|
5353 | 5342 | }
|
5354 | 5343 | }
|
5355 | 5344 | },
|
5356 |
| - "x-ms-long-running-operation": true, |
5357 |
| - "x-ms-long-running-operation-options": { |
5358 |
| - "final-state-via": "location" |
5359 |
| - }, |
5360 | 5345 | "x-ms-examples": {
|
5361 | 5346 | "Delete OutboundRule": {
|
5362 | 5347 | "$ref": "./examples/ManagedNetwork/deleteRuleV2.json"
|
|
5367 | 5352 | "tags": [
|
5368 | 5353 | "ManagedNetwork"
|
5369 | 5354 | ],
|
5370 |
| - "summary": "The GET API for retrieveing a single outbound rule of the managed network associated with the cognitive services account.", |
| 5355 | + "summary": "The GET API for retrieving a single outbound rule of the managed network associated with the cognitive services account.", |
5371 | 5356 | "operationId": "OutboundRule_Get",
|
5372 | 5357 | "produces": [
|
5373 | 5358 | "application/json"
|
|
5501 | 5486 | "tags": [
|
5502 | 5487 | "ManagedNetwork"
|
5503 | 5488 | ],
|
5504 |
| - "summary": "The GET API for retrieveing the list of outbound rules of the managed network associated with the cognitive services account.", |
| 5489 | + "summary": "The GET API for retrieving the list of outbound rules of the managed network associated with the cognitive services account.", |
5505 | 5490 | "operationId": "OutboundRule_List",
|
5506 | 5491 | "produces": [
|
5507 | 5492 | "application/json"
|
|
6054 | 6039 | "tags": [
|
6055 | 6040 | "AgentApplication"
|
6056 | 6041 | ],
|
6057 |
| - "summary": "Delete Agent Application (asynchronous).", |
| 6042 | + "summary": "Delete Agent Application.", |
6058 | 6043 | "operationId": "AgentApplications_Delete",
|
6059 | 6044 | "produces": [
|
6060 | 6045 | "application/json"
|
|
6081 | 6066 | }
|
6082 | 6067 | ],
|
6083 | 6068 | "responses": {
|
6084 |
| - "202": { |
6085 |
| - "description": "Accepted", |
6086 |
| - "headers": { |
6087 |
| - "x-ms-async-operation-timeout": { |
6088 |
| - "description": "Timeout for the client to use when polling the asynchronous operation.", |
6089 |
| - "type": "string", |
6090 |
| - "format": "duration" |
6091 |
| - }, |
6092 |
| - "Location": { |
6093 |
| - "description": "URI to poll for asynchronous operation result.", |
6094 |
| - "type": "string" |
6095 |
| - }, |
6096 |
| - "Retry-After": { |
6097 |
| - "description": "Duration the client should wait between requests, in seconds.", |
6098 |
| - "type": "integer", |
6099 |
| - "format": "int32", |
6100 |
| - "maximum": 600, |
6101 |
| - "minimum": 10 |
6102 |
| - } |
6103 |
| - } |
| 6069 | + "200": { |
| 6070 | + "description": "OK" |
6104 | 6071 | },
|
6105 | 6072 | "204": {
|
6106 | 6073 | "description": "No Content"
|
|
6116 | 6083 | "Delete Account Agent Application.": {
|
6117 | 6084 | "$ref": "./examples/AgentApplication/delete.json"
|
6118 | 6085 | }
|
6119 |
| - }, |
6120 |
| - "x-ms-long-running-operation": true, |
6121 |
| - "x-ms-long-running-operation-options": { |
6122 |
| - "final-state-via": "location" |
6123 | 6086 | }
|
6124 | 6087 | },
|
6125 | 6088 | "get": {
|
|
0 commit comments