|
1179 | 1179 | "default": { |
1180 | 1180 | "description": "Error response describing why the operation failed.", |
1181 | 1181 | "schema": { |
1182 | | - "$ref": "#/definitions/ErrorResponse" |
| 1182 | + "$ref": "#/definitions/HighCasedErrorResponse" |
1183 | 1183 | } |
1184 | 1184 | } |
1185 | 1185 | } |
|
2350 | 2350 | "readOnly": true |
2351 | 2351 | }, |
2352 | 2352 | "productIdentifier": { |
2353 | | - "description": "Identifier for the product that has accrued charges by consumption or purchase . This is the concatenated key of productId and SKuId in partner center.", |
| 2353 | + "description": "Identifier for the product that has accrued charges by consumption or purchase . This is the concatenated key of productId and SkuId in partner center.", |
2354 | 2354 | "type": "string", |
2355 | 2355 | "readOnly": true |
2356 | 2356 | }, |
|
2440 | 2440 | "description": "Flag to indicate if partner earned credit has been applied or not.", |
2441 | 2441 | "type": "string", |
2442 | 2442 | "readOnly": true |
| 2443 | + }, |
| 2444 | + "payGPrice": { |
| 2445 | + "description": "Retail price for the resource.", |
| 2446 | + "type": "number", |
| 2447 | + "format": "decimal", |
| 2448 | + "readOnly": true |
2443 | 2449 | } |
2444 | 2450 | } |
2445 | 2451 | }, |
|
2515 | 2521 | "type": "string", |
2516 | 2522 | "readOnly": true |
2517 | 2523 | }, |
| 2524 | + "additionalInfo": { |
| 2525 | + "description": "Additional information.", |
| 2526 | + "type": "string", |
| 2527 | + "readOnly": true |
| 2528 | + }, |
2518 | 2529 | "orderNumber": { |
2519 | 2530 | "description": "The order number.", |
2520 | 2531 | "type": "string", |
|
3003 | 3014 | "type": "string", |
3004 | 3015 | "description": "Resource sku" |
3005 | 3016 | }, |
| 3017 | + "etag": { |
| 3018 | + "type": "string", |
| 3019 | + "description": "Resource etag." |
| 3020 | + }, |
3006 | 3021 | "properties": { |
3007 | 3022 | "x-ms-client-flatten": true, |
3008 | 3023 | "$ref": "#/definitions/ReservationRecommendationDetailsProperties", |
|
3208 | 3223 | "description": "The link (url) to the next page of results.", |
3209 | 3224 | "type": "string", |
3210 | 3225 | "readOnly": true |
| 3226 | + }, |
| 3227 | + "previousLink": { |
| 3228 | + "description": "The link (url) to the previous page of results.", |
| 3229 | + "type": "string", |
| 3230 | + "readOnly": true |
3211 | 3231 | } |
3212 | 3232 | } |
3213 | 3233 | }, |
|
3295 | 3315 | "format": "uuid", |
3296 | 3316 | "readOnly": true |
3297 | 3317 | }, |
| 3318 | + "resourceType": { |
| 3319 | + "description": "The azure resource type.", |
| 3320 | + "type": "string", |
| 3321 | + "readOnly": true |
| 3322 | + }, |
3298 | 3323 | "term": { |
3299 | 3324 | "description": "RI recommendations in one or three year terms.", |
3300 | 3325 | "type": "string", |
|
3383 | 3408 | "ModernReservationRecommendationProperties": { |
3384 | 3409 | "description": "The properties of the reservation recommendation.", |
3385 | 3410 | "properties": { |
| 3411 | + "location": { |
| 3412 | + "type": "string", |
| 3413 | + "description": "Resource Location.", |
| 3414 | + "readOnly": true |
| 3415 | + }, |
3386 | 3416 | "lookBackPeriod": { |
3387 | 3417 | "description": "The number of days of usage to look back for recommendation.", |
3388 | | - "type": "string", |
| 3418 | + "type": "integer", |
| 3419 | + "format": "int32", |
3389 | 3420 | "readOnly": true |
3390 | 3421 | }, |
3391 | 3422 | "instanceFlexibilityRatio": { |
|
3458 | 3489 | "$ref": "#/definitions/SkuProperty" |
3459 | 3490 | }, |
3460 | 3491 | "readOnly": true |
| 3492 | + }, |
| 3493 | + "skuName": { |
| 3494 | + "description": "This is the ARM Sku name.", |
| 3495 | + "type": "string", |
| 3496 | + "readOnly": true |
3461 | 3497 | } |
3462 | 3498 | } |
3463 | 3499 | }, |
|
3814 | 3850 | "key": { |
3815 | 3851 | "description": "Tag key.", |
3816 | 3852 | "type": "string" |
| 3853 | + }, |
| 3854 | + "value": { |
| 3855 | + "description": "Tag values.", |
| 3856 | + "type": "array", |
| 3857 | + "items": { |
| 3858 | + "type": "string" |
| 3859 | + } |
3817 | 3860 | } |
3818 | 3861 | } |
3819 | 3862 | }, |
|
3908 | 3951 | "$ref": "#/definitions/Notification" |
3909 | 3952 | }, |
3910 | 3953 | "maxItems": 5 |
| 3954 | + }, |
| 3955 | + "forecastSpend": { |
| 3956 | + "description": "The forecasted cost which is being tracked for a budget.", |
| 3957 | + "$ref": "#/definitions/ForecastSpend", |
| 3958 | + "readOnly": true |
3911 | 3959 | } |
3912 | 3960 | }, |
3913 | 3961 | "required": [ |
|
4022 | 4070 | } |
4023 | 4071 | } |
4024 | 4072 | }, |
| 4073 | + "ForecastSpend": { |
| 4074 | + "description": "The forecasted cost which is being tracked for a budget.", |
| 4075 | + "properties": { |
| 4076 | + "amount": { |
| 4077 | + "description": "The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.", |
| 4078 | + "type": "number", |
| 4079 | + "format": "decimal", |
| 4080 | + "readOnly": true |
| 4081 | + }, |
| 4082 | + "unit": { |
| 4083 | + "description": "The unit of measure for the budget amount.", |
| 4084 | + "type": "string", |
| 4085 | + "readOnly": true |
| 4086 | + } |
| 4087 | + } |
| 4088 | + }, |
4025 | 4089 | "Notification": { |
4026 | 4090 | "description": "The notification associated with a budget.", |
4027 | 4091 | "properties": { |
|
4123 | 4187 | "description": "The link (url) to the next page of results.", |
4124 | 4188 | "type": "string", |
4125 | 4189 | "readOnly": true |
| 4190 | + }, |
| 4191 | + "download": { |
| 4192 | + "description": "Pricesheet download details.", |
| 4193 | + "$ref": "#/definitions/MeterDetails", |
| 4194 | + "readOnly": true |
| 4195 | + } |
| 4196 | + } |
| 4197 | + }, |
| 4198 | + "DownloadProperties": { |
| 4199 | + "description": "The properties of the price sheet download.", |
| 4200 | + "properties": { |
| 4201 | + "downloadUrl": { |
| 4202 | + "description": "The link (url) to download the pricesheet.", |
| 4203 | + "type": "string", |
| 4204 | + "readOnly": true |
| 4205 | + }, |
| 4206 | + "validTill": { |
| 4207 | + "description": "Download link validity.", |
| 4208 | + "type": "string", |
| 4209 | + "readOnly": true |
4126 | 4210 | } |
4127 | 4211 | } |
4128 | 4212 | }, |
|
4603 | 4687 | } |
4604 | 4688 | } |
4605 | 4689 | }, |
| 4690 | + "HighCasedErrorDetails": { |
| 4691 | + "description": "The details of the error.", |
| 4692 | + "properties": { |
| 4693 | + "code": { |
| 4694 | + "description": "Error code.", |
| 4695 | + "type": "string", |
| 4696 | + "readOnly": true |
| 4697 | + }, |
| 4698 | + "message": { |
| 4699 | + "description": "Error message indicating why the operation failed.", |
| 4700 | + "type": "string", |
| 4701 | + "readOnly": true |
| 4702 | + } |
| 4703 | + } |
| 4704 | + }, |
| 4705 | + "HighCasedErrorResponse": { |
| 4706 | + "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. \n\nSome Error responses: \n\n * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the \"x-ms-ratelimit-microsoft.consumption-retry-after\" header. \n\n * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the \"Retry-After\" header.", |
| 4707 | + "type": "object", |
| 4708 | + "properties": { |
| 4709 | + "error": { |
| 4710 | + "description": "The details of the error.", |
| 4711 | + "$ref": "#/definitions/HighCasedErrorDetails" |
| 4712 | + } |
| 4713 | + } |
| 4714 | + }, |
4606 | 4715 | "ErrorResponse": { |
4607 | 4716 | "description": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. \n\nSome Error responses: \n\n * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the \"x-ms-ratelimit-microsoft.consumption-retry-after\" header. \n\n * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the \"Retry-After\" header.", |
4608 | 4717 | "type": "object", |
|
4644 | 4753 | "description": "Operation type: Read, write, delete, etc.", |
4645 | 4754 | "type": "string", |
4646 | 4755 | "readOnly": true |
| 4756 | + }, |
| 4757 | + "description": { |
| 4758 | + "description": "Description of the operation.", |
| 4759 | + "type": "string", |
| 4760 | + "readOnly": true |
4647 | 4761 | } |
4648 | 4762 | } |
4649 | 4763 | } |
|
0 commit comments