Skip to content

Commit 2686878

Browse files
authored
Merge pull request #14047 from yael-nisanov/update-upwind-publisherid
Update Upwind solution publisherId and repackage (v3.0.1)
2 parents e359393 + 8a212c6 commit 2686878

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

Solutions/Upwind/Data/Solution_UpwindLogsLoader.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Data Connectors/UpwindLogsLoader_API_FunctionApp.json"
88
],
99
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Upwind",
10-
"Version": "3.0.0",
10+
"Version": "3.0.1",
1111
"Metadata": "SolutionMetadata.json",
1212
"TemplateSpec": true
1313
}

Solutions/Upwind/Package/3.0.1.zip

6.29 KB
Binary file not shown.

Solutions/Upwind/Package/mainTemplate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"email": "hello@upwind.io",
3434
"_email": "[variables('email')]",
3535
"_solutionName": "Upwind",
36-
"_solutionVersion": "3.0.0",
37-
"solutionId": "upwindpublisherid.azure-sentinel-solution-upwind-logs-loader",
36+
"_solutionVersion": "3.0.1",
37+
"solutionId": "upwindsecurityinc1754856292483.azure-sentinel-solution-upwind-logs-loader",
3838
"_solutionId": "[variables('solutionId')]",
3939
"uiConfigId1": "UpwindLogsLoader",
4040
"_uiConfigId1": "[variables('uiConfigId1')]",
@@ -57,7 +57,7 @@
5757
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
5858
],
5959
"properties": {
60-
"description": "Upwind data connector with template version 3.0.0",
60+
"description": "Upwind data connector with template version 3.0.1",
6161
"mainTemplate": {
6262
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
6363
"contentVersion": "[variables('dataConnectorVersion1')]",
@@ -386,7 +386,7 @@
386386
"apiVersion": "2023-04-01-preview",
387387
"location": "[parameters('workspace-location')]",
388388
"properties": {
389-
"version": "3.0.0",
389+
"version": "3.0.1",
390390
"kind": "Solution",
391391
"contentSchemaVersion": "3.0.0",
392392
"displayName": "Upwind",

Solutions/Upwind/ReleaseNotes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
2-
|-------------|--------------------------------|---------------------------|
3-
| 3.0.0 | 10-03-2026 | Initial solution release. |
1+
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
2+
|-------------|--------------------------------|------------------------------------------------------------------------------------|
3+
| 3.0.1 | 12-04-2026 | Updated **SolutionMetadata** publisherId to align the solution package metadata with publisher validation requirements. |
4+
| 3.0.0 | 10-03-2026 | Initial solution release. |

Solutions/Upwind/SolutionMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"publisherId": "upwindpublisherid",
2+
"publisherId": "upwindsecurityinc1754856292483",
33
"offerId": "azure-sentinel-solution-upwind-logs-loader",
44
"firstPublishDate": "2026-03-10",
55
"providers": [

0 commit comments

Comments
 (0)