Skip to content

Commit

Permalink
Remove duplicate Azure columns (#488)
Browse files Browse the repository at this point in the history
* Remove redundant columns from Azure v2 reports

* version change
  • Loading branch information
esebesto authored Feb 28, 2024
1 parent 6595d0a commit a292485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion nise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.4.14"
__version__ = "4.4.15"

VERSION = __version__.split(".")
4 changes: 0 additions & 4 deletions nise/generators/azure/azure_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,8 @@
"servicePeriodEndDate",
"servicePeriodStartDate",
"ProductId",
"product",
"publisherId",
"resourceGroupName",
"InstanceName",
"Location",
"billingCurrency",
"pricingCurrency",
"costInPricingCurrency",
"costInUsd",
Expand Down

0 comments on commit a292485

Please sign in to comment.