0.4.0
What's Changed
- update dependencies by @demoray in #95
- extract help text into distinct files by @demoray in #96
- add helper functions to create Scope from subscription IDs and resource groups by @demoray in #97
- add role definition parsing support by @demoray in #98
- extract role assignment parsing test data by @demoray in #100
- add role assignment parsing support by @demoray in #99
- add support to get
graph.microsoft.com
auth tokens by @demoray in #101 - refactor backend to use a builder pattern by @demoray in #102
- rename role assignments to indicate it's role based instead of a direct assignment by @demoray in #103
- add extremely basic microsoft graph support by @demoray in #105
- add support to list RBAC assignments & role definitions by @demoray in #106
- rename role functions by @demoray in #107
- use scope wrapper for Assignment structs by @demoray in #108
- add deleting role assignments by @demoray in #109
- Add more info for orphaned information by @demoray in #111
- Bump uuid from 1.9.1 to 1.10.0 by @dependabot in #113
- Bump clap from 4.5.8 to 4.5.9 by @dependabot in #112
- cleanup logging by @demoray in #114
- cleanup scope parsing by @demoray in #115
- Add automatic cleanup orphans example by @demoray in #116
- add principal information to Role Assignments by @demoray in #117
- move to custom setter for query by @demoray in #118
- add empty scopes in build_scope by @demoray in #119
- expose setting filter & scope for listing pim roles by @demoray in #120
- expose list filters to CLI by @demoray in #121
- create PimClient only once in the CLI by @demoray in #122
- Move scope to separate file by @demoray in #123
- add the ability to list eligible child resources for a given scope by @demoray in #124
- add scope detail to logging by @demoray in #126
- add the ability to remove role eligibility by @demoray in #125
- retry requests on http client errors by @demoray in #127
- Rename functions to align with arm by @demoray in #128
- expose deleting orphaned assignments and orphaned eligible assignments by @demoray in #129
- prep 0.4.0 release by @demoray in #110
Full Changelog: 0.3.1...0.4.0