'az repos pr create multiple reviewers

How can I create a pull request with multiple reviewers from he command line?

The following works:

az repos pr  create -s release -t master --auto-complete --reviewers "[email protected]"

But as soon as I specify multiple colleagues it refuses to create a pr

   az repos pr  create -s release -t master --auto-complete --reviewers "[email protected] [email protected]"
   Could not resolve identity: [email protected] [email protected]

If I understand the docs correctly, the ids should be space separated



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source