add AUTH_DEFAULT_ROLES to azuredeply.jon

This commit is contained in:
Milos Kozak
2017-01-01 11:11:55 +01:00
committed by GitHub
parent 2e84a5d6af
commit ef71db0f1e
+7
View File
@@ -211,6 +211,10 @@
"off"
],
"defaultValue": "off",
},
"auth_default_roles": {
"type": "string",
"defaultValue": "readable devicestatus-upload",
}
},
"resources": [{
@@ -304,6 +308,9 @@
}, {
"name": "PROFILE_MULTIPLE",
"value": "[parameters('profile_multiple')]"
}, {
"name": "AUTH_DEFAULT_ROLES",
"value": "[parameters('auth_default_roles')]"
}
]
}