File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -285,10 +285,10 @@ IF "%ComputeEmulatorRunning%" == "false" (
285
285
)
286
286
287
287
IF %EXECUTE_PS1% EQU 1 (
288
- echo "Invoking SSLConfigure .ps1 on Azure service at %TIME% on %DATE%" >> %LOG_FILE% 2>&1
289
- PowerShell -ExecutionPolicy Unrestricted %~dp0SSLConfigure .ps1 -sco >> %LOG_FILE% 2>&1
288
+ echo "Invoking TLSsettings .ps1 on Azure service at %TIME% on %DATE%" >> %LOG_FILE% 2>&1
289
+ PowerShell -ExecutionPolicy Unrestricted %~dp0TLSsettings .ps1 -sco >> %LOG_FILE% 2>&1
290
290
) ELSE (
291
- echo "Skipping SSLConfigure .ps1 invocation on emulated environment" >> %LOG_FILE% 2>&1
291
+ echo "Skipping TLSsettings .ps1 invocation on emulated environment" >> %LOG_FILE% 2>&1
292
292
)
293
293
294
294
EXIT /B %ERRORLEVEL%
You can’t perform that action at this time.
0 commit comments