Azure / Azure/azure-devops-cli-extension
[Bug] "--area is not present in current organization" error during "az devops invoke --area Security" execution
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Azure Cli Version: 2.70
Azure-Devops extension version: 0.18.0
Steps to reproduce the behavior:
run:
az devops invoke --organization "https://dev.azure.com/myorg" --area "Security" --resource "SecurityNamespaces"
and see error:
--area is not present in current organization
**Expected behavior**
Results the same as using GET rest call:
https://dev.azure.com/myorg/_apis/securitynamespaces?api-version=5.1
**Debug logs**
cli.azure.cli.core.util : --area is not present in current organization
--area is not present in current organization
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.