Skip to content

Commit

Permalink
Updated main template for ARM-TTK failure
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sudkharat committed Sep 4, 2023
1 parent af04e04 commit 0759264
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
Binary file modified Solutions/PaloAltoPrismaCloud/Package/3.0.0.zip
Binary file not shown.
22 changes: 16 additions & 6 deletions Solutions/PaloAltoPrismaCloud/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,17 @@
"huntingQueryId9": "[resourceId('Microsoft.OperationalInsights/savedSearches', variables('_huntingQuerycontentId9'))]",
"huntingQueryTemplateSpecName9": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-hq-',uniquestring(variables('_huntingQuerycontentId9'))))]",
"_huntingQuerycontentProductId9": "[concat(take(variables('_solutionId'),50),'-','hq','-', uniqueString(concat(variables('_solutionId'),'-','HuntingQuery','-',variables('_huntingQuerycontentId9'),'-', variables('huntingQueryVersion9'))))]",
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]"
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]",
"prismaId": "string",
"_prismaId": "[variables('prismaId')]",
"assetId": "94e06523e93b9b0f15ed03da031c95d5",
"_assetId": "[variables('assetId')]",
"accountID": "any",
"_accountID": "[variables('accountID')]",
"resourceID": "string",
"_resourceID": "[variables('resourceID')]",
"imageID": "string",
"_imageID": "[variables('imageID')]"
},
"resources": [
{
Expand Down Expand Up @@ -946,7 +956,7 @@
"default": {
"customerName": "string",
"password": "string",
"prismaId": "string",
"prismaId": "[variables('_prismaId')]",
"username": "string"
},
"required": [
Expand Down Expand Up @@ -1431,7 +1441,7 @@
}
},
"default": {
"assetId": "94e06523e93b9b0f15ed03da031c95d5",
"assetId": "[variables('_assetId')]",
"type": "ALERTS"
},
"required": [
Expand Down Expand Up @@ -1772,13 +1782,13 @@
"string"
],
"trustedListType": "ip, resource, image, tag, service, port, subject, domain, protocol",
"accountID": "any",
"accountID": "[variables('_accountID')]",
"vpc": "any",
"trustedListEntries": [
{
"ipCIDR": "string",
"resourceID": "string",
"imageID": "string",
"resourceID": "[variables('_resourceID')]",
"imageID": "[variables('_imageID')]",
"tagKey": "string",
"tagValue": "string",
"service": "string",
Expand Down

0 comments on commit 0759264

Please sign in to comment.