Skip to content

Commit

Permalink
new deployment() sample
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmax committed May 29, 2015
1 parent cf8fa20 commit eb5e887
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploymentSample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"variables": {},
"resources": [],
"outputs": {
"exampleOutput": {
"value": "[deployment()]",
"type" : "object"
}
}
}

0 comments on commit eb5e887

Please sign in to comment.