From 0fef03a8c109f339ffce6153a3db01a022c10033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Gr=C3=A4f?= Date: Mon, 28 Apr 2025 09:02:15 +1000 Subject: [PATCH] Update New-AzPipeline.ps1 --- PowerShell/New-AzPipeline.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerShell/New-AzPipeline.ps1 b/PowerShell/New-AzPipeline.ps1 index 762f385..99bbe38 100644 --- a/PowerShell/New-AzPipeline.ps1 +++ b/PowerShell/New-AzPipeline.ps1 @@ -1,5 +1,5 @@ <# -.SYNOPSIS +.SYNOPSIS2 Create Azure Pipelines and Build Validation Checks. .DESCRIPTION @@ -174,4 +174,4 @@ try { catch { Write-Verbose "----------------------------------" Write-Warning ("Reason: [{0}]" -f $_.Exception.Message) -} \ No newline at end of file +}