|
139 | 139 | { |
140 | 140 | "name": "$expand", |
141 | 141 | "in": "query", |
142 | | - "description": "$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.", |
| 142 | + "description": "$expand is supported on configurations parameter for product, which provides details on the configurations for the product.", |
143 | 143 | "required": false, |
144 | 144 | "type": "string" |
145 | 145 | }, |
|
354 | 354 | "tags": [ |
355 | 355 | "OrderItems" |
356 | 356 | ], |
357 | | - "description": "Lists order at subscription level.", |
| 357 | + "description": "Lists order item at subscription level.", |
358 | 358 | "operationId": "ListOrderItemsAtSubscriptionLevel", |
359 | 359 | "consumes": [ |
360 | 360 | "application/json" |
|
376 | 376 | "required": false, |
377 | 377 | "type": "string" |
378 | 378 | }, |
| 379 | + { |
| 380 | + "name": "$expand", |
| 381 | + "in": "query", |
| 382 | + "description": "$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.", |
| 383 | + "required": false, |
| 384 | + "type": "string" |
| 385 | + }, |
379 | 386 | { |
380 | 387 | "name": "$skipToken", |
381 | 388 | "in": "query", |
382 | | - "description": "$skipToken is supported on Get list of orders, which provides the next page in the list of order.", |
| 389 | + "description": "$skipToken is supported on Get list of order items, which provides the next page in the list of order items.", |
383 | 390 | "required": false, |
384 | 391 | "type": "string" |
385 | 392 | } |
386 | 393 | ], |
387 | 394 | "responses": { |
388 | 395 | "200": { |
389 | | - "description": "Order item object", |
| 396 | + "description": "List of Order item object", |
390 | 397 | "schema": { |
391 | 398 | "$ref": "#/definitions/OrderItemResourceList" |
392 | 399 | } |
|
554 | 561 | ], |
555 | 562 | "responses": { |
556 | 563 | "200": { |
557 | | - "description": "Address object.", |
| 564 | + "description": "Address resource object.", |
558 | 565 | "schema": { |
559 | 566 | "$ref": "#/definitions/AddressResource" |
560 | 567 | } |
|
832 | 839 | { |
833 | 840 | "name": "$expand", |
834 | 841 | "in": "query", |
835 | | - "description": "$expand is supported on device details parameter for order item, which provides details on the devices of the product.", |
| 842 | + "description": "$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.", |
836 | 843 | "required": false, |
837 | 844 | "type": "string" |
838 | 845 | }, |
|
897 | 904 | { |
898 | 905 | "name": "$expand", |
899 | 906 | "in": "query", |
900 | | - "description": "$expand is supported on device details parameter for order item, which provides details on the devices of the product.", |
| 907 | + "description": "$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.", |
901 | 908 | "required": false, |
902 | 909 | "type": "string" |
903 | 910 | } |
|
1781 | 1788 | "description": "Management Resource Id", |
1782 | 1789 | "type": "string", |
1783 | 1790 | "readOnly": true |
| 1791 | + }, |
| 1792 | + "managementResourceTenantId": { |
| 1793 | + "description": "Management Resource Tenant ID", |
| 1794 | + "type": "string", |
| 1795 | + "readOnly": true |
1784 | 1796 | } |
1785 | 1797 | } |
1786 | 1798 | }, |
|
1887 | 1899 | "type": "object", |
1888 | 1900 | "properties": { |
1889 | 1901 | "doubleEncryptionStatus": { |
1890 | | - "description": "Defines secondary layer of software-based encryption enablement.", |
| 1902 | + "description": "Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.", |
1891 | 1903 | "enum": [ |
1892 | 1904 | "Disabled", |
1893 | 1905 | "Enabled" |
|
2343 | 2355 | "readOnly": true |
2344 | 2356 | }, |
2345 | 2357 | "cancellationStatus": { |
2346 | | - "description": "Describes whether the orderItem is cancellable or not.", |
| 2358 | + "description": "Describes whether the order item is cancellable or not.", |
2347 | 2359 | "enum": [ |
2348 | 2360 | "Cancellable", |
2349 | 2361 | "CancellableWithFee", |
|
2399 | 2411 | "readOnly": true |
2400 | 2412 | }, |
2401 | 2413 | "returnStatus": { |
2402 | | - "description": "Describes whether the orderItem is returnable or not.", |
| 2414 | + "description": "Describes whether the order item is returnable or not.", |
2403 | 2415 | "enum": [ |
2404 | 2416 | "Returnable", |
2405 | 2417 | "ReturnableWithFee", |
|
2759 | 2771 | "count": { |
2760 | 2772 | "format": "int32", |
2761 | 2773 | "description": "Quantity of the product", |
2762 | | - "type": "integer" |
| 2774 | + "type": "integer", |
| 2775 | + "readOnly": true |
| 2776 | + }, |
| 2777 | + "productDoubleEncryptionStatus": { |
| 2778 | + "description": "Double encryption status of the configuration. Read-only field.", |
| 2779 | + "enum": [ |
| 2780 | + "Disabled", |
| 2781 | + "Enabled" |
| 2782 | + ], |
| 2783 | + "type": "string", |
| 2784 | + "readOnly": true, |
| 2785 | + "x-ms-enum": { |
| 2786 | + "name": "DoubleEncryptionStatus", |
| 2787 | + "modelAsString": true, |
| 2788 | + "values": [ |
| 2789 | + { |
| 2790 | + "value": "Disabled", |
| 2791 | + "description": "Double encryption is disabled" |
| 2792 | + }, |
| 2793 | + { |
| 2794 | + "value": "Enabled", |
| 2795 | + "description": "Double encryption is enabled" |
| 2796 | + } |
| 2797 | + ] |
| 2798 | + }, |
| 2799 | + "default": "Disabled" |
2763 | 2800 | }, |
2764 | 2801 | "deviceDetails": { |
2765 | 2802 | "description": "list of device details", |
|
3000 | 3037 | "returnReason": { |
3001 | 3038 | "description": "Return Reason.", |
3002 | 3039 | "type": "string" |
| 3040 | + }, |
| 3041 | + "serviceTag": { |
| 3042 | + "description": "Service tag (located on the bottom-right corner of the device)", |
| 3043 | + "type": "string" |
| 3044 | + }, |
| 3045 | + "shippingBoxRequired": { |
| 3046 | + "description": "Shipping Box required", |
| 3047 | + "default": false, |
| 3048 | + "type": "boolean" |
3003 | 3049 | } |
3004 | 3050 | } |
3005 | 3051 | }, |
|
0 commit comments