Releases: maxvanp/az-rbac-watch
Releases · maxvanp/az-rbac-watch
v0.10.1
v0.10.0
Added
- Framework compliance mapping module (CIS Azure Benchmark)
- CLI refactored into
cli/package with one module per command
Changed
- Recentered the README and published docs around the CLI-first workflow (
discover,scan,audit,validate,snapshot,diff) - Clarified the project scope around a single supported interface: the CLI
- Refreshed dependency constraints and lockfiles to address current security updates
- Hardened the composite GitHub Action by running without shell
evaland installing from action source for deterministic behavior - Tightened CLI contracts: explicit
--tenant-idnow bypasses local policy auto-detection, and framework mode enforces HTML-only output constraints - Standardized user-facing naming around
az-rbac-watchin reports and package metadata
Removed
- Removed the MCP server codepath and packaging extras to keep the project focused on the CLI and CI/CD workflow
Documentation
- Added published command pages for
snapshotanddiff
v0.9.0
style: auto-format compliance and mapper modules
v0.4.2
chore: test PyPI publish after repo recreation