mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
Add node messages to node get (#836)
This exposes the node commands that have yet to be processed by the node. Example use case: The SDK can now ask "has this node installed my SSH key"
This commit is contained in:
@ -157,7 +157,7 @@ class Node(BASE_NODE, ORMMixin):
|
||||
return ("pool_name", "machine_id")
|
||||
|
||||
def save_exclude(self) -> Optional[MappingIntStrAny]:
|
||||
return {"tasks": ...}
|
||||
return {"tasks": ..., "messages": ...}
|
||||
|
||||
def telemetry_include(self) -> Optional[MappingIntStrAny]:
|
||||
return {
|
||||
|
Reference in New Issue
Block a user