openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 67.6 kB
JSON
{"openapi":"3.0.0","info":{"description":"This API describe Azure Reservation","title":"Azure Reservation","version":"2019-04-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"reservations","x-tags":["Azure","Microsoft"]},"paths":{"/providers/Microsoft.Capacity/calculatePrice":{"post":{"description":"Calculate price for placing a `ReservationOrder`.","operationId":"ReservationOrder_Calculate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/PurchaseRequest"},"responses":{"200":{"description":"Detailed price info for purchasing `ReservationOrder`","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CalculatePriceResponse"},"examples":{"Purchase":{"$ref":"#/components/examples/Purchase"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Calculate price for a `ReservationOrder`.","tags":["Reservation, Calculate"]}},"/providers/Microsoft.Capacity/operations":{"get":{"description":"List all the operations.","operationId":"Operation_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"List all the operations.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationList"},"examples":{"GetOperations":{"$ref":"#/components/examples/GetOperations"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get operations.","tags":["Operation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.Capacity/reservationOrders":{"get":{"description":"List of all the `ReservationOrder`s that the user has access to in the current tenant.","operationId":"ReservationOrder_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"List of `ReservationOrder`s","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationOrderList"},"examples":{"ReservationOrderList":{"$ref":"#/components/examples/ReservationOrderList"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get all `ReservationOrder`s.","tags":["Reservation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}":{"get":{"description":"Get the details of the `ReservationOrder`.","operationId":"ReservationOrder_Get","parameters":[{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"description":"May be used to expand the planInformation.","in":"query","name":"$expand","required":false,"schema":{"type":"string"},"examples":{"GetReservationWithExpandPayments":{"value":"schedule"}}}],"responses":{"200":{"description":"Get the details of the `ReservationOrder`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationOrderResponse"},"examples":{"GetReservation":{"$ref":"#/components/examples/GetReservation"},"GetReservationWithExpandPayments":{"$ref":"#/components/examples/GetReservationWithExpandPayments"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get a specific `ReservationOrder`.","tags":["Reservation"]},"put":{"description":"Purchase `ReservationOrder` and create resource under the specified URI.","operationId":"ReservationOrder_Purchase","parameters":[{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/PurchaseRequest"},"responses":{"200":{"description":"The resource has been created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationOrderResponse"},"examples":{"Purchase":{"$ref":"#/components/examples/Purchase"}}}}},"202":{"description":"The request is accepted and is being processed. Operation result link is in location header.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationOrderResponse"},"examples":{"Purchase":{"$ref":"#/components/examples/Purchase"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Purchase `ReservationOrder`","tags":["Reservation, Purchase"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/merge":{"post":{"description":"Merge the specified `Reservation`s into a new `Reservation`. The two `Reservation`s being merged must have same properties.","operationId":"Reservation_Merge","parameters":[{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MergeRequest"}}},"description":"Information needed for commercial request for a reservation","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"Returns the `Reservation` created after the merge.","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/ReservationResponse"},"type":"array"},"examples":{"Merge":{"$ref":"#/components/examples/Merge"}}}}},"202":{"description":"The request is accepted and is being processed"},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Merges two `Reservation`s.","tags":["Reservation, Merge"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations":{"get":{"description":"List `Reservation`s within a single `ReservationOrder`.","operationId":"Reservation_List","parameters":[{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"List `Reservation`s within a single `ReservationOrder`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationList"},"examples":{"ReservationList":{"$ref":"#/components/examples/ReservationList"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get `Reservation`s in a given reservation Order","tags":["Reservation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}":{"get":{"description":"Get specific `Reservation` details.","operationId":"Reservation_Get","parameters":[{"$ref":"#/components/parameters/ReservationIdParameter"},{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/ExpandRenewPropertiesParameter"}],"responses":{"200":{"description":"Get `Reservation` details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationResponse"},"examples":{"GetReservation":{"$ref":"#/components/examples/GetReservation"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get `Reservation` details.","tags":["Reservation"]},"patch":{"description":"Updates the applied scopes of the `Reservation`.","operationId":"Reservation_Update","parameters":[{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ReservationIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Patch"}}},"description":"Information needed to patch a reservation item","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"Returns the updated `Reservation`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationResponse"},"examples":{"PatchReservation":{"$ref":"#/components/examples/PatchReservation"}}}}},"202":{"description":"The request is accepted and is being processed"},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Updates a `Reservation`.","tags":["Reservation","ApplyScope"],"x-ms-long-running-operation":true}},"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}/availableScopes":{"post":{"description":"Get Available Scopes for `Reservation`.\n","operationId":"Reservation_AvailableScopes","parameters":[{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ReservationIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"items":{"type":"string"},"type":"array"}}},"required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"List of `Subscription`s created after the filter.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Properties"},"examples":{"AvailableScopes":{"$ref":"#/components/examples/AvailableScopes"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get Available Scopes for `Reservation`.","tags":["Reservation, AvailableScopes"],"x-ms-long-running-operation":true}},"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}/revisions":{"get":{"description":"List of all the revisions for the `Reservation`.","operationId":"Reservation_ListRevisions","parameters":[{"$ref":"#/components/parameters/ReservationIdParameter"},{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"List of all the revisions for the `Reservation`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReservationList"},"examples":{"ReservationRevisions":{"$ref":"#/components/examples/ReservationRevisions"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get `Reservation` revisions.","tags":["Reservation"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/split":{"post":{"description":"Split a `Reservation` into two `Reservation`s with specified quantity distribution.","operationId":"Reservation_Split","parameters":[{"$ref":"#/components/parameters/ReservationOrderIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SplitRequest"}}},"description":"Information needed to Split a reservation item","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"List of `Reservation`s created after the split operation.","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/ReservationResponse"},"type":"array"},"examples":{"Split":{"$ref":"#/components/examples/Split"}}}}},"202":{"description":"The request is accepted and is being processed"},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Split the `Reservation`.","tags":["Reservation, Split"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/appliedReservations":{"get":{"description":"Get applicable `Reservation`s that are applied to this subscription or a resource group under this subscription.","operationId":"GetAppliedReservationList","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Applicable `Reservation`s.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppliedReservations"},"examples":{"AppliedReservationList":{"$ref":"#/components/examples/AppliedReservationList"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get list of applicable `Reservation`s.","tags":["AppliedReservation"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs":{"get":{"operationId":"GetCatalog","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ReservedResourceTypeIdParameter"},{"$ref":"#/components/parameters/LocationIdParameter"}],"responses":{"200":{"description":"List of available resources","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Catalog"},"type":"array"},"examples":{"Catalog":{"$ref":"#/components/examples/Catalog"}}}}},"default":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"Get the regions and skus that are available for RI purchase for the specified Azure subscription.","tags":["Catalog"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Purchase":{"value":{"etag":7,"id":"/providers/microsoft.capacity/reservationOrders/1f14354c-dc12-4c8d-8090-6f295a3a34aa","name":"1f14354c-dc12-4c8d-8090-6f295a3a34aa","properties":{"billingPlan":"Monthly","createdDateTime":"2017-08-30T03:51:49.8083758Z","displayName":"cabri","expiryDate":"2018-08-30","originalQuantity":7,"provisioningState":"Succeeded","requestDateTime":"2017-08-30T03:49:19.0252126Z","reservations":[{"id":"/providers/microsoft.capacity/reservationOrders/1f14354c-dc12-4c8d-8090-6f295a3a34aa/reservations/c8c926bd-fc5d-4e29-9d43-b68340ac23a6"}],"term":"P1Y"},"type":"Microsoft.Capacity/reservationOrders"}},"GetOperations":{"value":{"value":[{"display":{"description":"Read All Reservations","operation":"Get Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/read"},{"display":{"description":"Create any Reservation","operation":"Create Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/write"},{"display":{"description":"Update any Reservation","operation":"Update Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/action"},{"display":{"description":"Delete any Reservation","operation":"Delete Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/delete"},{"display":{"description":"Read All Reservations","operation":"Get Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/reservations/read"},{"display":{"description":"Create any Reservation","operation":"Create Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/reservations/write"},{"display":{"description":"Update any Reservation","operation":"Update Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/reservations/action"},{"display":{"description":"Delete any Reservation","operation":"Delete Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/reservations/delete"},{"display":{"description":"Read All Reservations","operation":"Get Reservations","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/reservationorders/reservations/revisions/read"},{"display":{"description":"Registers the Capacity resource provider and enables the creation of Capacity resources.","operation":"Registers the Capacity Resource Provider.","provider":"Microsoft Capacity","resource":"Reservations"},"name":"Microsoft.Capacity/register/action"}]}},"ReservationOrderList":{"value":{"nextLink":"https://management.azure.com/providers/Microsoft.Capacity/reservationOrders?api-version=2017-11-01&%24skiptoken=eyJyZyI6IjIwNTkyMzdlLWY3MmYtNDczYi1hNTZiLWExOGJkM2UwMDhlZCIsImlnIjpudWxsLCJzdCI6bnVsbH0%3d","value":[{"etag":7,"id":"/providers/microsoft.capacity/reservationOrders/1e6407ba-37a5-499f-80ed-a3f0f338e443","name":"1e6407ba-37a5-499f-80ed-a3f0f338e443","properties":{"billingPlan":"Monthly","createdDateTime":"2017-08-29T21:22:56.8541664Z","displayName":"cabri","expiryDate":"2018-08-29","originalQuantity":1,"provisioningState":"Succeeded","requestDateTime":"2017-08-29T21:20:23.8134834Z","reservations":[{"id":"/providers/microsoft.capacity/reservationOrders/1e6407ba-37a5-499f-80ed-a3f0f338e443/reservations/cae5924e-7a15-419f-a369-124f52d4a106"}],"term":"P1Y"},"type":"Microsoft.Capacity/reservationOrders"},{"etag":7,"id":"/providers/microsoft.capacity/reservationOrders/1ea6e203-288e-4732-b9e1-da8bbe10c614","name":"1ea6e203-288e-4732-b9e1-da8bbe10c614","properties":{"billingPlan":"Monthly","createdDateTime":"2017-08-30T12:58:20.526Z","displayName":"cabri","expiryDate":"2018-08-30","originalQuantity":9,"provisioningState":"Succeeded","requestDateTime":"2017-08-30T12:55:40.2799114Z","reservations":[{"id":"/providers/microsoft.capacity/reservationOrders/1ea6e203-288e-4732-b9e1-da8bbe10c614/reservations/d04fd48d-e3f6-42a3-a8f6-1ad0b7513e48"}],"term":"P1Y"},"type":"Microsoft.Capacity/reservationOrders"},{"etag":7,"id":"/providers/microsoft.capacity/reservationOrders/1f14354c-dc12-4c8d-8090-6f295a3a34aa","name":"1f14354c-dc12-4c8d-8090-6f295a3a34aa","properties":{"billingPlan":"Monthly","createdDateTime":"2017-08-30T03:51:49.8083758Z","displayName":"cabri","expiryDate":"2018-08-30","originalQuantity":7,"provisioningState":"Succeeded","requestDateTime":"2017-08-30T03:49:19.0252126Z","reservations":[{"id":"/providers/microsoft.capacity/reservationOrders/1f14354c-dc12-4c8d-8090-6f295a3a34aa/reservations/c8c926bd-fc5d-4e29-9d43-b68340ac23a6"}],"term":"P1Y"},"type":"Microsoft.Capacity/reservationOrders"}]}},"GetReservation":{"value":{"etag":2,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Succeeded","quantity":3,"renew":false,"renewDestination":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","renewProperties":{"billingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"purchaseProperties":{"location":"westus","properties":{"appliedScopeType":"Shared","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"Renew_Test_0618","quantity":2,"renew":false,"reservedResourceProperties":{"instanceFlexibility":"On"},"reservedResourceType":"VirtualMachines","term":"P1Y"},"sku":{"name":"Standard_D1"}}},"renewSource":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","term":"P1Y"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"}},"GetReservationWithExpandPayments":{"value":{"etag":7,"id":"/providers/microsoft.capacity/reservationOrders/1f14354c-dc12-4c8d-8090-6f295a3a34aa","name":"1f14354c-dc12-4c8d-8090-6f295a3a34aa","properties":{"billingPlan":"Monthly","createdDateTime":"2019-08-30T03:51:49Z","displayName":"cabri","expiryDate":"2018-08-30","originalQuantity":7,"planInformation":{"nextPaymentDueDate":"2019-09-30","pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"startDate":"2019-08-30","transactions":[{"billingAccount":"23456","billingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"dueDate":"2019-09-30","paymentDate":"2019-09-30","pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"status":"Succeeded"},{"billingAccount":"23456","billingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"dueDate":"2019-10-30","extendedStatusInfo":{"message":"Credit card charge failed.","statusCode":"PaymentDeclined"},"paymentDate":"2019-10-30","pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"status":"Failed"},{"billingAccount":"23456","billingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"dueDate":"2019-10-31","paymentDate":"2019-10-31","pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"status":"Succeeded"},{"billingAccount":"23456","billingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"dueDate":"2019-11-30","paymentDate":"2019-11-30","pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"status":"Succeeded"},{"billingAccount":"23456","billingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"dueDate":"2019-07-14","paymentDate":"2019-06-14","pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"status":"Scheduled"},{"billingAccount":"23456","billingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"dueDate":"2019-06-14","paymentDate":"2019-08-14","pricingCurrencyTotal":{"amount":466,"currencyCode":"USD"},"status":"Scheduled"}]},"provisioningState":"Succeeded","requestDateTime":"2019-08-30T03:49:19Z","reservations":[{"id":"/providers/microsoft.capacity/reservationOrders/1f14354c-dc12-4c8d-8090-6f295a3a34aa/reservations/c8c926bd-fc5d-4e29-9d43-b68340ac23a6"}],"term":"P1Y"},"type":"Microsoft.Capacity/reservationOrders"}},"Merge":{"value":[{"etag":5,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/00238563-7312-4c20-a134-8c030bf938a7","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","extendedStatusInfo":{"message":"This reservation was merged and is no longer active.","statusCode":"Merged"},"instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeDestination":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc"},"provisioningState":"Cancelled","quantity":1,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitSource":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"},{"etag":4,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","extendedStatusInfo":{"message":"This reservation was merged and is no longer active.","statusCode":"Merged"},"instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeDestination":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc"},"provisioningState":"Cancelled","quantity":2,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitSource":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"},{"etag":2,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Succeeded","quantity":3,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"}]},"ReservationList":{"value":{"value":[{"etag":10,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/bcae77cd-3119-4766-919f-b50d36c75c7a","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T01:00:30.9253826Z","expiryDate":"2018-09-22","extendedStatusInfo":{"message":"This reservation was split and is no longer active.","statusCode":"Split"},"instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T01:00:36.3191627Z","provisioningState":"Cancelled","quantity":3,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitDestinations":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"},{"etag":5,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/00238563-7312-4c20-a134-8c030bf938a7","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","extendedStatusInfo":{"message":"This reservation was merged and is no longer active.","statusCode":"Merged"},"instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeDestination":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc"},"provisioningState":"Cancelled","quantity":1,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitSource":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"},{"etag":4,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","extendedStatusInfo":{"message":"This reservation was merged and is no longer active.","statusCode":"Merged"},"instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeDestination":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc"},"provisioningState":"Cancelled","quantity":2,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitSource":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"},{"etag":2,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Succeeded","quantity":3,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"}]}},"PatchReservation":{"value":{"etag":4,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc","properties":{"appliedScopeType":"Shared","billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T23:57:48.1891638Z","expiryDate":"2018-09-22","instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T23:57:54.3768768Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Succeeded","quantity":3,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"}},"AvailableScopes":{"value":{"properties":{"scopes":[{"scope":"/subscriptions/efc7c997-7700-4a74-b731-55aec16c15e9","valid":true}]}}},"ReservationRevisions":{"value":{"value":[{"etag":4,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc/revisions/4","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc/4","properties":{"appliedScopeType":"Shared","billingPlan":"Monthly","displayName":"cabri_test","effectiveDateTime":"2017-09-22T23:57:48.1891638Z","expiryDate":"2018-09-22","instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T23:57:54.3768768Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Succeeded","quantity":3,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations/revisions"},{"etag":3,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc/revisions/3","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc/3","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","extendedStatusInfo":{"message":"An operation is in progress on your reservation. Please wait for operation to complete before taking further action","statusCode":"Pending"},"instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T23:57:47.488284Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Succeeded","quantity":3,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations/revisions"},{"etag":2,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc/revisions/2","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc/2","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:32.7632798Z","expiryDate":"2018-09-22","instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T22:46:32.7632798Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Succeeded","quantity":3,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations/revisions"},{"etag":1,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc/revisions/1","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/6ef59113-3482-40da-8d79-787f823e34bc/1","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"displayName":"cabri_test","effectiveDateTime":"2017-09-22T22:46:27.3313607Z","expiryDate":"2018-09-22","instanceFlexibility":"On","lastUpdatedDateTime":"2017-09-22T22:46:27.3313607Z","mergeProperties":{"mergeSources":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]},"provisioningState":"Creating","quantity":3,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2"},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations/revisions"}]}},"Split":{"value":[{"etag":2,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/00238563-7312-4c20-a134-8c030bf938a7","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T01:00:30.9253826Z","expiryDate":"2018-09-22","instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T01:00:36.3191627Z","provisioningState":"Succeeded","quantity":1,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitSource":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"},{"etag":2,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T01:00:30.9253826Z","expiryDate":"2018-09-22","instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T01:00:36.3191627Z","provisioningState":"Succeeded","quantity":2,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitSource":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"},{"etag":10,"id":"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a","location":"eastus","name":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da/bcae77cd-3119-4766-919f-b50d36c75c7a","properties":{"appliedScopeType":"Single","appliedScopes":["/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3"],"billingPlan":"Monthly","billingScopeId":"/subscriptions/19376483-64b8-49e4-a931-d5248828720a","displayName":"cabri_test","effectiveDateTime":"2017-09-22T01:00:30.9253826Z","expiryDate":"2018-09-22","extendedStatusInfo":{"message":"This reservation was split and is no longer active.","statusCode":"Split"},"instanceFlexibility":"Off","lastUpdatedDateTime":"2017-09-22T01:00:36.3191627Z","provisioningState":"Cancelled","quantity":3,"renew":false,"reservedResourceType":"VirtualMachines","skuDescription":"D1 v2","splitProperties":{"splitDestinations":["/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7","/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"]}},"sku":{"name":"Standard_DS1_v2"},"type":"Microsoft.Capacity/reservationOrders/reservations"}]},"AppliedReservationList":{"value":{"id":"/subscriptions/23bc208b-083f-4901-ae85-4f98c0c3b4b6/providers/microsoft.capacity/AppliedReservations/default","name":"default","properties":{"reservationOrderIds":{"value":["/providers/Microsoft.Capacity/reservationorders/e1eccf0b-2db4-4e84-97e7-98b50e9d46f7","/providers/Microsoft.Capacity/reservationorders/741a32eb-6158-4cee-9642-a0243ae79fac","/providers/Microsoft.Capacity/reservationorders/e061223d-fcff-4d10-bd49-56a740cfb96a","/providers/Microsoft.Capacity/reservationorders/2eeb7234-970e-4663-b60b-85241b515901","/providers/Microsoft.Capacity/reservationorders/9db2f4c5-b1c5-42a8-bd79-ee56cdde2c7f","/providers/Microsoft.Capacity/reservationorders/5da7a877-6d6e-44af-8880-ed3f533bf928","/providers/Microsoft.Capacity/reservationorders/f65b0d0a-f945-4105-821c-d00bc8bacde8","/providers/Microsoft.Capacity/reservationorders/51304124-e477-4b07-b9fa-03b05c8b924b","/providers/Microsoft.Capacity/reservationorders/f5409b98-8a42-4dc6-be0a-cc59bef4d0db","/providers/Microsoft.Capacity/reservationorders/a495550a-80a4-46f8-8843-34d4df46f9a6","/providers/Microsoft.Capacity/reservationorders/1a966e18-c272-4ce1-a0c2-d4e1039023c3","/providers/Microsoft.Capacity/reservationorders/939310b4-f9de-4645-9569-ab5b6cfe958e","/providers/Microsoft.Capacity/reservationorders/4193a889-7c3b-44dc-8b7b-bfd7aad6c723"]}},"type":"Microsoft.Capacity/AppliedReservations"}},"Catalog":{"value":[{"billingPlans":{"P1Y":["Upfront","Monthly"],"P3Y":["Upfront","Monthly"]},"locations":["eastus"],"name":"Standard_DS5_v2","resourceType":"VirtualMachines","restrictions":[],"skuProperties":[{"name":"Cores","value":"16"},{"name":"ProductTitle","value":"DSv2 Series, DS5"},{"name":"ProductShortName","value":"DSv2 Series"},{"name":"SKUName","value":"DS5 v2"},{"name":"MeterId","value":"12bc208b-083f-4901-ae85-4f98c0c3b4b8"}],"terms":["P1Y","P3Y"]},{"billingPlans":[{"P1Y":["Upfront","Monthly"]},{"P3Y":["Upfront","Monthly"]}],"locations":["eastus"],"name":"Standard_D1","resourceType":"VirtualMachines","restrictions":[{"reasonCode":"NotAvailableForSubscription","type":"Term","values":["P1Y"]},{"reasonCode":"NotAvailableForSubscription","type":"Term","values":["P3Y"]}],"skuProperties":[{"name":"Cores","value":"1"},{"name":"ProductTitle","value":"D Series, D1"},{"name":"ProductShortName","value":"D Series"},{"name":"SKUName","value":"D1"},{"name":"MeterId","value":"12bc208b-083f-4901-ae85-4f98c0c3b4b8"}],"terms":["P1Y","P3Y"]},{"billingPlans":[{"P1Y":["Upfront","Monthly"]},{"P3Y":["Upfront","Monthly"]}],"locations":["eastus"],"name":"Standard_F2","resourceType":"VirtualMachines","restrictions":[{"reasonCode":"NotAvailableForSubscription","type":"Location","values":["eastus"]}],"skuProperties":[{"name":"Cores","value":"2"},{"name":"ProductTitle","value":"F Series, F2"},{"name":"ProductShortName","value":"F Series"},{"name":"SKUName","value":"F2"},{"name":"MeterId","value":"12bc208b-083f-4901-ae85-4f98c0c3b4b8"}],"terms":["P1Y","P3Y"]}]}},"parameters":{"ApiVersionParameter":{"description":"Supported version for this document is 2019-04-01","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Purchase":{"value":"2019-04-01"},"GetOperations":{"value":"2019-04-01"},"ReservationOrderList":{"value":"2019-04-01"},"GetReservation":{"value":"2019-04-01"},"GetReservationWithExpandPayments":{"value":"2019-04-01"},"Merge":{"value":"2019-04-01"},"ReservationList":{"value":"2019-04-01"},"PatchReservation":{"value":"2019-04-01"},"AvailableScopes":{"value":"2019-04-01"},"ReservationRevisions":{"value":"2019-04-01"},"Split":{"value":"2019-04-01"},"AppliedReservationList":{"value":"2019-04-01"},"Catalog":{"value":"2019-04-01"}}},"ExpandRenewPropertiesParameter":{"description":"Supported value of this query is renewProperties","in":"query","name":"expand","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"GetReservation":{"value":"renewProperties"}}},"LocationIdParameter":{"description":"Filters the skus based on the location specified in this parameter. This can be an azure region or global","in":"query","name":"location","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Catalog":{"value":"eastus"}}},"ReservationIdParameter":{"description":"Id of the Reservation Item","in":"path","name":"reservationId","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"GetReservation":{"value":"6ef59113-3482-40da-8d79-787f823e34bc"},"PatchReservation":{"value":"6ef59113-3482-40da-8d79-787f823e34bc"},"AvailableScopes":{"value":"356e7ae4-84d0-4da6-ab4b-d6b94f3557da"},"ReservationRevisions":{"value":"6ef59113-3482-40da-8d79-787f823e34bc"}}},"ReservationOrderIdParameter":{"description":"Order Id of the reservation","in":"path","name":"reservationOrderId","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"GetReservation":{"value":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da"},"GetReservationWithExpandPayments":{"value":"a075419f-44cc-497f-b68a-14ee811d48b9"},"Purchase":{"value":"a075419f-44cc-497f-b68a-14ee811d48b9"},"Merge":{"value":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da"},"ReservationList":{"value":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da"},"PatchReservation":{"value":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da"},"AvailableScopes":{"value":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da"},"ReservationRevisions":{"value":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da"},"Split":{"value":"276e7ae4-84d0-4da6-ab4b-d6b94f3557da"}}},"ReservedResourceTypeIdParameter":{"description":"The type of the resource for which the skus should be provided.","in":"query","name":"reservedResourceType","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Catalog":{"value":"VirtualMachines"}}},"SubscriptionIdParameter":{"description":"Id of the subscription","in":"path","name":"subscriptionId","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"AppliedReservationList":{"value":"23bc208b-083f-4901-ae85-4f98c0c3b4b6"},"Catalog":{"value":"23bc208b-083f-4901-ae85-4f98c0c3b4b6"}}}},"requestBodies":{"PurchaseRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PurchaseRequest"}}},"description":"Information needed for calculate or purchase reservation","required":true,"x-ms-parameter-location":"method"}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AppliedReservationList":{"properties":{"nextLink":{"description":"Url to get the next page of reservations","type":"string"},"value":{"items":{"description":"Reservation resource Id. \"/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}\"","type":"string"},"type":"array"}},"type":"object"},"AppliedReservations":{"properties":{"id":{"description":"Identifier of the applied reservations","readOnly":true,"type":"string"},"name":{"description":"Name of resource","readOnly":true,"type":"string"},"properties":{"$ref":"#/components/schemas/AppliedReservationsProperties"},"type":{"description":"Type of resource. \"Microsoft.Capacity/AppliedReservations\"","readOnly":true,"type":"string"}},"type":"object"},"AppliedReservationsProperties":{"properties":{"reservationOrderIds":{"$ref":"#/components/schemas/AppliedReservationList"}},"type":"object"},"AppliedScopeType":{"description":"Type of the Applied Scope.","enum":["Single","Shared"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AppliedScopeType"}},"AppliedScopes":{"description":"List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared.","items":{"maxItems":1,"minItems":1,"type":"string"},"type":"array"},"BillingScopeId":{"description":"Subscription that will be charged for purchasing Reservation","type":"string"},"CalculatePriceResponse":{"properties":{"properties":{"$ref":"#/components/schemas/CalculatePriceResponseProperties"}},"type":"object"},"CalculatePriceResponseProperties":{"properties":{"billingCurrencyTotal":{"description":"Currency and amount that customer will be charged in customer's local currency. Tax is not included.","properties":{"amount":{"type":"number"},"currencyCode":{"type":"string"}},"type":"object"},"isBillingPartnerManaged":{"description":"True if billing is managed by Microsoft Partner. Used only for CSP accounts.","type":"boolean"},"paymentSchedule":{"items":{"$ref":"#/