Azure / Azure/azure-cli-extensions
Az logic CLI doesn't work
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
I'd like to list all the logic apps available in my resource group, and I just installed the `logic` extension. But it doesn't seem to work for me
**Command Name**
`az logic workflow show
Extension Name: logic. Version: 0.1.1.`
**Errors:**
```
Unable to deserialize to object: type, KeyError: 'FlowAccessControlConfiguration'
Traceback (most recent call last):
python3.8/site-packages/msrest/serialization.py, ln 1430, in _deserialize
value = self.deserialize_data(raw_value, attr_desc['type'])
python3.8/site-packages/msrest/serialization.py, ln 1588, in deserialize_data
obj_type = self.dependencies[data_type]
KeyError: 'FlowAccessControlConfiguration'
...
python3.8/site-packages/msrest/serialization.py, ln 1588, in deserialize_data
obj_type = self.dependencies[data_type]
msrest.exceptions.DeserializationError: Unable to deserialize to object: type, KeyError: 'FlowAccessControlConfiguration'
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- _Put any pre-requisite steps here..._
- `az logic workflow show --name {} --resource-group {}`
## Expected Behavior
## Environment Summary
```
macOS-11.2.3-x86_64-i386-64bit
Python 3.8.7
Installer: HOMEBREW
azure-cli 2.19.1 *
Extensions:
logic 0.1.1
sentinel 0.1.3 (dev) /Users/hprasann/Workspace/github/azure-cli-extensions/src/sentinel
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.