Skip to content

Commit

Permalink
Added azure dimension configs.
Browse files Browse the repository at this point in the history
Signed-off-by: C. Syvenky <148652434+csyvenky-finops@users.noreply.github.com>
  • Loading branch information
csyvenky-finops authored and varunmittal91 committed Oct 27, 2023
1 parent fac8b04 commit 845a320
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert ConsumedService to ServiceName
conversion_type: rename_column
column: ConsumedService
focus_column: ServiceName
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert BillingPeriodStartDate to BillingPeriodStart
conversion_type: rename_column
column: BillingPeriodStartDate
focus_column: BillingPeriodStart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert Date to ChargePeriodEnd
conversion_type: rename_column
column: Date
focus_column: ChargePeriodEnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert BillingPeriodEndDate to BillingPeriodEnd
conversion_type: rename_column
column: BillingPeriodEndDate
focus_column: BillingPeriodEnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert ResourceLocation to Region
conversion_type: rename_column
column: ResourceLocation
focus_column: Region
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert SubscriptionName to SubAccountName
conversion_type: rename_column
column: SubscriptionName
focus_column: SubAccountName
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert BillingCurrencyCode to BillingCurrency
conversion_type: rename_column
column: BillingCurrencyCode
focus_column: BillingCurrency
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plan_name: convert SubscriptionId to SubAccountId
conversion_type: rename_column
column: SubscriptionId
focus_column: SubAccountId

Large diffs are not rendered by default.

0 comments on commit 845a320

Please sign in to comment.