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 13402 in Azure/azure-rest-api-specs
Merge d59672b5c09acde110af71999d6b3d4f2fd0ffc4 into e1b647a015a65d9f6b3b4b7ebe04eb7e04469647
- Loading branch information
SDKAuto
committed
Mar 22, 2021
1 parent
9e8890a
commit d82cb71
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.