-
Notifications
You must be signed in to change notification settings - Fork 3.5k
fix: Update AbnormalSecurity extension bundle to supported version [4.*, 5.0.0) #13484
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
base: master
Are you sure you want to change the base?
fix: Update AbnormalSecurity extension bundle to supported version [4.*, 5.0.0) #13484
Conversation
Fixes Azure#13172 Updates AbnormalSecurity Data Connector to use the currently supported Azure Functions extension bundle version [4.*, 5.0.0) instead of the deprecated [2.6.*, 4.0) which is triggering deprecation warnings. This change ensures compatibility with the latest Azure Functions runtime and removes deprecation notifications for customers. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
|
@abheet-gupta please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
1 similar comment
|
@abheet-gupta please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
Hi @abheet-gupta, please accept CLA. Thanks! |
Summary
Fixes #13172
Updates the AbnormalSecurity Data Connector to use the currently supported Azure Functions extension bundle version
[4.*, 5.0.0)instead of the deprecated[2.6.*, 4.0).Changes
host.jsonextension bundle version from[2.6.*, 4.0)to[4.*, 5.0.0)AbnormalSecurityConn.zipto include the updatedhost.json(similar to PR Update extension bundle version in host.json #13195)Why this change is needed
Customers are receiving deprecation warnings from Azure:
This change ensures:
Test Plan
[4.*, 5.0.0)is the currently supported version rangehost.jsonin zip file matches updated standalone fileReferences