Skip to content

Commit

Permalink
History and Version update for 0.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vilit1 authored Aug 1, 2023
1 parent 23f65b0 commit e822fe4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Release History
===============


0.21.5
+++++++++++++++

**Digital Twins updates**

* Addition of `az dt job deletion` to create deletion jobs. This job will delete all models, twins, and relationships, replacing `az dt reset`. The deletion jobs cannot be canceled or deleted. The added commands are:
* `az dt job deletion create`
* `az dt job deletion list`
* `az dt job deletion show`
* The command `az dt reset` is deprecated and will be removed in a later update.


0.21.4
+++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion azext_iot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

VERSION = "0.21.4"
VERSION = "0.21.5"
EXTENSION_NAME = "azure-iot"
EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__))
EXTENSION_CONFIG_ROOT_KEY = "iotext"
Expand Down

0 comments on commit e822fe4

Please sign in to comment.