Skip to content

Commit 6a659e9

Browse files
committed
docs: add 1.0.1 release links to json and installation_guide.md
1 parent 0da6609 commit 6a659e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/sentinel/data_connector/deploy/azuredeploy_connector_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"LOGS_DCR_RULE_ID": "[reference(resourceId('Microsoft.Insights/dataCollectionRules', variables('ruleName'))).immutableId]",
153153
"LOGS_DCR_STREAM_NAME": "Custom-WsSecurityEvents_CL",
154154
"LOGS_ENDPOINT": "[reference(resourceId('Microsoft.Insights/dataCollectionEndpoints', variables('endpointName'))).logsIngestion.endpoint]",
155-
"WEBSITE_RUN_FROM_PACKAGE": "https://github.com/WithSecureOpenSource/elements-api/releases/download/1.0.0/connector.zip"
155+
"WEBSITE_RUN_FROM_PACKAGE": "https://github.com/WithSecureOpenSource/elements-api/releases/download/1.0.1/connector.zip"
156156
}
157157
}
158158
]

integrations/sentinel/data_connector/docs/installation_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ group called `UserGuide`. Initially it only contains Log Analytics Workspace cal
3232

3333
Installation package provides [ARM template](https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/)
3434
that deploys WithSecure Elements API connector in Azure portal. Download installation
35-
package from [github.com](https://github.com/WithSecureOpenSource/elements-api/releases/download/1.0.0/install.zip)
35+
package from [github.com](https://github.com/WithSecureOpenSource/elements-api/releases/download/1.0.1/install.zip)
3636
and extract archive in preferred localization. Directory `ws_connector/deploy` contains two
3737
files:
3838
- `azuredeploy_connector_app.json` - ARM template that deploys all required resources in

0 commit comments

Comments
 (0)