Skip to content

Commit

Permalink
re-adding deleted file
Browse files Browse the repository at this point in the history
  • Loading branch information
nbyt3 committed Oct 2, 2023
1 parent 3319312 commit 7d775d8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Solutions/CyberArkEPM/Package/mainTemplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"author": "CyberArk Business Development - business_development@cyberark.com",
"comments": "Solution template for CyberArkEPM"
},
"parameters": {
"location": {
"type": "string",
"minLength": 1,
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
}
},
"workspace-location": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "[concat('Region to deploy solution resources -- separate from location selection',parameters('location'))]"
}
},
"workspace": {
"defaultValue": "",
"type": "string",
"metadata": {
"description": "Workspace name for Log Analytics where Microsoft Sentinel is setup"
}
}
},
"variables": {},
"resources": [],
"outputs": {}
}

0 comments on commit 7d775d8

Please sign in to comment.