File tree Expand file tree Collapse file tree
articles/iot-operations/connect-to-cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ms.author: sethm
66ms.service : azure-iot-operations
77ms.subservice : azure-data-flows
88ms.topic : how-to
9- ms.date : 11/19 /2025
9+ ms.date : 11/21 /2025
1010ai-usage : ai-assisted
1111
1212---
@@ -39,8 +39,8 @@ Graph definitions follow a formal [JSON schema](https://www.schemastore.org/aio-
3939
4040``` yaml
4141moduleRequirements :
42- apiVersion : " 0.2 .0"
43- hostlibVersion : " 0.2 .0"
42+ apiVersion : " 1.1 .0"
43+ hostlibVersion : " 1.1 .0"
4444
4545operations :
4646 - operationType : " source"
@@ -64,8 +64,8 @@ The `moduleRequirements` section ensures compatibility using semantic versioning
6464
6565` ` ` yaml
6666moduleRequirements:
67- apiVersion: "0.2 .0" # WASI API version for interface compatibility
68- hostlibVersion: "0.2 .0" # Host library version providing runtime support
67+ apiVersion: "1.1 .0" # WASI API version for interface compatibility
68+ hostlibVersion: "1.1 .0" # Host library version providing runtime support
6969 features: # Optional features required by modules
7070 - name: "wasi-nn"
7171` ` `
You can’t perform that action at this time.
0 commit comments