[Patch] Added Support of requiresStreamAddress and requiresStreamParameterAddress#977
Open
rajatavams wants to merge 1 commit intoOfficeDev:masterfrom
Conversation
Author
@microsoft-github-policy-service agree company="Microsoft" |
millerds
approved these changes
Feb 26, 2026
Collaborator
|
/azurepipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
millerds
requested changes
Feb 26, 2026
Collaborator
millerds
left a comment
There was a problem hiding this comment.
Looks like the package-lock file is not correct.
samyakjainmicrosoft
previously approved these changes
Feb 27, 2026
ad428dd to
d2becdd
Compare
Author
|
/azurepipelines run |
|
Commenter does not have sufficient privileges for PR 977 in repo OfficeDev/Office-Addin-Scripts |
Author
|
/azurepipelines run |
|
Commenter does not have sufficient privileges for PR 977 in repo OfficeDev/Office-Addin-Scripts |
d2becdd to
d7d14b9
Compare
Collaborator
|
/azurepipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
@rajatavams you have to be part of the DevX group in order to trigger the automation (which would also trigger automatically if you were part of the group). Looks like the lock file still needs correct updating. |
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.
Adds explicit support for @requiresStreamAddress and @requiresStreamParameterAddresses tags in custom function metadata parsing.
Context GitHub issue #6499
This update:
Do these changes impact command syntax of any of the packages?
No.
Do these changes impact documentation?
Need to add @ requiresStreamAddressand @ requiresStreamParameterAddresses in Supported JSDoc Tags List.
Validation/testing performed:
Ran package tests in custom-functions-metadata with npm test.
Result: 137 passing.
Manual Testing Done Via custom-functions-metadata generate command.