Skip to content

Commit

Permalink
add DEVICESTATUS_ADVANCED to azure deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Oct 10, 2016
1 parent da2a88f commit 4b0d1d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@
"noise"
],
"defaultValue": "never",
},
"devicestatus_advanced": {
"type": "string",
"allowedValues": [
"true",
"false"
],
"defaultValue": "false",
}
},
"resources": [{
Expand Down Expand Up @@ -273,6 +281,9 @@
}, {
"name": "SHOW_RAWBG",
"value": "[parameters('show_rawbg')]"
}, {
"name": "DEVICESTATUS_ADVANCED",
"value": "[parameters('devicestatus_advanced')]"
}
]
}
Expand Down

0 comments on commit 4b0d1d8

Please sign in to comment.