|
1907 | 1907 | "description": "Success. The response indicates the default Application Live View has deleted." |
1908 | 1908 | }, |
1909 | 1909 | "202": { |
1910 | | - "description": "Accepted. The response indicates the default Application Live View is now deleting." |
| 1910 | + "description": "Accepted. The response indicates the default Application Live View is now deleting.", |
| 1911 | + "headers": { |
| 1912 | + "Location": { |
| 1913 | + "type": "string" |
| 1914 | + } |
| 1915 | + } |
1911 | 1916 | }, |
1912 | 1917 | "204": { |
1913 | 1918 | "description": "Success. The response indicates the defaultApplication Live View doesn't exist or has deleted." |
|
2103 | 2108 | "description": "Success. The response indicates the default Dev Tool Portal has deleted." |
2104 | 2109 | }, |
2105 | 2110 | "202": { |
2106 | | - "description": "Accepted. The response indicates the default Dev Tool Portal is now deleting." |
| 2111 | + "description": "Accepted. The response indicates the default Dev Tool Portal is now deleting.", |
| 2112 | + "headers": { |
| 2113 | + "Location": { |
| 2114 | + "type": "string" |
| 2115 | + } |
| 2116 | + } |
2107 | 2117 | }, |
2108 | 2118 | "204": { |
2109 | 2119 | "description": "Success. The response indicates the defaultDev Tool Portal doesn't exist or has deleted." |
|
7961 | 7971 | "description": "Success. The response indicates the application accelerator has deleted." |
7962 | 7972 | }, |
7963 | 7973 | "202": { |
7964 | | - "description": "Accepted. The response indicates the application accelerator is now deleting." |
| 7974 | + "description": "Accepted. The response indicates the application accelerator is now deleting.", |
| 7975 | + "headers": { |
| 7976 | + "Location": { |
| 7977 | + "type": "string" |
| 7978 | + } |
| 7979 | + } |
7965 | 7980 | }, |
7966 | 7981 | "204": { |
7967 | 7982 | "description": "Success. The response indicates the application accelerator doesn't exist or has deleted." |
|
8169 | 8184 | "description": "Success. The response indicates the customized accelerator has deleted." |
8170 | 8185 | }, |
8171 | 8186 | "202": { |
8172 | | - "description": "Accepted. The response indicates the customized accelerator is now deleting." |
| 8187 | + "description": "Accepted. The response indicates the customized accelerator is now deleting.", |
| 8188 | + "headers": { |
| 8189 | + "Location": { |
| 8190 | + "type": "string" |
| 8191 | + } |
| 8192 | + } |
8173 | 8193 | }, |
8174 | 8194 | "204": { |
8175 | 8195 | "description": "Success. The response indicates the customized accelerator doesn't exist or has deleted." |
|
8233 | 8253 | } |
8234 | 8254 | }, |
8235 | 8255 | "202": { |
8236 | | - "description": "Accepted. The response indicates the CustomizedAccelerator is validating." |
| 8256 | + "description": "Accepted. The response indicates the CustomizedAccelerator is validating.", |
| 8257 | + "headers": { |
| 8258 | + "Location": { |
| 8259 | + "type": "string" |
| 8260 | + } |
| 8261 | + } |
8237 | 8262 | }, |
8238 | 8263 | "default": { |
8239 | 8264 | "description": "Error response describing why the operation failed.", |
|
8377 | 8402 | "description": "Success." |
8378 | 8403 | }, |
8379 | 8404 | "202": { |
8380 | | - "description": "Accepted. The response indicates the PredefinedAccelerator is now disabling and contains a Location header to query the operation result." |
| 8405 | + "description": "Accepted. The response indicates the PredefinedAccelerator is now disabling and contains a Location header to query the operation result.", |
| 8406 | + "headers": { |
| 8407 | + "Location": { |
| 8408 | + "type": "string" |
| 8409 | + } |
| 8410 | + } |
8381 | 8411 | }, |
8382 | 8412 | "default": { |
8383 | 8413 | "description": "Error response describing why the operation failed.", |
|
8426 | 8456 | "description": "Success." |
8427 | 8457 | }, |
8428 | 8458 | "202": { |
8429 | | - "description": "Accepted. The response indicates the PredefinedAccelerator is now enabling and contains a Location header to query the operation result." |
| 8459 | + "description": "Accepted. The response indicates the PredefinedAccelerator is now enabling and contains a Location header to query the operation result.", |
| 8460 | + "headers": { |
| 8461 | + "Location": { |
| 8462 | + "type": "string" |
| 8463 | + } |
| 8464 | + } |
8430 | 8465 | }, |
8431 | 8466 | "default": { |
8432 | 8467 | "description": "Error response describing why the operation failed.", |
|
14503 | 14538 | "description": "The name of Application Live View.", |
14504 | 14539 | "required": true, |
14505 | 14540 | "type": "string", |
| 14541 | + "pattern": "^[a-z][a-z0-9]*$", |
14506 | 14542 | "x-ms-parameter-location": "method" |
14507 | 14543 | }, |
14508 | 14544 | "DevToolPortalNameParameter": { |
|
14511 | 14547 | "description": "The name of Dev Tool Portal.", |
14512 | 14548 | "required": true, |
14513 | 14549 | "type": "string", |
| 14550 | + "pattern": "^[a-z][a-z0-9]*$", |
14514 | 14551 | "x-ms-parameter-location": "method" |
14515 | 14552 | }, |
14516 | 14553 | "GatewayNameParameter": { |
|
14560 | 14597 | "description": "The name of the application accelerator.", |
14561 | 14598 | "required": true, |
14562 | 14599 | "type": "string", |
| 14600 | + "pattern": "^[a-z][a-z0-9]*$", |
14563 | 14601 | "x-ms-parameter-location": "method" |
14564 | 14602 | }, |
14565 | 14603 | "CustomizedAcceleratorNameParameter": { |
|
14568 | 14606 | "description": "The name of the customized accelerator.", |
14569 | 14607 | "required": true, |
14570 | 14608 | "type": "string", |
| 14609 | + "pattern": "^[a-z][a-z0-9]*$", |
14571 | 14610 | "x-ms-parameter-location": "method" |
14572 | 14611 | }, |
14573 | 14612 | "PredefinedAcceleratorNameParameter": { |
|
14576 | 14615 | "description": "The name of the predefined accelerator.", |
14577 | 14616 | "required": true, |
14578 | 14617 | "type": "string", |
| 14618 | + "pattern": "^[a-z][a-z0-9]*$", |
14579 | 14619 | "x-ms-parameter-location": "method" |
14580 | 14620 | } |
14581 | 14621 | }, |
|
0 commit comments