You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-changelog.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,27 +14,27 @@ Device Update for IoT Hub is an Azure service designed to work with an on-device
14
14
15
15
## Detailed changelog for "February 2023 UX Release"
16
16
17
-
This latest UX release, titled "February 2023 UX Release," consists of several improvements to the Azure Portal UX. These improvements are compatible with the [GA launch API version](https://learn.microsoft.com/en-us/rest/api/deviceupdate/2022-10-01/device-update) and agent versions [v1.0.0](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0), [v1.0.1](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.1), and [v1.0.2](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.2).
17
+
This latest UX release, titled "February 2023 UX Release," consists of several improvements to the Azure portal UX. These improvements are compatible with the [GA launch API version](https://learn.microsoft.com/en-us/rest/api/deviceupdate/2022-10-01/device-update) and agent versions [v1.0.0](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0), [v1.0.1](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.1), and [v1.0.2](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.2).
18
18
19
19
### Improvements
20
20
21
21
* Simplified the **Updates** tab by removing the dedicated tab for import history. Import history can still be accessed by clicking **View import history**.
22
22
* Added the **Manage Device Update limits** section to the **Diagnostics** tab. This section details how close your instance is to hitting [Device Group and Device Class limits](https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-limits).
23
23
* Added the ability to export Deployment details to a CSV or Excel file. This can be done by navigating to the **Deployment history** tab within a Device Group and selecting **View deployment details** then clicking **Export to CSV**.
24
-
* Added the ability to navigate directly to **Deployment details** after creating a new deployment from the **Available updates** blade.
25
-
* Added a guided tutorial which walks through creation of an import manifest if one is not included when importing a new update. This **Create manifest** tutorial can be accessed by starting a new import and selecting the desired update files from your storage container. If you do not include an import manifest (file with .importmanifest.json extension), the resulting error message contains a hyperlink ("create one") that opens the Import tutorial.
26
-
* Added a hyperlink to the storage container where log files from a successful log operation have been uploaded. This can be accessed by navigating to the **Log upload operation details** blade and opening the **Devices** section. Each device that successfully completed the log upload operation should display a hyperlink ("Open storage container") in the **Log location** field.
24
+
* Added the ability to navigate directly to **Deployment details** after creating a new deployment from **Available updates**.
25
+
* Added a guided tutorial that walks through creation of an import manifest if one isn't included when importing a new update. This **Create manifest** tutorial can be accessed by starting a new import and selecting the desired update files from your storage container. If you don't include an import manifest (file with .importmanifest.json extension), the resulting error message contains a hyperlink ("create one") that opens the Import tutorial.
26
+
* Added a hyperlink to the storage container where log files from a successful log operation have been uploaded. This can be accessed by navigating to **Log upload operation details** and opening the **Devices** section. Each device that successfully completed the log upload operation should display a hyperlink ("Open storage container") in the **Log location** field.
27
27
28
28
## Version history
29
29
30
30
This table provides recent version history for the Device Update for IoT Hub service and agent, with a brief summary of the changes made for each version. Detailed breakdown of the changes in the most recent release can be found in the previous section of this document.
31
31
32
32
| Release notes and assets | Type | Release Date | Summary |
| February 2023 UX Release | UX release | February 23, 2023 | This UX release brings new capabilities and quality-of-life improvements to the Azure Portal UX. |
34
+
| February 2023 UX Release | UX release | February 23, 2023 | This UX release brings new capabilities and quality-of-life improvements to the Azure portal UX. |
35
35
|[Agent v1.0.2](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.2)| Agent patch | February 3, 2023 | This agent patch addresses several bugs (e.g. result codes for missing handlers) and contains several improvements (e.g. SWUpdate V2 handler for installed criteria). |
36
36
|[Agent v1.0.1](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.1)| Agent patch | January 13, 2023 | This agent patch addresses several bugs (e.g. failure to reboot after installing new image) and contains several improvements (e.g. removed curl dependency in https_proxy_utils). |
37
-
|[GA launch (v1.0.0)](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0)| Full release | November 1, 2022 | This full release is made up of a new [API version](https://learn.microsoft.com/en-us/rest/api/deviceupdate/2022-10-01/device-update), an Azure Portal UX refresh, and a new [agent version (v1.0.0)](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0).|
37
+
|[GA launch (v1.0.0)](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0)| Full release | November 1, 2022 | This full release is made up of a new [API version](https://learn.microsoft.com/en-us/rest/api/deviceupdate/2022-10-01/device-update), an Azure portal UX refresh, and a new [agent version (v1.0.0)](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0).|
0 commit comments