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 13039 in Azure/azure-rest-api-specs
Merge 728607619f87ce21b10d5c21fbdeb0dc02cfa172 into 3fafd29303267e1e942b2cd03fb166e1bfedf96f
- Loading branch information
SDKAuto
committed
Feb 18, 2021
1 parent
de864dd
commit 53f65d7
Showing
47 changed files
with
8,457 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
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.