LICENSE
README.md
pyproject.toml
az_costguard/__init__.py
az_costguard/auth.py
az_costguard/cli.py
az_costguard/config.py
az_costguard/models.py
az_costguard/report.py
az_costguard/scanner.py
az_costguard.egg-info/PKG-INFO
az_costguard.egg-info/SOURCES.txt
az_costguard.egg-info/dependency_links.txt
az_costguard.egg-info/entry_points.txt
az_costguard.egg-info/requires.txt
az_costguard.egg-info/top_level.txt
az_costguard/clients/__init__.py
az_costguard/clients/advisor_client.py
az_costguard/clients/advisor_executor.py
az_costguard/clients/arg.py
az_costguard/clients/arg_executor.py
az_costguard/clients/costmgmt_client.py
az_costguard/clients/mapper.py
az_costguard/clients/metrics_client.py
az_costguard/clients/metrics_executor.py
az_costguard/clients/pricing.py
az_costguard/rules/__init__.py
az_costguard/rules/aks.py
az_costguard/rules/aks_metrics.py
az_costguard/rules/app_services.py
az_costguard/rules/app_services_metrics.py
az_costguard/rules/azure_sql.py
az_costguard/rules/azure_sql_metrics.py
az_costguard/rules/commitments.py
az_costguard/rules/commitments_costmgmt.py
az_costguard/rules/data_services.py
az_costguard/rules/data_services_metrics.py
az_costguard/rules/disk_metrics.py
az_costguard/rules/disk_optimization.py
az_costguard/rules/governance.py
az_costguard/rules/governance_costmgmt.py
az_costguard/rules/monitoring.py
az_costguard/rules/monitoring_metrics.py
az_costguard/rules/networking.py
az_costguard/rules/networking_metrics.py
az_costguard/rules/registry.py
az_costguard/rules/storage_accounts.py
az_costguard/rules/storage_metrics.py
az_costguard/rules/vm_metrics.py
az_costguard/rules/vm_rightsizing.py
az_costguard/rules/waste.py
tests/test_auth.py
tests/test_config.py
tests/test_models.py
tests/test_pricing.py
tests/test_report_annual.py
tests/test_scanner.py
tests/test_smoke.py