Merged PR 53135: soc2 audit list changes

soc2 audit list changes #103958 #103959

Related work items: #103958, #103959
This commit is contained in:
Jurjen Ladenius
2024-09-11 11:36:02 +00:00
parent b92ce8b218
commit 1a9214db67
4 changed files with 68 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class PullRequest {
$fileName = ".\$date pull requests.csv"
Write-Host "========================================================================================================================================================================"
Write-Host "Creating repository overview."
Write-Host "Creating pull request overview."
Write-Host "========================================================================================================================================================================"
$repos = az repos list --organization "https://dev.azure.com/effectory/" --project "survey software" | ConvertFrom-Json | Select-Object | Where-Object { $true -ne $_.isDisabled }