You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SamplesV2/ContinuousIntegrationAndDelivery/PrePostDeploymentScript.Ver2.ps1
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ function Compare-TriggerPayload {
228
228
return$True
229
229
}
230
230
catch {
231
-
Write-Host"##[warning] Unable to compare payload for '$($triggerDeployed.Name)' trigger, this is not a failure. You can post the issue to https://github.com/Azure/Azure-DataFactory/issues to check if this can be addressed."
231
+
Write-Host"##[warning] Unable to compare payload for '$($triggerDeployed.Name)' trigger, this is not a failure. You can post the issue to https://github.com/Azure/Azure-DataFactory/issues to check if this is user error or limitation."
232
232
Write-Host"##[warning] $_ from Line: $($_.InvocationInfo.ScriptLineNumber)"
233
233
return$True;
234
234
}
@@ -467,7 +467,15 @@ function Update-TriggerTemplate {
0 commit comments