Skip to content

Commit 26e3a33

Browse files
committed
Fixed playbook semantic for validation to succeed.
1 parent c1fab5b commit 26e3a33

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Binary file not shown.

Solutions/NCSC-NL NDN Cyber Threat Intelligence Sharing/Package/mainTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
},
9898
"type": "String"
9999
},
100-
"Playbook Name": {
100+
"PlaybookName": {
101101
"defaultValue": "NCSCNLShareSTIXBundle",
102102
"metadata": {
103-
"description": "Enter value for the Playbook Name, which is used to create the actual underlying LogicApp."
103+
"description": "Enter value for the PlaybookName, which is used to create the actual underlying LogicApp."
104104
},
105105
"type": "string"
106106
},
@@ -168,7 +168,7 @@
168168
"type": "SystemAssigned"
169169
},
170170
"location": "[[variables('workspace-location-inline')]",
171-
"name": "[[parameters('Playbook Name')]",
171+
"name": "[[parameters('PlaybookName')]",
172172
"properties": {
173173
"definition": {
174174
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",

Solutions/NCSC-NL NDN Cyber Threat Intelligence Sharing/Playbooks/NCSCNLShareSTIXBundle/azuredeploy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
},
6060
"type": "String"
6161
},
62-
"Playbook Name": {
62+
"PlaybookName": {
6363
"defaultValue": "NCSCNLShareSTIXBundle",
6464
"metadata": {
65-
"description": "Enter value for the Playbook Name, which is used to create the actual underlying LogicApp."
65+
"description": "Enter value for the PlaybookName, which is used to create the actual underlying LogicApp."
6666
},
6767
"type": "string"
6868
},
@@ -121,7 +121,7 @@
121121
"type": "SystemAssigned"
122122
},
123123
"location": "[resourceGroup().location]",
124-
"name": "[parameters('Playbook Name')]",
124+
"name": "[parameters('PlaybookName')]",
125125
"properties": {
126126
"definition": {
127127
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",

0 commit comments

Comments
 (0)