You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At least on a Python 3.10 runtime using az iot hub monitor-events, sys.excepthook errors are shown on keyboard interrupt. This was observed on a homebrew based install.
To Reproduce
Steps to reproduce the behavior:
Install the azure-iot extension (0.12.0, 0.12.1) on a Py 3.10.x based Azure CLI install. Run monitor-events and input keyboard interrupt. Observe errors.
Expected behavior
Gracefully closing and deallocating resources.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: MacOS
Shell: bash
Az CLI version: 2.31.0
IoT extension version: 0.12.0, 0.12.1
Python version (if pip installed): Python 3.10.x
The text was updated successfully, but these errors were encountered:
* Automate resource generation for central tests. If the resource values are provided in the configuration file, they will be used. Otherwise, new resources will be created to run the tests. Within a given testing resource group,
* a storage account will be created to be used for all the central tests
* a separate central app will be created for each test and retrieving all possible central app values
* the resources will be deleted once the tests are done.
* Specifically, these configuration variables can be safely removed:
* azext_iot_central_app_id
* azext_iot_central_primarykey
* azext_iot_central_scope_id
* azext_iot_central_token
* azext_iot_central_dns_suffix
* azext_iot_central_storage_cstring
* azext_iot_central_storage_container
* In addition, fixing sys.excepthook error in issue #475 by specifying which loop is to be closed.
Describe the bug
At least on a Python 3.10 runtime using
az iot hub monitor-events
, sys.excepthook errors are shown on keyboard interrupt. This was observed on a homebrew based install.To Reproduce
Steps to reproduce the behavior:
0.12.0
,0.12.1
) on a Py 3.10.x based Azure CLI install. Run monitor-events and input keyboard interrupt. Observe errors.Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
MacOS
bash
2.31.0
0.12.0
,0.12.1
Python 3.10.x
The text was updated successfully, but these errors were encountered: