We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ddca4f + 8275878 commit e593ed4Copy full SHA for e593ed4
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