|
1938 | 1938 | "properties": { |
1939 | 1939 | "location": { |
1940 | 1940 | "type": "string", |
1941 | | - "description": "The Azure Region where the reserved resource lives.", |
| 1941 | + "description": "The Azure region where the reserved resource lives.", |
1942 | 1942 | "x-ms-mutability": [ |
1943 | 1943 | "create", |
1944 | 1944 | "read" |
|
2450 | 2450 | }, |
2451 | 2451 | "SavingsPlanToPurchaseCalculateExchange": { |
2452 | 2452 | "type": "object", |
2453 | | - "description": "Savings Plan purchase details", |
| 2453 | + "description": "Savings plan purchase details", |
2454 | 2454 | "properties": { |
2455 | 2455 | "properties": { |
2456 | 2456 | "$ref": "#/definitions/SavingsPlanPurchaseRequest" |
|
2485 | 2485 | }, |
2486 | 2486 | "SavingsPlanToPurchaseExchange": { |
2487 | 2487 | "type": "object", |
2488 | | - "description": "Savings Plan purchase details", |
| 2488 | + "description": "Savings plan purchase details", |
2489 | 2489 | "properties": { |
2490 | 2490 | "savingsPlanOrderId": { |
2491 | 2491 | "type": "string", |
2492 | | - "description": "Fully qualified id of the Savings Plan order being purchased" |
| 2492 | + "description": "Fully qualified id of the savings plan order being purchased" |
2493 | 2493 | }, |
2494 | 2494 | "savingsPlanId": { |
2495 | 2495 | "type": "string", |
2496 | | - "description": "Fully qualified id of the Savings Plan being purchased. This value is only guaranteed to be non-null if the purchase is successful." |
| 2496 | + "description": "Fully qualified id of the savings plan being purchased. This value is only guaranteed to be non-null if the purchase is successful." |
2497 | 2497 | }, |
2498 | 2498 | "properties": { |
2499 | 2499 | "$ref": "#/definitions/SavingsPlanPurchaseRequest" |
|
2508 | 2508 | }, |
2509 | 2509 | "BenefitTerm": { |
2510 | 2510 | "type": "string", |
2511 | | - "description": "Represent SavingsPlan term in ISO 8601 format.", |
| 2511 | + "description": "Represent savings plan term in ISO 8601 format.", |
2512 | 2512 | "enum": [ |
2513 | 2513 | "P1Y", |
2514 | 2514 | "P3Y" |
|
2993 | 2993 | }, |
2994 | 2994 | "location": { |
2995 | 2995 | "type": "string", |
2996 | | - "description": "The Azure Region where the reserved resource lives.", |
| 2996 | + "description": "The Azure region where the reserved resource lives.", |
2997 | 2997 | "x-ms-mutability": [ |
2998 | 2998 | "create", |
2999 | 2999 | "read" |
|
3627 | 3627 | "in": "query", |
3628 | 3628 | "required": false, |
3629 | 3629 | "type": "string", |
3630 | | - "description": "Filters the skus based on the location specified in this parameter. This can be an azure region or global" |
| 3630 | + "description": "Filters the skus based on the location specified in this parameter. This can be an Azure region or global" |
3631 | 3631 | }, |
3632 | 3632 | "ReservationOrderIdParameter": { |
3633 | 3633 | "name": "reservationOrderId", |
|
0 commit comments