We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843aba3 commit 3308d07Copy full SHA for 3308d07
src/WebJobs.Script.WebHost/Controllers/HostController.cs
@@ -65,6 +65,7 @@ public HostController(IOptions<ScriptApplicationHostOptions> applicationHostOpti
65
[TypeFilter(typeof(EnableDebugModeFilter))]
66
public async Task<IActionResult> GetHostStatus([FromServices] IScriptHostManager scriptHostManager, [FromServices] IHostIdProvider hostIdProvider, [FromServices] IServiceProvider serviceProvider = null)
67
{
68
+ // When making changes to HostStatus, ensure that you update the HostStatus class in AAPT-Antares-Websites repo as well.
69
var status = new HostStatus
70
71
State = scriptHostManager.State.ToString(),
0 commit comments