Skip to content

Commit 3c6d5d5

Browse files
authored
Merge pull request #106438 from SwathiDhanwada-MSFT/patch-4
(AzureCXP) fixes MicrosoftDocs/azure-docs#49110
2 parents c387339 + 2193d21 commit 3c6d5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/linked-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ The following example shows how to pass a SAS token when linking to a template:
701701
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
702702
"contentVersion": "1.0.0.0",
703703
"parameters": {
704-
"containerSasToken": { "type": "string" }
704+
"containerSasToken": { "type": "securestring" }
705705
},
706706
"resources": [
707707
{

0 commit comments

Comments
 (0)