Added Option to Deploy No SQL Server (#86)
This commit is contained in:
Родитель
9704957abd
Коммит
71a31e7248
|
@ -498,7 +498,7 @@
|
|||
"constraints": {
|
||||
"allowedValues": [
|
||||
{
|
||||
"label": "None",
|
||||
"label": "None (No SQL Server will be deployed)",
|
||||
"value": "none"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@ param tags object = {}
|
|||
'maria'
|
||||
'postgre'
|
||||
])
|
||||
@description('Specifies the sql flavour that will be deployed.')
|
||||
@description('Specifies the sql flavour that will be deployed (None, SQL Server, MySQL Server, MariaDB Server, PostgreSQL Server).')
|
||||
param sqlFlavour string = 'sql'
|
||||
@secure()
|
||||
@description('Specifies the administrator password of the sql servers.')
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"_generator": {
|
||||
"name": "bicep",
|
||||
"version": "0.4.613.9944",
|
||||
"templateHash": "8465636956504615449"
|
||||
"templateHash": "10933934198159132212"
|
||||
}
|
||||
},
|
||||
"parameters": {
|
||||
|
@ -45,7 +45,7 @@
|
|||
"type": "string",
|
||||
"defaultValue": "sql",
|
||||
"metadata": {
|
||||
"description": "Specifies the sql flavour that will be deployed."
|
||||
"description": "Specifies the sql flavour that will be deployed (None, SQL Server, MySQL Server, MariaDB Server, PostgreSQL Server)."
|
||||
},
|
||||
"allowedValues": [
|
||||
"none",
|
||||
|
|
Загрузка…
Ссылка в новой задаче