Open
Conversation
* Add AzureFunctionV2 task * Update nuget packages accoring to versions in feed * Add agent-base npm package as part of requirements * Better callback handling through the p-retry * Revert "Better callback handling through the p-retry" This reverts commit bb502db. * Revert "Add agent-base npm package as part of requirements" This reverts commit 6efa34f. * Empty server task * Add endpoint auth * Bump task version * Add dynamically calculated ResourceURL * Bump minor version to 268 in task.json and task.loc.json * Bump version, update codeowners and rebuild task * Fix typos and copy/paste errors * Improve Service Connection input parameter properties so they are more clear and consistent with existing tasks --------- Co-authored-by: Vladyslav Horbachov <vhorbachov@microsoft.com> Co-authored-by: miricdavid <david.miric@microsoft.com>
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
We are adding new AzureFunction task, this time v2.
It supports usage of Service Connection in task as a method of authentication.
In the past function key was used, which is still allowed.
For some testing scenarios, please checkout screenshots here:
AzureFunctionV2 - SharePoint
Task Name
AzureFunctionV2
Description
Introducing new version of AzureFunction task, supporting usage of ServiceConnections for more secure usage of those HTTP triggered functions. All functionality which exists in V1 task is still supported.
Risk Assessment (Low / Medium / High)
Low.
Change Behind Feature Flag (Yes / No)
No.
Documentation Changes Required (Yes/No)
Yes, adding new docs for this task. That's work in progress.
Unit Tests Added or Updated (Yes / No)
No
Additional Testing Performed
Manually in DF
Logging Added/Updated (Yes/No)
No.
Telemetry Added/Updated (Yes/No)
Rollback Scenario and Process (Yes/No)
No.
Dependency Impact Assessed and Regression Tested (Yes/No)
Checklist