Skip to content

Commit

Permalink
[COST-3814] Add metered for the azure sources extras (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoodfred committed Dec 13, 2023
1 parent 6b31bb1 commit 1485f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koku/sources/sources_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
Provider.PROVIDER_OCP: [],
Provider.PROVIDER_AWS: ["storage_only", "bucket_region", "metered"],
Provider.PROVIDER_AWS_LOCAL: ["storage_only", "bucket_region", "metered"],
Provider.PROVIDER_AZURE: ["scope", "export_name", "storage_only"],
Provider.PROVIDER_AZURE_LOCAL: ["scope", "export_name", "storage_only"],
Provider.PROVIDER_AZURE: ["scope", "export_name", "storage_only", "metered"],
Provider.PROVIDER_AZURE_LOCAL: ["scope", "export_name", "storage_only", "metered"],
Provider.PROVIDER_GCP: ["dataset", "bucket", "storage_only"],
Provider.PROVIDER_GCP_LOCAL: ["dataset", "bucket", "storage_only"],
Provider.PROVIDER_OCI: [],
Expand Down

0 comments on commit 1485f2f

Please sign in to comment.