mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
migrate proxy (#2206)
* migrate proxy function * - added private ip address query - updated Azure.ResourceManager.Storage to non beta release * remove comment * extracting nework interface query * format * Update src/ApiService/ApiService/Functions/Proxy.cs Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com> * fix function name * Fix merge conflict Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com>
This commit is contained in:
@ -112,7 +112,7 @@ namespace Tests {
|
||||
arg =>
|
||||
new ProxyForward(
|
||||
Region: arg.Item1.Item1,
|
||||
Port: arg.Item1.Item2.ToString(),
|
||||
Port: arg.Item1.Item2,
|
||||
ScalesetId: arg.Item1.Item3,
|
||||
MachineId: arg.Item1.Item4,
|
||||
ProxyId: arg.Item1.Item5,
|
||||
|
Reference in New Issue
Block a user