.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure_custom_role_tool/__init__.py
azure_custom_role_tool/__main__.py
azure_custom_role_tool/azure_client.py
azure_custom_role_tool/cli.py
azure_custom_role_tool/permission_filter.py
azure_custom_role_tool/role_manager.py
azure_custom_role_tool.egg-info/PKG-INFO
azure_custom_role_tool.egg-info/SOURCES.txt
azure_custom_role_tool.egg-info/dependency_links.txt
azure_custom_role_tool.egg-info/entry_points.txt
azure_custom_role_tool.egg-info/not-zip-safe
azure_custom_role_tool.egg-info/requires.txt
azure_custom_role_tool.egg-info/top_level.txt
examples/devops-developer.json
examples/junior-developer.json
examples/senior-developer.json
tests/test_azure_client.py
tests/test_azure_roles.py
tests/test_cli_branches.py
tests/test_cli_commands.py
tests/test_cli_commands_comprehensive.py
tests/test_cli_edge.py
tests/test_cli_help.py
tests/test_cli_helpers.py
tests/test_cli_merge_comprehensive.py
tests/test_cli_more.py
tests/test_delete_role.py
tests/test_main_entry.py
tests/test_multiline_console.py
tests/test_permission_filter.py
tests/test_role_manager.py
tests/test_role_properties.py
tests/test_subscriptions.py
tests/test_version.py