Skip to content

Commit 7127ba8

Browse files
authored
Update of script location
1 parent 7fb4bd5 commit 7127ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sentinel_Deployment/main.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
},
129129
"variables": {
130130
"location": "[resourceGroup().location]",
131-
"functionAppPackageUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/Sentinel_Deployment/Sentinel_Deployment/functionPackage.zip",
132-
"deploymentScriptUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/Sentinel_Deployment/Sentinel_Deployment/deploymentScript.ps1",
131+
"functionAppPackageUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/master/Sentinel_Deployment/functionPackage.zip",
132+
"deploymentScriptUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/master/Sentinel_Deployment/deploymentScript.ps1",
133133
"endpointSeverityInRuleName": "[if(equals(parameters('EndpointSeverityInRuleName'), true()), 'true', 'false')]"
134134
},
135135
"resources": [

0 commit comments

Comments
 (0)