Update example template
This commit is contained in:
Родитель
b860963615
Коммит
cde878a3aa
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче