Skip to content

Commit f892f57

Browse files
Merge pull request #301764 from ggailey777/bundles-cleanup
[Functions][Bundles] Update and clean-up
2 parents 6d7dc39 + 03085c9 commit f892f57

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

articles/azure-functions/functions-add-output-binding-storage-queue-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ Observe that you *don't* need to write any code for authentication, getting a qu
104104
105105
[!INCLUDE [functions-run-function-test-local-cli](../../includes/functions-run-function-test-local-cli.md)]
106106
107-
[!INCLUDE [functions-extension-bundles-info](../../includes/functions-extension-bundles-info.md)]
108-
109107
## View the message in the Azure Storage queue
110108
111109
[!INCLUDE [functions-add-output-binding-view-queue-cli](../../includes/functions-add-output-binding-view-queue-cli.md)]

articles/azure-functions/functions-custom-handlers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ At the root of the app, the *host.json* file is configured to run an executable
264264
},
265265
"extensionBundle": {
266266
"id": "Microsoft.Azure.Functions.ExtensionBundle",
267-
"version": "[1.*, 2.0.0)"
267+
"version": "[4.*, 5.0.0)"
268268
}
269269
}
270270
```

includes/functions-extension-bundles-info.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)