Azure / azure-cli

Azure Command-Line Interface
MIT License
3.97k stars 2.95k forks source link

az logic workflow show error #19230

Closed andreyza-tr closed 2 years ago

andreyza-tr commented 3 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az logic workflow show Extension Name: logic. Version: 0.1.4.

Errors:

Unable to deserialize to object: type, KeyError: 'FlowAccessControlConfiguration'
Traceback (most recent call last):
Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1430, in _deserialize
Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1588, in deserialize_data
KeyError: 'FlowAccessControlConfiguration'

...

Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1430, in _deserialize
Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1588, in deserialize_data
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.

Expected Behavior

Environment Summary

Windows-10-10.0.19041-SP0
Python 3.6.8
Installer: MSI

azure-cli 2.15.1 *

Extensions:
logic 0.1.4

Additional Context

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-logicapps-team.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az logic workflow show Extension Name: logic. Version: 0.1.4.` **Errors:** ``` Unable to deserialize to object: type, KeyError: 'FlowAccessControlConfiguration' Traceback (most recent call last): Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1430, in _deserialize Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1588, in deserialize_data KeyError: 'FlowAccessControlConfiguration' ... Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1430, in _deserialize Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1588, in deserialize_data 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 --resource-group {} --name {}` ## Expected Behavior ## Environment Summary ``` Windows-10-10.0.19041-SP0 Python 3.6.8 Installer: MSI azure-cli 2.15.1 * Extensions: logic 0.1.4 ``` ## Additional Context
Author: andreyza-tr
Assignees: -
Labels: `question`, `customer-reported`, `Logic App`, `Service Attention`, `needs-triage`
Milestone: -
yonzhan commented 3 years ago

route to service team

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-logicapps-team.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az logic workflow show Extension Name: logic. Version: 0.1.4.` **Errors:** ``` Unable to deserialize to object: type, KeyError: 'FlowAccessControlConfiguration' Traceback (most recent call last): Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1430, in _deserialize Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1588, in deserialize_data KeyError: 'FlowAccessControlConfiguration' ... Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1430, in _deserialize Temp\pip-unpacked-wheel-k34ct6ah\msrest\serialization.py, ln 1588, in deserialize_data 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 --resource-group {} --name {}` ## Expected Behavior ## Environment Summary ``` Windows-10-10.0.19041-SP0 Python 3.6.8 Installer: MSI azure-cli 2.15.1 * Extensions: logic 0.1.4 ``` ## Additional Context
Author: andreyza-tr
Assignees: -
Labels: `Service Attention`, `Logic App`, `customer-reported`
Milestone: -
yonzhan commented 3 years ago

route to service team

jsntcy commented 2 years ago

The fix is available in logic 0.1.5 (latest version), and you can upgrade extension to latest version using command “az extension update –name logic” to try the fix.