|
1340 | 1340 | }, |
1341 | 1341 | "RefundRequestProperties": { |
1342 | 1342 | "type": "object", |
1343 | | - "description": "Properties needed for refund request including the session id from calculte refund, the scope, the reservation to be returned and the return reason.", |
| 1343 | + "description": "Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason.", |
1344 | 1344 | "properties": { |
1345 | 1345 | "sessionId": { |
1346 | 1346 | "type": "string", |
|
1532 | 1532 | "properties": { |
1533 | 1533 | "resourceType": { |
1534 | 1534 | "type": "string", |
1535 | | - "description": "The type of resource the SKU applies to.", |
| 1535 | + "description": "The type of resource the sku applies to.", |
1536 | 1536 | "readOnly": true |
1537 | 1537 | }, |
1538 | 1538 | "name": { |
1539 | 1539 | "type": "string", |
1540 | | - "description": "The name of SKU", |
| 1540 | + "description": "The name of sku", |
1541 | 1541 | "readOnly": true |
1542 | 1542 | }, |
1543 | 1543 | "billingPlans": { |
1544 | 1544 | "type": "object", |
1545 | | - "description": "The billing plan options available for this SKU.", |
| 1545 | + "description": "The billing plan options available for this sku.", |
1546 | 1546 | "additionalProperties": { |
1547 | 1547 | "type": "array", |
1548 | 1548 | "items": { |
|
1563 | 1563 | "readOnly": true, |
1564 | 1564 | "items": { |
1565 | 1565 | "type": "string", |
1566 | | - "description": "The set of locations that the SKU is available. If not specified, the SKU is available in all locations." |
| 1566 | + "description": "The set of locations that the sku is available. If not specified, the sku is available in all locations." |
1567 | 1567 | } |
1568 | 1568 | }, |
1569 | 1569 | "skuProperties": { |
|
1579 | 1579 | "msrp": { |
1580 | 1580 | "type": "object", |
1581 | 1581 | "readOnly": true, |
1582 | | - "description": "Pricing information about the SKU", |
| 1582 | + "description": "Pricing information about the sku", |
1583 | 1583 | "properties": { |
1584 | 1584 | "p1Y": { |
1585 | 1585 | "type": "object", |
|
1598 | 1598 | }, |
1599 | 1599 | "tier": { |
1600 | 1600 | "type": "string", |
1601 | | - "description": "The tier of this SKU", |
| 1601 | + "description": "The tier of this sku", |
1602 | 1602 | "readOnly": true |
1603 | 1603 | }, |
1604 | 1604 | "size": { |
1605 | 1605 | "type": "string", |
1606 | | - "description": "The size of this SKU", |
| 1606 | + "description": "The size of this sku", |
1607 | 1607 | "readOnly": true |
1608 | 1608 | }, |
1609 | 1609 | "capabilities": { |
|
1659 | 1659 | "items": { |
1660 | 1660 | "type": "string" |
1661 | 1661 | }, |
1662 | | - "description": "The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted." |
| 1662 | + "description": "The value of restrictions. If the restriction type is set to location. This would be different locations where the sku is restricted." |
1663 | 1663 | }, |
1664 | 1664 | "reasonCode": { |
1665 | 1665 | "type": "string", |
|
1812 | 1812 | "originalQuantity": { |
1813 | 1813 | "type": "integer", |
1814 | 1814 | "format": "int32", |
1815 | | - "description": "Total Quantity of the SKUs purchased in the reservation." |
| 1815 | + "description": "Total Quantity of the skus purchased in the reservation." |
1816 | 1816 | }, |
1817 | 1817 | "term": { |
1818 | 1818 | "$ref": "#/definitions/ReservationTerm" |
|
1972 | 1972 | "ReservationQuantity": { |
1973 | 1973 | "type": "integer", |
1974 | 1974 | "format": "int32", |
1975 | | - "description": "Quantity of the SKUs that are part of the reservation. Must be greater than zero." |
| 1975 | + "description": "Quantity of the skus that are part of the reservation. Must be greater than zero." |
1976 | 1976 | }, |
1977 | 1977 | "AvailableScopeProperties": { |
1978 | 1978 | "type": "object", |
|
2070 | 2070 | }, |
2071 | 2071 | "RenewPropertiesResponse": { |
2072 | 2072 | "type": "object", |
| 2073 | + "description": "The renew properties for a reservation.", |
2073 | 2074 | "properties": { |
2074 | 2075 | "purchaseProperties": { |
2075 | 2076 | "$ref": "#/definitions/PurchaseRequest" |
|
2104 | 2105 | }, |
2105 | 2106 | "SkuName": { |
2106 | 2107 | "type": "object", |
| 2108 | + "description": "The name of sku", |
2107 | 2109 | "properties": { |
2108 | 2110 | "name": { |
2109 | 2111 | "type": "string" |
|
2112 | 2114 | }, |
2113 | 2115 | "CalculateRefundResponse": { |
2114 | 2116 | "type": "object", |
| 2117 | + "description": "The response of calculate refund containing refund information of reservation", |
2115 | 2118 | "properties": { |
2116 | 2119 | "id": { |
2117 | 2120 | "type": "string", |
|
2124 | 2127 | }, |
2125 | 2128 | "RefundResponse": { |
2126 | 2129 | "type": "object", |
| 2130 | + "description": "The response of refund request containing refund information of reservation", |
2127 | 2131 | "properties": { |
2128 | 2132 | "id": { |
2129 | 2133 | "type": "string", |
|
2136 | 2140 | }, |
2137 | 2141 | "RefundResponseProperties": { |
2138 | 2142 | "type": "object", |
| 2143 | + "description": "The refund properties of reservation", |
2139 | 2144 | "properties": { |
2140 | 2145 | "sessionId": { |
2141 | 2146 | "type": "string", |
|
2557 | 2562 | "type": "string" |
2558 | 2563 | }, |
2559 | 2564 | "quantity": { |
2560 | | - "description": "Quantity of the SKUs that are part of the reservation.", |
| 2565 | + "description": "Quantity of the skus that are part of the reservation.", |
2561 | 2566 | "$ref": "#/definitions/ReservationQuantity" |
2562 | 2567 | }, |
2563 | 2568 | "provisioningState": { |
|
2597 | 2602 | }, |
2598 | 2603 | "skuDescription": { |
2599 | 2604 | "type": "string", |
2600 | | - "description": "Description of the SKU in english." |
| 2605 | + "description": "Description of the sku in english." |
2601 | 2606 | }, |
2602 | 2607 | "extendedStatusInfo": { |
2603 | 2608 | "description": "The message giving detailed information about the status code.", |
2604 | 2609 | "$ref": "#/definitions/ExtendedStatusInfo" |
2605 | 2610 | }, |
2606 | 2611 | "billingPlan": { |
2607 | | - "description": "The billing plan options available for this SKU.", |
| 2612 | + "description": "The billing plan options available for this sku.", |
2608 | 2613 | "$ref": "#/definitions/ReservationBillingPlan" |
2609 | 2614 | }, |
2610 | 2615 | "displayProvisioningState": { |
|
2695 | 2700 | }, |
2696 | 2701 | "ReservationSplitProperties": { |
2697 | 2702 | "type": "object", |
| 2703 | + "description": "Properties of reservation split", |
2698 | 2704 | "properties": { |
2699 | 2705 | "splitDestinations": { |
2700 | 2706 | "type": "array", |
|
2711 | 2717 | }, |
2712 | 2718 | "ReservationMergeProperties": { |
2713 | 2719 | "type": "object", |
| 2720 | + "description": "Properties of reservation merge", |
2714 | 2721 | "properties": { |
2715 | 2722 | "mergeDestination": { |
2716 | 2723 | "type": "string", |
|
2727 | 2734 | }, |
2728 | 2735 | "ReservationSwapProperties": { |
2729 | 2736 | "type": "object", |
| 2737 | + "description": "Properties of reservation swap", |
2730 | 2738 | "properties": { |
2731 | 2739 | "swapSource": { |
2732 | 2740 | "type": "string", |
|
2740 | 2748 | }, |
2741 | 2749 | "PurchaseRequestProperties": { |
2742 | 2750 | "type": "object", |
| 2751 | + "description": "Properties of reservation purchase request", |
2743 | 2752 | "properties": { |
2744 | 2753 | "reservedResourceType": { |
2745 | 2754 | "$ref": "#/definitions/ReservedResourceType" |
|
2754 | 2763 | "$ref": "#/definitions/ReservationBillingPlan" |
2755 | 2764 | }, |
2756 | 2765 | "quantity": { |
2757 | | - "description": "Quantity of the SKUs that are part of the reservation.", |
| 2766 | + "description": "Quantity of the skus that are part of the reservation.", |
2758 | 2767 | "$ref": "#/definitions/ReservationQuantity" |
2759 | 2768 | }, |
2760 | 2769 | "displayName": { |
|
2896 | 2905 | }, |
2897 | 2906 | "PatchProperties": { |
2898 | 2907 | "type": "object", |
| 2908 | + "description": "Properties for reservation patch", |
2899 | 2909 | "properties": { |
2900 | 2910 | "appliedScopeType": { |
2901 | 2911 | "$ref": "#/definitions/AppliedScopeType" |
|
2933 | 2943 | }, |
2934 | 2944 | "SplitProperties": { |
2935 | 2945 | "type": "object", |
| 2946 | + "description": "Properties for reservation split", |
2936 | 2947 | "properties": { |
2937 | 2948 | "quantities": { |
2938 | 2949 | "type": "array", |
|
2952 | 2963 | }, |
2953 | 2964 | "MergeProperties": { |
2954 | 2965 | "type": "object", |
| 2966 | + "description": "Properties for reservation merge", |
2955 | 2967 | "properties": { |
2956 | 2968 | "sources": { |
2957 | 2969 | "type": "array", |
|
2964 | 2976 | }, |
2965 | 2977 | "MergeRequest": { |
2966 | 2978 | "type": "object", |
| 2979 | + "description": "The request for reservation merge", |
2967 | 2980 | "properties": { |
2968 | 2981 | "properties": { |
2969 | 2982 | "x-ms-client-flatten": true, |
|
2973 | 2986 | }, |
2974 | 2987 | "PurchaseRequest": { |
2975 | 2988 | "type": "object", |
| 2989 | + "description": "The request for reservation purchase", |
2976 | 2990 | "properties": { |
2977 | 2991 | "sku": { |
2978 | 2992 | "$ref": "#/definitions/SkuName" |
|
3006 | 3020 | }, |
3007 | 3021 | "Patch": { |
3008 | 3022 | "type": "object", |
| 3023 | + "description": "The request for reservation patch", |
3009 | 3024 | "properties": { |
3010 | 3025 | "properties": { |
3011 | 3026 | "x-ms-client-flatten": true, |
|
3015 | 3030 | }, |
3016 | 3031 | "SplitRequest": { |
3017 | 3032 | "type": "object", |
| 3033 | + "description": "The request for reservation split", |
3018 | 3034 | "properties": { |
3019 | 3035 | "properties": { |
3020 | 3036 | "x-ms-client-flatten": true, |
|
3034 | 3050 | }, |
3035 | 3051 | "Error": { |
3036 | 3052 | "type": "object", |
| 3053 | + "description": "Error inofrmation", |
3037 | 3054 | "properties": { |
3038 | 3055 | "error": { |
3039 | 3056 | "$ref": "#/definitions/ExtendedErrorInfo" |
|
3042 | 3059 | }, |
3043 | 3060 | "ExtendedErrorInfo": { |
3044 | 3061 | "type": "object", |
| 3062 | + "description": "Extended error information including error code and error message", |
3045 | 3063 | "properties": { |
3046 | 3064 | "code": { |
3047 | 3065 | "$ref": "#/definitions/ErrorResponseCode" |
|
3074 | 3092 | }, |
3075 | 3093 | "AppliedReservations": { |
3076 | 3094 | "type": "object", |
| 3095 | + "description": "The response for applied reservations api", |
3077 | 3096 | "properties": { |
3078 | 3097 | "id": { |
3079 | 3098 | "type": "string", |
|
3098 | 3117 | }, |
3099 | 3118 | "AppliedReservationsProperties": { |
3100 | 3119 | "type": "object", |
| 3120 | + "description": "Properties for applied reservations returned", |
3101 | 3121 | "properties": { |
3102 | 3122 | "reservationOrderIds": { |
3103 | 3123 | "$ref": "#/definitions/AppliedReservationList" |
|
3106 | 3126 | }, |
3107 | 3127 | "AppliedReservationList": { |
3108 | 3128 | "type": "object", |
| 3129 | + "description": "Paginated list of applied reservations", |
3109 | 3130 | "properties": { |
3110 | 3131 | "value": { |
3111 | 3132 | "type": "array", |
|
3123 | 3144 | }, |
3124 | 3145 | "OperationList": { |
3125 | 3146 | "type": "object", |
| 3147 | + "description": "Paginated list of operations", |
3126 | 3148 | "properties": { |
3127 | 3149 | "value": { |
3128 | 3150 | "type": "array", |
|
3141 | 3163 | }, |
3142 | 3164 | "OperationResponse": { |
3143 | 3165 | "type": "object", |
| 3166 | + "description": "The response containing operation information", |
3144 | 3167 | "properties": { |
3145 | 3168 | "name": { |
3146 | 3169 | "description": "Name of the operation", |
|
3166 | 3189 | }, |
3167 | 3190 | "OperationDisplay": { |
3168 | 3191 | "type": "object", |
| 3192 | + "description": "Information about an operation", |
3169 | 3193 | "properties": { |
3170 | 3194 | "provider": { |
3171 | 3195 | "type": "string" |
|
3188 | 3212 | }, |
3189 | 3213 | "ReservationList": { |
3190 | 3214 | "type": "object", |
| 3215 | + "description": "List of `Reservation`s", |
3191 | 3216 | "properties": { |
3192 | 3217 | "value": { |
3193 | 3218 | "type": "array", |
|
3203 | 3228 | }, |
3204 | 3229 | "ReservationOrderList": { |
3205 | 3230 | "type": "object", |
| 3231 | + "description": "List of `ReservationOrder`s", |
3206 | 3232 | "properties": { |
3207 | 3233 | "value": { |
3208 | 3234 | "type": "array", |
|
3305 | 3331 | }, |
3306 | 3332 | "Price": { |
3307 | 3333 | "type": "object", |
| 3334 | + "description": "Pricing information containing the amount and the currency code", |
3308 | 3335 | "properties": { |
3309 | 3336 | "currencyCode": { |
3310 | 3337 | "type": "string", |
|
3332 | 3359 | }, |
3333 | 3360 | "CalculatePriceResponse": { |
3334 | 3361 | "type": "object", |
| 3362 | + "description": "The response of calculate price for reservation.", |
3335 | 3363 | "properties": { |
3336 | 3364 | "properties": { |
3337 | 3365 | "$ref": "#/definitions/CalculatePriceResponseProperties" |
|
3340 | 3368 | }, |
3341 | 3369 | "CalculatePriceResponseProperties": { |
3342 | 3370 | "type": "object", |
| 3371 | + "description": "Properties for calculate price response", |
3343 | 3372 | "properties": { |
3344 | 3373 | "billingCurrencyTotal": { |
3345 | 3374 | "type": "object", |
|
3384 | 3413 | "type": "string" |
3385 | 3414 | }, |
3386 | 3415 | "skuTitle": { |
3387 | | - "description": "Title of SKU that is being purchased.", |
| 3416 | + "description": "Title of sku that is being purchased.", |
3388 | 3417 | "type": "string" |
3389 | 3418 | }, |
3390 | 3419 | "skuDescription": { |
3391 | | - "description": "Description of SKU that is being purchased.", |
| 3420 | + "description": "Description of sku that is being purchased.", |
3392 | 3421 | "type": "string" |
3393 | 3422 | }, |
3394 | 3423 | "pricingCurrencyTotal": { |
|
0 commit comments