Skip to content

Commit 18bc3de

Browse files
Revert "Update BigID package and add stepId variable"
This reverts commit d3ddbc8.
1 parent a37eee1 commit 18bc3de

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Solutions/BigID/Package/3.0.0.zip

-403 Bytes
Binary file not shown.

Solutions/BigID/Package/mainTemplate.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
"dataConnectorTemplateNameConnections1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnections1')))]",
5959
"dataCollectionEndpointId1": "[concat('/subscriptions/',parameters('subscription'),'/resourceGroups/',parameters('resourceGroupName'),'/providers/Microsoft.Insights/dataCollectionEndpoints/',parameters('workspace'))]",
6060
"blanks": "[replace('b', 'b', '')]",
61-
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]",
62-
"stepId": "fetchDataSourceDetails",
63-
"_stepId": "[variables('stepId')]"
61+
"_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]"
6462
},
6563
"resources": [
6664
{
@@ -859,7 +857,7 @@
859857
"stepType": "Nested",
860858
"nextSteps": [
861859
{
862-
"stepId": "[variables('_stepId')]",
860+
"stepId": "fetchDataSourceDetails",
863861
"stepPlaceholdersParsingKql": "source | project res = parse_json(data) | project dataSourceName = res.dataSourceName, policyName = res.policyName"
864862
}
865863
]
@@ -872,7 +870,7 @@
872870
"stepType": "Nested",
873871
"nextSteps": [
874872
{
875-
"stepId": "[variables('_stepId')]",
873+
"stepId": "fetchObjectsDetails",
876874
"stepPlaceholdersParsingKql": "source"
877875
}
878876
]
@@ -993,4 +991,4 @@
993991
}
994992
],
995993
"outputs": {}
996-
}
994+
}

0 commit comments

Comments
 (0)