We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddca4f commit 8275878Copy full SHA for 8275878
public/Publish-AdfV2FromJson.ps1
@@ -122,7 +122,7 @@ function Publish-AdfV2FromJson {
122
Write-Host "Stage: $Stage";
123
Write-Host "Options provided: $($null -ne $Option)";
124
Write-Host "Publishing method: $Method";
125
- Write-Host "Is Dry Run?: $($DryRun.IsPresent ? $true : $false)";
+ Write-Host "Is Dry Run?: $($DryRun.IsPresent)";
126
Write-Host "======================================================================================";
127
128
$script:StartTime = Get-Date
0 commit comments