Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,8 @@
"mday",
"unflattened",
"deseralize",
"deser",
"duiothub",
"astimezone",
"ctxt",
"Nify"
Expand Down
13 changes: 9 additions & 4 deletions sdk/deviceupdate/azure-iot-deviceupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Release History

## 1.0.1 (Unreleased)
## 1.1.0 (2026-06-15)

### Features Added

### Breaking Changes

### Bugs Fixed
- Regenerated client from TypeSpec specification. The library now uses the unified
`azure.core` HTTP pipeline and shares model infrastructure with other modern
Azure Python SDKs.

### Other Changes

- Migrated source of truth from Swagger to TypeSpec
(`specification/deviceupdate/data-plane/duiothub`).
- Updated minimum required `azure-core` to `1.37.0`.
- Dropped support for Python 3.8 and 3.9; minimum supported Python is 3.10.

## 1.0.0 (2022-09-09)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/deviceupdate/azure-iot-deviceupdate/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include *.md
include LICENSE
include azure/iot/deviceupdate/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include LICENSE
include *.md
include azure/__init__.py
include azure/iot/__init__.py
include azure/iot/deviceupdate/py.typed
11 changes: 11 additions & 0 deletions sdk/deviceupdate/azure-iot-deviceupdate/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"apiVersion": "2026-06-01",
"apiVersions": {
"DeviceUpdateClient": "2026-06-01"
},
"commit": "292231b1131ff9fd070377372a0647c6ac7a6ce2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/deviceupdate/data-plane/duiothub",
"emitterVersion": "0.63.1",
"httpClientPythonVersion": "^0.31.1"
}
Loading
Loading