LICENSE
README.md
pyproject.toml
azurator/__init__.py
azurator/__main__.py
azurator/auth.py
azurator/cli.py
azurator/clients.py
azurator/composition.py
azurator/discovery.py
azurator/execution.py
azurator/exporting.py
azurator/files.py
azurator/fingerprints.py
azurator/inputs.py
azurator/key_map.py
azurator/matching.py
azurator/models.py
azurator/operation.py
azurator/planning.py
azurator/presentation.py
azurator/py.typed
azurator/refreshing.py
azurator/sops.py
azurator/workflows.py
azurator.egg-info/PKG-INFO
azurator.egg-info/SOURCES.txt
azurator.egg-info/dependency_links.txt
azurator.egg-info/entry_points.txt
azurator.egg-info/requires.txt
azurator.egg-info/top_level.txt
azurator/providers/__init__.py
azurator/providers/app_service_settings.py
azurator/providers/base.py
azurator/providers/builtin.py
azurator/providers/cognitive_services.py
azurator/providers/dotenv_file.py
azurator/providers/foundry_connections.py
azurator/providers/resource_ids.py
azurator/providers/sops_dotenv_file.py
azurator/providers/storage.py
tests/test_app_service_settings_discovery.py
tests/test_app_service_settings_mutation.py
tests/test_auth.py
tests/test_builtin_providers.py
tests/test_cli_discovery_auth.py
tests/test_cli_export.py
tests/test_cli_key_map.py
tests/test_cli_match_plan.py
tests/test_cli_operation.py
tests/test_cli_refresh.py
tests/test_cli_rotate.py
tests/test_cli_selection.py
tests/test_cli_sops.py
tests/test_clients.py
tests/test_cognitive_services_provider.py
tests/test_composition.py
tests/test_discovery.py
tests/test_dotenv_file_provider.py
tests/test_execution_dotenv.py
tests/test_execution_rotation_resume.py
tests/test_execution_sops.py
tests/test_execution_two_slot.py
tests/test_execution_validation.py
tests/test_exporting.py
tests/test_files.py
tests/test_fingerprints.py
tests/test_foundry_connections_discovery.py
tests/test_foundry_connections_mutation.py
tests/test_inputs.py
tests/test_key_map.py
tests/test_matching.py
tests/test_operation.py
tests/test_package.py
tests/test_planning.py
tests/test_refreshing.py
tests/test_resource_ids.py
tests/test_sops.py
tests/test_sops_dotenv_file_provider.py
tests/test_storage_provider.py