Skip to content

azure-cli-iot-ext 0.6.1

Compare
Choose a tag to compare
@digimaun digimaun released this 22 Nov 22:41
· 554 commits to dev since this release
  • Added --output support to monitor-events. Supports either json or yaml, i.e. az iot hub monitor-events --hub-name {} -d {} --output yaml
  • Changed monitor-events to output JSON by default
  • Added support to parse and display payload as JSON if system property Content-Type is provided and application/json (i.e. send-d2c-message ... --props $.ct=application/json from the CLI) or if monitor-events has a property --content-type/--ct of application/json (i.e. monitor-events --ct application/json).

Compatible with Azure CLI core 2.0.24 and up.