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 12080 in Azure/azure-rest-api-specs
Merge 494a50dab47cdf9e091e36077da704ea44635600 into 88aae44f2ca08a5bf249f5cb64f9ce01d3429ec6
- Loading branch information
SDKAuto
committed
Dec 12, 2020
1 parent
6c6ce54
commit 300ae8c
Showing
24 changed files
with
1,804 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.