зеркало из
1
0
Форкнуть 0

Added Option to Deploy No SQL Server (#86)

This commit is contained in:
Marvin Buss 2021-09-06 09:48:15 +02:00 коммит произвёл GitHub
Родитель 9704957abd
Коммит 71a31e7248
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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",