Skip to content

Commit

Permalink
Add missing comma (#24)
Browse files Browse the repository at this point in the history
* add comma
  • Loading branch information
philon-msft committed Jul 24, 2018
1 parent 6b5012c commit 6b67c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VSCode/armsnippets.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@
" \"name\": \"${1:schedule-name}\",", " \"name\": \"${1:schedule-name}\",",
" \"type\": \"Microsoft.Automation/automationAccounts/schedules\",", " \"type\": \"Microsoft.Automation/automationAccounts/schedules\",",
" \"apiVersion\": \"2015-10-31\",", " \"apiVersion\": \"2015-10-31\",",
" \"tags\": {}," " \"tags\": {},",
" \"dependsOn\": [", " \"dependsOn\": [",
" \"[resourceId('Microsoft.Automation/automationAccounts', ${2:automationAccount}]\"", " \"[resourceId('Microsoft.Automation/automationAccounts', ${2:automationAccount}]\"",
" ],", " ],",
Expand Down

0 comments on commit 6b67c99

Please sign in to comment.