Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 69 forks source link

fix: force json output for results that get parsed #598

Closed roel4ez closed 1 year ago

roel4ez commented 1 year ago

Checklist

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

General guidelines

Description

Fixes #597

Additional information

For some calls to az cli, the results get parsed by json.loads method. For these calls, we need to ensure the output is set correctly, in case the user has different defaults (these defaults can be changed with az configure).