Skip to content

Commit

Permalink
Merge pull request #60 from JFolberth/fix/adf_deployment_delete
Browse files Browse the repository at this point in the history
Update adf_deploy_env_job.yml
  • Loading branch information
JFolberth authored Sep 11, 2024
2 parents e91f4d1 + 7d19b82 commit f0a0a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/adf_deploy_env_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
parameters:
azureSubscriptionName: ${{ variables.azureServiceConnectionName }}
scriptPath: ${{ variables. powerShellScriptPath }}
ScriptArguments: '-armTemplate "${{ variables.ARMTemplatePath }}" -ResourceGroupName ${{ variables.resourceGroupName }} -DataFactoryName ${{ variables.dataFactoryName }} -predeployment $false -deleteDeployment $true'
ScriptArguments: '-armTemplate "${{ variables.ARMTemplatePath }}" -ResourceGroupName ${{ variables.resourceGroupName }} -DataFactoryName ${{ variables.dataFactoryName }} -predeployment $false -deleteDeployment $false'
displayName: 'Start ADF Triggers'
workingDirectory: ${{ parameters.workingDirectory }}

0 comments on commit f0a0a2f

Please sign in to comment.