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 13327 in Azure/azure-rest-api-specs
Merge f575ad61e8b434a0927dffb240d1383299a99c45 into a2b6c113528f50d9be6b3e7c4d695a8a971b05b8
- Loading branch information
SDKAuto
committed
Mar 16, 2021
1 parent
50e1ea9
commit da1c5ad
Showing
47 changed files
with
8,627 additions
and
6,244 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.