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 12347 in Azure/azure-rest-api-specs
Merge 4854c8649698af77d176d0c170e3be1ad3b56194 into d4bad535d456ee82c7fd17d1ec2b8802a0b83205
- Loading branch information
SDKAuto
committed
Jan 15, 2021
1 parent
2ae1fb8
commit 5c14bad
Showing
47 changed files
with
7,819 additions
and
5,800 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
71 changes: 45 additions & 26 deletions
71
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,58 @@ | ||
/* | ||
* 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, | ||
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.