Skip to content

Commit 8eaa0e5

Browse files
committed
update
1 parent 35468a9 commit 8eaa0e5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/azure-resource-manager/templates/template-functions-deployment.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,14 @@ If the template is remote, the `templateLink` property is included in the return
116116
"templateLink": {
117117
"uri": ""
118118
},
119-
"template": {},
119+
"template": {
120+
"$schema": "",
121+
"contentVersion": "",
122+
"parameters": {},
123+
"variables": {},
124+
"resources": [],
125+
"outputs": {}
126+
},
120127
"templateHash": "",
121128
"parameters": {},
122129
"mode": "",

0 commit comments

Comments
 (0)