project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

[COST 5161] Drop azure v1 reports support #513

Closed bacciotti closed 3 months ago

bacciotti commented 3 months ago

This change will drop v1 report fields and add v2 Resource Group based fields and Subscription fields.

In addition, it removes the --version-two flag and adds --resource-group flag (to specify that the report should be resource group based).

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.9%. Comparing base (e3f0922) to head (6f03f62).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #513 +/- ## ===================================== Coverage 93.8% 93.9% ===================================== Files 62 62 Lines 4699 4685 -14 Branches 664 664 ===================================== - Hits 4410 4398 -12 + Misses 151 150 -1 + Partials 138 137 -1 ```