From 00512fcfa9096a39548476dba1b3294b7765cea0 Mon Sep 17 00:00:00 2001 From: Paymaun Heidari Date: Mon, 1 Jun 2020 10:36:02 -0700 Subject: [PATCH] Tweak and HISTORY.rst updates. --- HISTORY.rst | 28 +++++++++++++++++++++++++++- dev_requirements | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 030110325..103efd8a5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,11 +3,37 @@ Release History =============== +0.9.3 ++++++++++++++++ + * IoT Hub device identity import/export commands support usage via managed service identity using the --auth-type argument. + * Adds preview command group "az iot central app device" + * Adds preview command "az iot central app device create" + * Adds preview command "az iot central app device show" + * Adds preview command "az iot central app device list" + * Adds preview command "az iot central app device delete" + * Adds preview command "az iot central app device registration-info" + * Adds preview command "az iot central app device registration-summary" + * Adds preview command group "az iot central app device-template" + * Adds preview command "az iot central app device-template create" + * Adds preview command "az iot central app device-template show" + * Adds preview command "az iot central app device-template list" + * Adds preview command "az iot central app device-template delete" + * Adds preview command "az iot central app device-template map" + * Changed how results are displayed in "az iot central app validate-messages" + +* Known issues: + * The following preview commands will retrieve at most 25 results + * az iot central app device list + * az iot central app device-template list + * az iot central app device-template map + + 0.9.2 +++++++++++++++ * Device and module twin update operations provide explicit patch arguments (--desired, --tags). * Adds command "az iot central app validate-messages" -* Remove Py 2.7 remnants from setup manifest. +* Remove Py 2.7 support and remnants from setup manifest. +* Remove Py 3.4 support and remnants from setup manifest. 0.9.1 +++++++++++++++ diff --git a/dev_requirements b/dev_requirements index dcd5556c4..d6e877036 100644 --- a/dev_requirements +++ b/dev_requirements @@ -10,4 +10,4 @@ flake8 black;python_version>='3.6' wheel==0.30.0 pre-commit -six==1.12 +six>=1.12