mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
Added front door routes and sql stats queries
This commit is contained in:
@@ -26,7 +26,7 @@ $repos = az repos list --organization "https://dev.azure.com/effectory/" --proj
|
||||
foreach ($repo in $repos)
|
||||
{
|
||||
$prs = az repos pr list --project "survey software" --repository "$($repo.name)" --organization "https://dev.azure.com/effectory/" --status all | ConvertFrom-Json | Select-Object
|
||||
|
||||
|
||||
[PullRequest[]]$Result = @()
|
||||
|
||||
foreach ($pr in $prs)
|
||||
|
||||
Reference in New Issue
Block a user