Exclude Org Owner from `inventory-report` when using `--minimal`
Open
task
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
The API call to get the Org Owner is an internal ADO API which means it requires a PAT with Full Access scope. Not all customers are comfortable (or in some cases able) to give a PAT Full Access, especially for a command that should only ever be reading.
That seems to be the only API call that `inventory-report` uses that applies to, so we should exclude it when doing `--minimal`.
Contributor guide
Assessment
This issue has not been assessed yet.