Skip to content

Commit

Permalink
undo commits
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft committed Aug 27, 2019
1 parent 264bc63 commit b8c1bd6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion 201-vm-custom-script-output/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "This is useful to the VM's compute to perform some task during deployment that Azure Resource Manager does not provide. The output of that compute (script) can then be leveraged elsewhere in the deployment. This is useful if the compute resource is needed in the deployment (e.g. a jumpbox, DC, etc), a bit wasteful if it is not.",
"summary": "This sample shows how to get output from a custom script extension for use in deployment. Additionally, it shows applying the custom script a second time in the same deployment.",
"githubUsername": "bmoore-msft",
"dateUpdated": "2019-08-23"
"dateUpdated": "2018-08-30"
}


1 change: 0 additions & 1 deletion 201-vm-custom-script-output/script-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
echo '#DATA#'
echo 'this is the droid you have been looking for'
echo '#DATA#'

1 change: 0 additions & 1 deletion 201-vm-custom-script-output/script-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

echo 'this is what we got from the previous script:'
echo $1

0 comments on commit b8c1bd6

Please sign in to comment.