|
1476 | 1476 | "nextLinkName": "nextLink"
|
1477 | 1477 | }
|
1478 | 1478 | }
|
1479 |
| - }, |
1480 |
| - "/providers/{resourceProviderNamespace}/operations": { |
1481 |
| - "get": { |
1482 |
| - "tags": [ |
1483 |
| - "ResourceProviderOperationDetails" |
1484 |
| - ], |
1485 |
| - "operationId": "ResourceProviderOperationDetails_List", |
1486 |
| - "description": "Gets a list of resource providers.", |
1487 |
| - "parameters": [ |
1488 |
| - { |
1489 |
| - "name": "resourceProviderNamespace", |
1490 |
| - "in": "path", |
1491 |
| - "required": true, |
1492 |
| - "type": "string", |
1493 |
| - "description": "Resource identity." |
1494 |
| - }, |
1495 |
| - { |
1496 |
| - "name": "api-version", |
1497 |
| - "in": "query", |
1498 |
| - "required": true, |
1499 |
| - "type": "string" |
1500 |
| - }, |
1501 |
| - { |
1502 |
| - "$ref": "#/parameters/SubscriptionIdParameter" |
1503 |
| - } |
1504 |
| - ], |
1505 |
| - "responses": { |
1506 |
| - "200": { |
1507 |
| - "description": "", |
1508 |
| - "schema": { |
1509 |
| - "$ref": "#/definitions/ResourceProviderOperationDetailListResult" |
1510 |
| - } |
1511 |
| - }, |
1512 |
| - "204": { |
1513 |
| - "description": "", |
1514 |
| - "schema": { |
1515 |
| - "$ref": "#/definitions/ResourceProviderOperationDetailListResult" |
1516 |
| - } |
1517 |
| - } |
1518 |
| - }, |
1519 |
| - "x-ms-pageable": { |
1520 |
| - "nextLinkName": "nextLink" |
1521 |
| - } |
1522 |
| - } |
1523 | 1479 | }
|
1524 | 1480 | },
|
1525 | 1481 | "definitions": {
|
|
1925 | 1881 | },
|
1926 | 1882 | "allOf": [
|
1927 | 1883 | {
|
1928 |
| - "$ref": "Resource" |
| 1884 | + "$ref": "#/definitions/Resource" |
1929 | 1885 | }
|
1930 | 1886 | ],
|
1931 | 1887 | "description": "Resource information."
|
|
2256 | 2212 | },
|
2257 | 2213 | "description": "Resource provider operation's display properties."
|
2258 | 2214 | },
|
2259 |
| - "ResourceProviderOperationDefinition": { |
2260 |
| - "properties": { |
2261 |
| - "name": { |
2262 |
| - "type": "string", |
2263 |
| - "description": "Gets or sets the provider operation name." |
2264 |
| - }, |
2265 |
| - "display": { |
2266 |
| - "$ref": "#/definitions/ResourceProviderOperationDisplayProperties", |
2267 |
| - "description": "Gets or sets the display property of the provider operation." |
2268 |
| - } |
2269 |
| - }, |
2270 |
| - "description": "Resource provider operation information." |
2271 |
| - }, |
2272 |
| - "ResourceProviderOperationDetailListResult": { |
2273 |
| - "properties": { |
2274 |
| - "value": { |
2275 |
| - "type": "array", |
2276 |
| - "items": { |
2277 |
| - "$ref": "#/definitions/ResourceProviderOperationDefinition" |
2278 |
| - }, |
2279 |
| - "description": "Gets or sets the list of resource provider operations." |
2280 |
| - } |
2281 |
| - }, |
2282 |
| - "description": "List of resource provider operations." |
2283 |
| - }, |
2284 | 2215 | "Resource": {
|
2285 | 2216 | "properties": {
|
2286 | 2217 | "id": {
|
|
0 commit comments