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 14453 in Azure/azure-rest-api-specs
Merge a27a2883a29efc8758a20a7ff0c296cd7cca3184 into 19e140f6f848bf9616735a7bd360edeef25c6c8d
- Loading branch information
SDKAuto
committed
May 18, 2021
1 parent
3ca024f
commit 9477e84
Showing
47 changed files
with
9,023 additions
and
6,212 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
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
72 changes: 46 additions & 26 deletions
72
sdk/consumption/arm-consumption/src/models/aggregatedCostMappers.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 |
---|---|---|
@@ -1,39 +1,59 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* 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. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
ManagementGroupAggregatedCostResult, | ||
Resource, | ||
BaseResource, | ||
ErrorResponse, | ||
ErrorDetails, | ||
UsageDetail, | ||
MeterDetails, | ||
Marketplace, | ||
discriminators, | ||
Amount, | ||
Balance, | ||
BalancePropertiesNewPurchasesDetailsItem, | ||
BalancePropertiesAdjustmentDetailsItem, | ||
ReservationSummary, | ||
ReservationDetail, | ||
PriceSheetResult, | ||
PriceSheetProperties, | ||
BalancePropertiesNewPurchasesDetailsItem, | ||
BaseResource, | ||
Budget, | ||
BudgetComparisonExpression, | ||
BudgetFilter, | ||
BudgetFilterProperties, | ||
BudgetTimePeriod, | ||
ChargeSummary, | ||
CreditBalanceSummary, | ||
CreditSummary, | ||
CurrentSpend, | ||
ErrorDetails, | ||
ErrorResponse, | ||
EventSummary, | ||
Forecast, | ||
ForecastPropertiesConfidenceLevelsItem, | ||
ChargeSummary, | ||
ForecastSpend, | ||
LegacyChargeSummary, | ||
LegacyReservationTransaction, | ||
LegacyUsageDetail, | ||
LotSummary, | ||
ManagementGroupAggregatedCostResult, | ||
Marketplace, | ||
MeterDetails, | ||
MeterDetailsResponse, | ||
ModernChargeSummary, | ||
ModernReservationTransaction, | ||
ModernUsageDetail, | ||
Notification, | ||
PriceSheetProperties, | ||
PriceSheetResult, | ||
ProxyResource, | ||
TagsResult, | ||
ReservationDetail, | ||
ReservationRecommendationDetailsCalculatedSavingsProperties, | ||
ReservationRecommendationDetailsModel, | ||
ReservationRecommendationDetailsResourceProperties, | ||
ReservationRecommendationDetailsSavingsProperties, | ||
ReservationRecommendationDetailsUsageProperties, | ||
ReservationSummary, | ||
ReservationTransaction, | ||
ReservationTransactionResource, | ||
Resource, | ||
Tag, | ||
Budget, | ||
BudgetTimePeriod, | ||
Filters, | ||
CurrentSpend, | ||
Notification | ||
TagsResult, | ||
UsageDetail | ||
} from "../models/mappers"; | ||
|
Oops, something went wrong.