mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
basic list proxy functionality (#905)
This commit is contained in:
@ -1468,6 +1468,9 @@ class ScalesetProxy(Endpoint):
|
||||
),
|
||||
)
|
||||
|
||||
def list(self) -> responses.ProxyList:
|
||||
return self._req_model("GET", responses.ProxyList, data=requests.ProxyGet())
|
||||
|
||||
|
||||
class Command:
|
||||
def __init__(self, onefuzz: "Onefuzz", logger: logging.Logger):
|
||||
|
Reference in New Issue
Block a user