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 f7722e5 commit 92db4d8Copy full SHA for 92db4d8
src/WebJobs.Script.WebHost/Controllers/InstanceController.cs
@@ -48,7 +48,7 @@ public async Task<IActionResult> Assign([FromBody] EncryptedHostAssignmentContex
48
[HttpPost]
49
[Route("admin/instance/assign2")]
50
[Authorize(Policy = PolicyNames.AdminAuthLevel)]
51
- public IActionResult Assign2([FromBody] HostAssignmentContext assignmentContext)
+ public IActionResult Assign2([FromBody] HostAssignmentContextMani assignmentContext)
52
{
53
_logger.LogDebug($"Starting container assignment for host : {Request?.Host}");
54
0 commit comments