Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/v4.x-preview-hotfix into release/v4.x-preview #458

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleId": "Microsoft.Azure.Functions.ExtensionBundle.Preview",
"bundleVersion": "4.26.0",
"bundleVersion": "4.26.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should just take this change from hotfix and leave others as we don't want to pin the versions anymore

"templateVersion": "4.0.3043",
"isPreviewBundle": true
}
10 changes: 5 additions & 5 deletions src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"id": "Microsoft.Azure.WebJobs.Extensions.Storage",
"majorVersion": "5",
"Version": "5.3.2",
"name": "AzureStorage",
"bindings": [
"blobtrigger",
Expand All @@ -12,7 +12,7 @@
},
{
"id": "Microsoft.Azure.WebJobs.Extensions.Storage.Queues",
"majorVersion": "5",
"Version": "5.3.2",
"name": "AzureStorageQueues",
"bindings": [
"queue",
Expand All @@ -21,7 +21,7 @@
},
{
"id": "Microsoft.Azure.WebJobs.Extensions.Storage.Blobs",
"majorVersion": "5",
"Version": "5.3.2",
"name": "AzureStorageBlobs",
"bindings": [
"blobtrigger",
Expand Down Expand Up @@ -118,7 +118,7 @@
},
{
"id": "Microsoft.Azure.WebJobs.Extensions.SignalRService",
"majorVersion": "1",
"Version": "1.14.0",
"name": "SignalR",
"bindings": [
"signalr",
Expand Down Expand Up @@ -213,7 +213,7 @@
},
{
"id": "Microsoft.Azure.WebJobs.Extensions.MySql",
"majorVersion": "1",
"Version": "1.0.3-preview",
Copy link
Contributor

@manvkaur manvkaur Dec 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to keep this pinning? I know we don't need others.

"name": "MySqlBinding",
"bindings": [
"MySql",
Expand Down