Skip to content

Commit

Permalink
Fixed publisher id for purestorage solution
Browse files Browse the repository at this point in the history
  • Loading branch information
skeerthivasan committed Mar 11, 2024
1 parent 83f339e commit 5c44f75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file modified Solutions/Pure Storage/Package/3.0.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Solutions/Pure Storage/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"config": {
"isWizard": false,
"basics": {
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/purestorage_logo.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** _There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing._\n\nSolution for Microsoft Sentinel to ingest logs from PureStorage arrays\n\n**Parsers:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/purestorage_logo.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Pure%20Storage/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nSolution for Microsoft Sentinel to ingest logs from PureStorage arrays\n\n**Parsers:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"subscription": {
"resourceProviders": [
"Microsoft.OperationsManagement/solutions",
Expand Down
12 changes: 6 additions & 6 deletions Solutions/Pure Storage/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"_email": "[variables('email')]",
"_solutionName": "Pure Storage",
"_solutionVersion": "3.0.0",
"solutionId": "purestorageinc1707205060945.microsoft-sentinel-solution-purestorage",
"solutionId": "purestoragemarketplaceadmin.microsoft-sentinel-solution-purestorage",
"_solutionId": "[variables('solutionId')]",
"parserObject1": {
"_parserName1": "[concat(parameters('workspace'),'/','PureStorageParser Data Parser')]",
Expand Down Expand Up @@ -105,7 +105,7 @@
"email": "[variables('_email')]"
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Partner",
"link": "https://support.purestorage.com"
Expand Down Expand Up @@ -171,7 +171,7 @@
"email": "[variables('_email')]"
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Partner",
"link": "https://support.purestorage.com"
Expand All @@ -187,8 +187,8 @@
"kind": "Solution",
"contentSchemaVersion": "3.0.0",
"displayName": "Pure Storage",
"publisherDisplayName": "purestorageinc1707205060945",
"descriptionHtml": "<p><strong>Note:</strong> <em>There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</em></p>\n<p>Solution for Microsoft Sentinel to ingest logs from PureStorage arrays</p>\n<p><strong>Parsers:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
"publisherDisplayName": "purestoragemarketplaceadmin",
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>• Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Pure%20Storage/ReleaseNotes.md\">Release Notes</a></p>\n<p>• There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>Solution for Microsoft Sentinel to ingest logs from PureStorage arrays</p>\n<p><strong>Parsers:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
"contentKind": "Solution",
"contentProductId": "[variables('_solutioncontentProductId')]",
"id": "[variables('_solutioncontentProductId')]",
Expand All @@ -205,7 +205,7 @@
"email": "[variables('_email')]"
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Partner",
"link": "https://support.purestorage.com"
Expand Down
4 changes: 2 additions & 2 deletions Solutions/Pure Storage/SolutionMetadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"publisherId": "purestorageinc1707205060945",
"publisherId": "purestoragemarketplaceadmin",
"offerId": "microsoft-sentinel-solution-purestorage",
"firstPublishDate": "2024-02-05",
"providers": ["Pure Storage"],
"categories": {
"domains" : ["Storage"]
},
"support": {
"name": "purestorageinc1707205060945",
"name": "purestoragemarketplaceadmin",
"email": "[email protected]",
"tier": "Partner",
"link": "https://support.purestorage.com"
Expand Down

0 comments on commit 5c44f75

Please sign in to comment.