forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 11668 in Azure/azure-rest-api-specs
Microsoft.Capacity 2020-10-01-preview update (Azure#11668)
- Loading branch information
SDKAuto
committed
Nov 19, 2020
1 parent
1c2e8c4
commit 1e51d5c
Showing
24 changed files
with
1,564 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
sdk/reservations/arm-reservations/src/azureReservationAPIContext.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
sdk/reservations/arm-reservations/src/models/autoQuotaIncreaseMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
sdk/reservations/arm-reservations/src/models/calculateExchangeMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
BillingInformation, | ||
CalculateExchangeOperationResultResponse, | ||
CalculateExchangePostHeaders, | ||
CalculateExchangeRequest, | ||
CalculateExchangeRequestProperties, | ||
CalculateExchangeResponseProperties, | ||
ErrorModel, | ||
ExchangePolicyError, | ||
ExchangePolicyErrors, | ||
ExtendedErrorInfo, | ||
OperationResultError, | ||
Price, | ||
PurchaseRequest, | ||
PurchaseRequestPropertiesReservedResourceProperties, | ||
ReservationToExchange, | ||
ReservationToPurchaseCalculateExchange, | ||
ReservationToReturn, | ||
SkuName | ||
} from "../models/mappers"; |
24 changes: 24 additions & 0 deletions
24
sdk/reservations/arm-reservations/src/models/exchangeMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
BillingInformation, | ||
ErrorModel, | ||
ExchangeOperationResultResponse, | ||
ExchangePolicyError, | ||
ExchangePolicyErrors, | ||
ExchangePostHeaders, | ||
ExchangeRequest, | ||
ExchangeRequestProperties, | ||
ExchangeResponseProperties, | ||
ExtendedErrorInfo, | ||
OperationResultError, | ||
Price, | ||
ReservationToPurchaseExchange, | ||
ReservationToReturnForExchange | ||
} from "../models/mappers"; |
Oops, something went wrong.