Skip to content

Commit 6025b1c

Browse files
2 parents 090be1b + 8cff1c8 commit 6025b1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cognitive-services/Translator/document-translation/get-started-with-document-translation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: translator-text
99
ms.topic: quickstart
10-
ms.date: 07/28/2022
10+
ms.date: 09/20/2022
1111
ms.author: lajanuar
1212
recommendations: false
1313
ms.devlang: csharp, golang, java, javascript, python
@@ -195,7 +195,7 @@ The following headers are included with each Document Translation API request:
195195
"inputs": [
196196
{
197197
"source": {
198-
"sourceUrl": "https://myblob.blob.core.windows.net/source",
198+
"sourceUrl": "https://myblob.blob.core.windows.net/source"
199199
},
200200
"targets": [
201201
{
@@ -454,7 +454,6 @@ payload= {
454454
"sourceUrl": "https://YOUR-SOURCE-URL-WITH-READ-LIST-ACCESS-SAS",
455455
"storageSource": "AzureBlob",
456456
"language": "en"
457-
}
458457
},
459458
"targets": [
460459
{

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

Lines changed: 3 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: 08/26/2022
12+
ms.date: 09/19/2022
1313
---
1414

1515
# Troubleshoot CI-CD, Azure DevOps, and GitHub issues in Azure Data Factory and Synapse Analytics
@@ -352,7 +352,8 @@ 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.](/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.
355+
* Use updated [default parameterization template.](/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.
356+
* Update the template parameter names in CI/CD pipeline if you are already overriding the template parameters (for global parameters).
356357

357358
### Error code: InvalidTemplate
358359

0 commit comments

Comments
 (0)