Skip to content

Commit 2e89bb6

Browse files
Merge pull request #308649 from sethmanheim/grph11-21
Update AIO data flows modulerequirements
2 parents aabe06c + f42aa62 commit 2e89bb6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/iot-operations/connect-to-cloud/howto-configure-wasm-graph-definitions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sethm
66
ms.service: azure-iot-operations
77
ms.subservice: azure-data-flows
88
ms.topic: how-to
9-
ms.date: 11/19/2025
9+
ms.date: 11/21/2025
1010
ai-usage: ai-assisted
1111

1212
---
@@ -39,8 +39,8 @@ Graph definitions follow a formal [JSON schema](https://www.schemastore.org/aio-
3939

4040
```yaml
4141
moduleRequirements:
42-
apiVersion: "0.2.0"
43-
hostlibVersion: "0.2.0"
42+
apiVersion: "1.1.0"
43+
hostlibVersion: "1.1.0"
4444

4545
operations:
4646
- operationType: "source"
@@ -64,8 +64,8 @@ The `moduleRequirements` section ensures compatibility using semantic versioning
6464

6565
```yaml
6666
moduleRequirements:
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
```

0 commit comments

Comments
 (0)