Azure / azure-iot-cli-extension

Azure IoT extension for Azure CLI
Other
83 stars 65 forks source link

Added auto-responder tasks to Fabric Bot to help resolve common errors #557

Closed c-ryan-k closed 2 years ago

c-ryan-k commented 2 years ago

This will auto-respond to new issues containing the following error: gather() got an unexpected keyword argument 'loop'

And will ask the user to attempt updating their extension version to fix the issue.

From the Fabric bot team - id field is not required (so can be removed in this PR), and if the disabled field is missing, it will default to false, so we're good to move forward with this.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for contributing to the IoT extension!

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

Intent for Production

Basic expectations

Azure IoT CLI maintainers reserve the right to enforce any of the outlined expectations.

A PR is considered ready for review when all basic expectations have been met (or do not apply).

c-ryan-k commented 2 years ago

Example that helps display the uamqp message formatting: image