-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed publisher id for purestorage solution
- Loading branch information
1 parent
83f339e
commit 5c44f75
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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')]", | ||
|
@@ -105,7 +105,7 @@ | |
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "purestorageinc1707205060945", | ||
"name": "purestoragemarketplaceadmin", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"link": "https://support.purestorage.com" | ||
|
@@ -171,7 +171,7 @@ | |
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "purestorageinc1707205060945", | ||
"name": "purestoragemarketplaceadmin", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"link": "https://support.purestorage.com" | ||
|
@@ -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')]", | ||
|
@@ -205,7 +205,7 @@ | |
"email": "[variables('_email')]" | ||
}, | ||
"support": { | ||
"name": "purestorageinc1707205060945", | ||
"name": "purestoragemarketplaceadmin", | ||
"email": "[email protected]", | ||
"tier": "Partner", | ||
"link": "https://support.purestorage.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|