Skip to content

Commit da4dda9

Browse files
Merge pull request #301149 from mattchenderson/mcpbundletemp
setting bundle ID to experimental
2 parents 564c315 + d5531b6 commit da4dda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To use this experimental bundle in your app, replace the existing `extensionBund
4848

4949
```json
5050
"extensionBundle": {
51-
"id": "Microsoft.Azure.Functions.ExtensionBundle.Preview",
51+
"id": "Microsoft.Azure.Functions.ExtensionBundle.Experimental",
5252
"version": "[4.*, 5.0.0)"
5353
}
5454
```

0 commit comments

Comments
 (0)