Azure / Azure/azure-cli-dev-tools
azdev test should warn users if they have configured defaults
Open
Test
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
Some commands default to values specified by the configured default in the user's environment (set via `az configure`). See `--resource-group` and `--locations` as examples of optionals which support configured defaults.
This can lead to inconsistencies where a test succeeds locally, but fails in the https://github.com/Azure/azure-cli repo's CI.
`azdev test` should warn users that they have configured defaults set which can lead to inconsistent playback behavior of the generated test recordings.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.