|
38 | 38 | },
|
39 | 39 | "resources": [
|
40 | 40 | {
|
41 |
| - "type": "Microsoft.Logic/workflows", |
42 |
| - "apiVersion": "2019-05-01", |
43 |
| - "name": "Cyble-IOC-Enrichment-Playbook", |
44 |
| - "location": "[parameters('location')]", |
| 41 | + "type": "Microsoft.Resources/deployments", |
| 42 | + "apiVersion": "2023-07-01", |
| 43 | + "name": "CybleIOCEnrichmentDeployment", |
45 | 44 | "properties": {
|
46 |
| - "definition": "[parameters('iocEnrichmentDefinition')]", |
| 45 | + "mode": "Incremental", |
| 46 | + "templateLink": { |
| 47 | + "uri": "[uri(deployment().properties.templateLink.uri, 'Playbooks/IoC-Enrichment/Cyble_IOC_Enrichment.json')]", |
| 48 | + "contentVersion": "1.0.0.0" |
| 49 | + }, |
47 | 50 | "parameters": {
|
48 | 51 | "cyble_api_key": {
|
49 | 52 | "value": "[parameters('cyble_api_key')]"
|
| 53 | + }, |
| 54 | + "location": { |
| 55 | + "value": "[parameters('location')]" |
| 56 | + }, |
| 57 | + "workspace": { |
| 58 | + "value": "[parameters('workspace')]" |
50 | 59 | }
|
51 | 60 | }
|
52 | 61 | }
|
53 | 62 | },
|
54 | 63 | {
|
55 |
| - "type": "Microsoft.Logic/workflows", |
56 |
| - "apiVersion": "2019-05-01", |
57 |
| - "name": "Cyble-Threat-Intel-Ingestion-Playbook", |
58 |
| - "location": "[parameters('location')]", |
| 64 | + "type": "Microsoft.Resources/deployments", |
| 65 | + "apiVersion": "2023-07-01", |
| 66 | + "name": "CybleTIIngestDeployment", |
59 | 67 | "properties": {
|
60 |
| - "definition": "[parameters('threatIntelDefinition')]", |
| 68 | + "mode": "Incremental", |
| 69 | + "templateLink": { |
| 70 | + "uri": "[uri(deployment().properties.templateLink.uri, 'Playbooks/TI-Ingest/Cyble_TI_Ingest.json')]", |
| 71 | + "contentVersion": "1.0.0.0" |
| 72 | + }, |
61 | 73 | "parameters": {
|
62 | 74 | "cyble_api_key": {
|
63 | 75 | "value": "[parameters('cyble_api_key')]"
|
| 76 | + }, |
| 77 | + "location": { |
| 78 | + "value": "[parameters('location')]" |
| 79 | + }, |
| 80 | + "workspace": { |
| 81 | + "value": "[parameters('workspace')]" |
64 | 82 | }
|
65 | 83 | }
|
66 | 84 | }
|
|
0 commit comments