mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
add AUTH_DEFAULT_ROLES to azuredeply.jon
This commit is contained in:
@@ -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')]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user