This commit is contained in:
Lior Tamir 2021-06-17 15:26:29 +03:00
Родитель b860963615
Коммит cde878a3aa
2 изменённых файлов: 10 добавлений и 4 удалений

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

@ -8,7 +8,10 @@
"parameters": {
"PlaybookName": {
"defaultValue": "PlaybookName",
"type": "string"
"type": "string",
"metadata": {
"description": "Name of the playbook (Logic Apps resource) which will be created"
}
}
},
"variables": {
@ -22,7 +25,7 @@
"location": "[resourceGroup().location]",
"kind": "V1",
"properties": {
"displayName": "[parameters('PlaybookName')]",
"displayName": "[variables('AzureSentinelConnectionName')]",
"customParameterValues": {},
"parameterValueType": "Alternative",
"api": {

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

@ -18,7 +18,10 @@
"parameters": {
"PlaybookName": {
"defaultValue": "PlaybookName",
"type": "string"
"type": "string",
"metadata": {
"description": "Name of the playbook (Logic Apps resource) which will be created"
}
}
},
"variables": {
@ -32,7 +35,7 @@
"location": "[resourceGroup().location]",
"kind": "V1",
"properties": {
"displayName": "[parameters('PlaybookName')]",
"displayName": "[variables('AzureSentinelConnectionName')]",
"customParameterValues": {},
"parameterValueType": "Alternative",
"api": {