Zimperium Solution package (#6632)
This commit is contained in:
Родитель
263be5dfc9
Коммит
b5b3a3a6a1
|
@ -9,8 +9,8 @@
|
|||
"Workbooks": [
|
||||
"Workbooks/ZimperiumWorkbooks.json"
|
||||
],
|
||||
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Zimperium Mobile Threat Defense",
|
||||
"Version": "2.0.0",
|
||||
"BasePath": "C:\\GitHub\\azure\\Solutions\\Zimperium Mobile Threat Defense",
|
||||
"Version": "2.0.1",
|
||||
"Metadata": "SolutionMetadata.json",
|
||||
"TemplateSpec": true,
|
||||
"Is1Pconnector": false
|
||||
|
|
Двоичный файл не отображается.
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
},
|
||||
"variables": {
|
||||
"solutionId": "zimperiuminc.Zimperium_Mobile_Threat_Defense_MSS",
|
||||
"solutionId": "zimperiuminc.zimperium_mobile_threat_defense_mss",
|
||||
"_solutionId": "[variables('solutionId')]",
|
||||
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
|
||||
"uiConfigId1": "ZimperiumMtdAlerts",
|
||||
|
@ -47,12 +47,12 @@
|
|||
"_dataConnectorContentId1": "[variables('dataConnectorContentId1')]",
|
||||
"dataConnectorId1": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_dataConnectorContentId1'))]",
|
||||
"_dataConnectorId1": "[variables('dataConnectorId1')]",
|
||||
"dataConnectorTemplateSpecName1": "[concat(parameters('workspace'),'-DataConnector-',variables('_dataConnectorContentId1'))]",
|
||||
"dataConnectorTemplateSpecName1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentId1')))]",
|
||||
"dataConnectorVersion1": "1.0.0",
|
||||
"workbookVersion1": "1.0.0",
|
||||
"workbookContentId1": "ZimperiumMTDWorkbook",
|
||||
"workbookId1": "[resourceId('Microsoft.Insights/workbooks', variables('workbookContentId1'))]",
|
||||
"workbookTemplateSpecName1": "[concat(parameters('workspace'),'-Workbook-',variables('_workbookContentId1'))]",
|
||||
"workbookTemplateSpecName1": "[concat(parameters('workspace'),'-wb-',uniquestring(variables('_workbookContentId1')))]",
|
||||
"_workbookContentId1": "[variables('workbookContentId1')]"
|
||||
},
|
||||
"resources": [
|
||||
|
@ -83,7 +83,7 @@
|
|||
"[resourceId('Microsoft.Resources/templateSpecs', variables('dataConnectorTemplateSpecName1'))]"
|
||||
],
|
||||
"properties": {
|
||||
"description": "Zimperium Mobile Threat Defense data connector with template version 2.0.0",
|
||||
"description": "Zimperium Mobile Threat Defense data connector with template version 2.0.1",
|
||||
"mainTemplate": {
|
||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||
"contentVersion": "[variables('dataConnectorVersion1')]",
|
||||
|
@ -249,6 +249,7 @@
|
|||
"dependsOn": [
|
||||
"[variables('_dataConnectorId1')]"
|
||||
],
|
||||
"location": "[parameters('workspace-location')]",
|
||||
"properties": {
|
||||
"parentId": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_dataConnectorContentId1'))]",
|
||||
"contentId": "[variables('_dataConnectorContentId1')]",
|
||||
|
@ -404,7 +405,7 @@
|
|||
"[resourceId('Microsoft.Resources/templateSpecs', variables('workbookTemplateSpecName1'))]"
|
||||
],
|
||||
"properties": {
|
||||
"description": "ZimperiumWorkbooksWorkbook Workbook with template version 2.0.0",
|
||||
"description": "ZimperiumWorkbooksWorkbook Workbook with template version 2.0.1",
|
||||
"mainTemplate": {
|
||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||
"contentVersion": "[variables('workbookVersion1')]",
|
||||
|
@ -477,8 +478,9 @@
|
|||
{
|
||||
"type": "Microsoft.OperationalInsights/workspaces/providers/metadata",
|
||||
"apiVersion": "2022-01-01-preview",
|
||||
"location": "[parameters('workspace-location')]",
|
||||
"properties": {
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"kind": "Solution",
|
||||
"contentSchemaVersion": "2.0.0",
|
||||
"contentId": "[variables('_solutionId')]",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"publisherId": "zimperiuminc",
|
||||
"offerId": "Zimperium_Mobile_Threat_Defense_MSS",
|
||||
"offerId": "zimperium_mobile_threat_defense_mss",
|
||||
"firstPublishDate": "2022-05-02",
|
||||
"providers": ["Zimperium"],
|
||||
"categories": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче