|
587 | 587 | { |
588 | 588 | "$ref": "#/parameters/moveCollectionName" |
589 | 589 | }, |
| 590 | + { |
| 591 | + "name": "dependencyLevel", |
| 592 | + "in": "query", |
| 593 | + "description": "Defines the dependency level.", |
| 594 | + "required": false, |
| 595 | + "type": "string", |
| 596 | + "enum": [ |
| 597 | + "Direct", |
| 598 | + "Descendant" |
| 599 | + ], |
| 600 | + "x-ms-enum": { |
| 601 | + "name": "DependencyLevel", |
| 602 | + "modelAsString": true |
| 603 | + } |
| 604 | + }, |
| 605 | + { |
| 606 | + "name": "$orderby", |
| 607 | + "in": "query", |
| 608 | + "required": false, |
| 609 | + "type": "string", |
| 610 | + "description": "OData order by query option. For example, you can use $orderby=Count desc." |
| 611 | + }, |
590 | 612 | { |
591 | 613 | "$ref": "#/parameters/api-version" |
| 614 | + }, |
| 615 | + { |
| 616 | + "name": "$filter", |
| 617 | + "in": "query", |
| 618 | + "required": false, |
| 619 | + "type": "string", |
| 620 | + "description": "The filter to apply on the operation. For example, $apply=filter(count eq 2)." |
592 | 621 | } |
593 | 622 | ], |
594 | 623 | "responses": { |
|
605 | 634 | } |
606 | 635 | } |
607 | 636 | }, |
| 637 | + "x-ms-pageable": { |
| 638 | + "nextLinkName": "nextLink" |
| 639 | + }, |
| 640 | + "x-ms-odata": "#/definitions/UnresolvedDependenciesFilter", |
608 | 641 | "x-ms-examples": { |
609 | 642 | "UnresolvedDependencies_Get": { |
610 | 643 | "$ref": "./examples/UnresolvedDependencies_Get.json" |
|
1537 | 1570 | } |
1538 | 1571 | } |
1539 | 1572 | }, |
| 1573 | + "UnresolvedDependenciesFilter": { |
| 1574 | + "description": "Unresolved dependencies contract.", |
| 1575 | + "properties": { |
| 1576 | + "properties": { |
| 1577 | + "$ref": "#/definitions/UnresolvedDependenciesFilterProperties" |
| 1578 | + } |
| 1579 | + } |
| 1580 | + }, |
| 1581 | + "UnresolvedDependenciesFilterProperties": { |
| 1582 | + "properties": { |
| 1583 | + "count": { |
| 1584 | + "format": "int32", |
| 1585 | + "type": "integer", |
| 1586 | + "description": "The count of the resource." |
| 1587 | + } |
| 1588 | + } |
| 1589 | + }, |
1540 | 1590 | "MoveResourceCollection": { |
1541 | 1591 | "description": "Defines the collection of move resources.", |
1542 | 1592 | "type": "object", |
|
1610 | 1660 | "nextLink": { |
1611 | 1661 | "description": "Gets or sets the value of next link.", |
1612 | 1662 | "type": "string" |
| 1663 | + }, |
| 1664 | + "summaryCollection": { |
| 1665 | + "description": "Gets or sets the list of summary items and the field on which summary is done.", |
| 1666 | + "readOnly": true, |
| 1667 | + "$ref": "#/definitions/SummaryCollection" |
| 1668 | + }, |
| 1669 | + "totalCount": { |
| 1670 | + "description": "Gets the total count.", |
| 1671 | + "type": "integer", |
| 1672 | + "readOnly": true, |
| 1673 | + "format": "int64" |
1613 | 1674 | } |
1614 | 1675 | } |
1615 | 1676 | }, |
|
0 commit comments