azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Update templates.json for Service Bus templates to use 5.0.0 extension version

Open mattchenderson opened this issue 4 years ago • 5 comments

The package references for all Service Bus templates should be updated to use the new extension version.

mattchenderson avatar Oct 13 '21 18:10 mattchenderson

@AnatoliB would you be able to have this assigned? @soninaren would be able to provide assistance here if needed.

fabiocav avatar Aug 24 '22 20:08 fabiocav

Hi @JoshLove-msft, can you please help to take a look at this issue for defaulting new function applications to Track 2 extensions? The requested action is the same as for EventHubs (issue #1114) - to update the templates such that they refer to the extension bundle version "[3.*, 4.0.0)" in the file 'host.json'. and to update the nuget references in the Track 2 templates for .NET to reference the Track 2 extensions.

shreyabatra4 avatar Sep 21 '22 19:09 shreyabatra4

Hi @shreyabatra4, I'm happy to help but it doesn't look like there is enough context for me to get started. Can you please provide an end-to-end example of one template that has been updated?

JoshLove-msft avatar Sep 21 '22 19:09 JoshLove-msft

Hi @soninaren, would it be possible to provide a previous PR that included similar changes as an end to end example?

shreyabatra4 avatar Sep 23 '22 04:09 shreyabatra4

Here is sample PR with changes https://github.com/Azure/azure-functions-templates/pull/1162

soninaren avatar Oct 05 '22 20:10 soninaren