Skip to content

Commit

Permalink
Bumping analytic version due to id name field change.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosinc-sentinel committed Jan 29, 2025
1 parent b649f3e commit b7147d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Solutions/Dragos/Analytic Rules/DragosNotifiction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ incidentConfiguration:
matchingMethod: Selected
groupByCustomDetails:
- DragosIdentifier
version: 1.0.0
version: 1.0.1
kind: Scheduled
Binary file modified Solutions/Dragos/Package/3.0.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/Dragos/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
"dataCollectionEndpointId": "[concat('/subscriptions/',parameters('subscription'),'/resourceGroups/',parameters('resourceGroupName'),'/providers/Microsoft.Insights/dataCollectionEndpoints/',parameters('workspace'))]",
"blanks": "[replace('b', 'b', '')]",
"analyticRuleObject1": {
"analyticRuleVersion1": "1.0.0",
"analyticRuleVersion1": "1.0.1",
"_analyticRulecontentId1": "9a74fe72-4c21-4ac5-80d9-37434e809721",
"analyticRuleId1": "[resourceId('Microsoft.SecurityInsights/AlertRuleTemplates', '9a74fe72-4c21-4ac5-80d9-37434e809721')]",
"analyticRuleTemplateSpecName1": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-ar-',uniquestring('9a74fe72-4c21-4ac5-80d9-37434e809721')))]",
"_analyticRulecontentProductId1": "[concat(take(variables('_solutionId'),50),'-','ar','-', uniqueString(concat(variables('_solutionId'),'-','AnalyticsRule','-','9a74fe72-4c21-4ac5-80d9-37434e809721','-', '1.0.0')))]"
"_analyticRulecontentProductId1": "[concat(take(variables('_solutionId'),50),'-','ar','-', uniqueString(concat(variables('_solutionId'),'-','AnalyticsRule','-','9a74fe72-4c21-4ac5-80d9-37434e809721','-', '1.0.1')))]"
},
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]",
"__solutioncontentProductId": "[variables('_solutioncontentProductId')]",
Expand Down

0 comments on commit b7147d6

Please sign in to comment.