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 12281 in Azure/azure-rest-api-specs
Merge 3cd5abdb85f8771c26bb9b8dcd946c8de259e43c into ffc5119f58e1e302748bd21aff7bc01acd2b6d13
- Loading branch information
SDKAuto
committed
Jan 11, 2021
1 parent
6e03f88
commit 18da49d
Showing
25 changed files
with
2,892 additions
and
2,190 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
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
44 changes: 0 additions & 44 deletions
44
sdk/reservations/arm-reservations/src/models/autoQuotaIncreaseMappers.ts
This file was deleted.
Oops, something went wrong.
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"; |
27 changes: 27 additions & 0 deletions
27
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,27 @@ | ||
/* | ||
* 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, | ||
PurchaseRequest, | ||
PurchaseRequestPropertiesReservedResourceProperties, | ||
ReservationToPurchaseExchange, | ||
ReservationToReturnForExchange, | ||
SkuName | ||
} from "../models/mappers"; |
Oops, something went wrong.