Fix ManualValidation@1 approvers field documentation to clarify multiLine format #21196
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.
The
approvers
field in ManualValidation@1 task had misleading documentation that caused only the first user in a list to be able to approve manual validations.Problem
The
approvers
field was defined as typemultiLine
but the help text said "separated by commas", creating confusion about the expected format. Users following the documentation would write YAML like:This mixed multiline YAML syntax with comma separation, causing the Azure DevOps service to only recognize the first email address. Other users would see only a loading screen instead of approval options, even when they had proper permissions.
Solution
Updated the help text to clarify that each user/group should be on a separate line without commas, consistent with other
multiLine
field patterns in Azure Pipelines tasks.Before:
After:
Correct Usage
This change ensures all specified approvers can act on manual validations as intended, resolving the issue where only the first user could approve.
Fixes #21179.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
03nvsblobprodwcus014.vsblob.vsassets.io
npm install
(dns block)055vsblobprodwcus02.vsblob.vsassets.io
npm install
(dns block)1g1vsblobprodwcus01.vsblob.vsassets.io
npm install
(dns block)3eavsblobprodwcus03.vsblob.vsassets.io
npm install
(dns block)3zgvsblobprodwcus024.vsblob.vsassets.io
npm install
(dns block)40qvsblobprodwcus022.vsblob.vsassets.io
npm install
(dns block)/home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js
(dns block)4fdvsblobprodwcus012.vsblob.vsassets.io
npm install
(dns block)/home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js
(dns block)5tbvsblobprodwcus06.vsblob.vsassets.io
npm install
(dns block)61cvsblobprodwcus010.vsblob.vsassets.io
npm install
(dns block)73dvsblobprodwcus07.vsblob.vsassets.io
npm install
(dns block)8usvsblobprodwcus011.vsblob.vsassets.io
npm install
(dns block)9owvsblobprodwcus020.vsblob.vsassets.io
npm install
(dns block)arpvsblobprodwcus017.vsblob.vsassets.io
npm install
(dns block)crcvsblobprodwcus021.vsblob.vsassets.io
npm install
(dns block)/home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js
(dns block)fslvsblobprodwcus015.vsblob.vsassets.io
npm install
(dns block)grnvsblobprodwcus04.vsblob.vsassets.io
npm install
(dns block)k92vsblobprodwcus08.vsblob.vsassets.io
npm install
(dns block)mnzvsblobprodwcus05.vsblob.vsassets.io
npm install
(dns block)pl8vsblobprodwcus09.vsblob.vsassets.io
npm install
(dns block)uubvsblobprodwcus018.vsblob.vsassets.io
npm install
(dns block)vwmvsblobprodwcus016.vsblob.vsassets.io
npm install
(dns block)x4wvsblobprodwcus013.vsblob.vsassets.io
npm install
(dns block)xg1vsblobprodwcus019.vsblob.vsassets.io
npm install
(dns block)xlkvsblobprodwcus023.vsblob.vsassets.io
npm install
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.