From ee90ecf1ecb58f5ba53dbe9928233b7dd1f6087f Mon Sep 17 00:00:00 2001 From: Paymaun Date: Tue, 15 Sep 2020 11:59:19 -0700 Subject: [PATCH] Update HISTORY.rst --- HISTORY.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7b4e38802..de62f9d6e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,24 +3,23 @@ Release History =============== +0.10.0 ++++++++++++++++ + **IoT Hub updates** * Add convenience arguments for device update. +**IoT DPS updates** -0.10.0 -+++++++++++++++ +* Added --show-keys argument to `dps enrollment show` and `dps enrollment-group show` to include full attestation information for symmetric key enrollments and enrollment groups +* Regenerated 2019-03-31 DPS Service SDK **Breaking Changes** * `az iot dps enrollment show` and `az iot dps enrollment-group show` now return raw service results instead of deserialized models. This means that some properties that were previously returned as `null` for these commands will no longer be returned, possibly causing a breaking change. -**IoT DPS updates** - -* Added --show-keys argument to `dps enrollment show` and `dps enrollment-group show` to include full attestation information for symmetric key enrollments and enrollment groups -* Regenerated 2019-03-31 DPS Service SDK - 0.9.9 +++++++++++++++