|
47 | 47 | "email": "mhebrard@bigid.com", |
48 | 48 | "_email": "[variables('email')]", |
49 | 49 | "_solutionName": "BigID", |
50 | | - "_solutionVersion": "3.0.0", |
| 50 | + "_solutionVersion": "3.0.1", |
51 | 51 | "solutionId": "big-id.azure-sentinel-solution-bigid", |
52 | 52 | "_solutionId": "[variables('solutionId')]", |
53 | 53 | "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", |
54 | | - "dataConnectorCCPVersion": "3.0.0", |
| 54 | + "dataConnectorCCPVersion": "3.0.1", |
55 | 55 | "_dataConnectorContentIdConnectorDefinition1": "BigIDDSPMLogsConnectorDefinition", |
56 | 56 | "dataConnectorTemplateNameConnectorDefinition1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition1')))]", |
57 | 57 | "_dataConnectorContentIdConnections1": "BigIDDSPMLogsConnectorDefinitionConnections", |
|
902 | 902 | "queryParameters": { |
903 | 903 | "limit": 32, |
904 | 904 | "requireTotalCount": "true", |
905 | | - "filter": "SYSTEM = \"$dataSourceName$\" AND policy IN (\"$policyName$\")" |
| 905 | + "filter": "system IN (\"$dataSourceName$\") AND policy IN (\"$policyName$\")" |
906 | 906 | }, |
907 | 907 | "headers": { |
908 | 908 | "Accept": "application/json", |
|
938 | 938 | "apiVersion": "2023-04-01-preview", |
939 | 939 | "location": "[parameters('workspace-location')]", |
940 | 940 | "properties": { |
941 | | - "version": "3.0.0", |
| 941 | + "version": "3.0.1", |
942 | 942 | "kind": "Solution", |
943 | 943 | "contentSchemaVersion": "3.0.0", |
944 | 944 | "displayName": "BigID", |
|
0 commit comments