Skip to content

Commit 15bee58

Browse files
authored
Added extra step in case of global parameter inclusion not working
1 parent 3366e20 commit 15bee58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/ci-cd-github-troubleshoot-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: ci-cd
1010
ms.custom: synapse
1111
ms.topic: troubleshooting
12-
ms.date: 06/12/2022
12+
ms.date: 08/26/2022
1313
---
1414

1515
# Troubleshoot CI-CD, Azure DevOps, and GitHub issues in Azure Data Factory and Synapse Analytics
@@ -352,7 +352,7 @@ If you are using old default parameterization template, new way to include globa
352352
Default parameterization template should include all values from global parameter list.
353353

354354
#### Resolution
355-
Use updated [default parameterization template.](https://docs.microsoft.com/azure/data-factory/continuous-integration-delivery-resource-manager-custom-parameters#default-parameterization-template) as one time migration to new method of including global parameters. This template references to all values in global parameter list.
355+
Use updated [default parameterization template.](https://docs.microsoft.com/azure/data-factory/continuous-integration-delivery-resource-manager-custom-parameters#default-parameterization-template) as one time migration to new method of including global parameters. This template references to all values in global parameter list. You also have to update the deployment task in the **release pipeline** if you are already overriding the template parameters there.
356356

357357
### Error code: InvalidTemplate
358358

0 commit comments

Comments
 (0)