Skip to content

Commit 3308d07

Browse files
authored
Add reference to HostStatus in ARM API defined in App Services (#8214)
1 parent 843aba3 commit 3308d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebJobs.Script.WebHost/Controllers/HostController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public HostController(IOptions<ScriptApplicationHostOptions> applicationHostOpti
6565
[TypeFilter(typeof(EnableDebugModeFilter))]
6666
public async Task<IActionResult> GetHostStatus([FromServices] IScriptHostManager scriptHostManager, [FromServices] IHostIdProvider hostIdProvider, [FromServices] IServiceProvider serviceProvider = null)
6767
{
68+
// When making changes to HostStatus, ensure that you update the HostStatus class in AAPT-Antares-Websites repo as well.
6869
var status = new HostStatus
6970
{
7071
State = scriptHostManager.State.ToString(),

0 commit comments

Comments
 (0)