mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 22:28:50 +00:00
rename client_id in pool to object_id (#2673)
* rename client_id in pool to object_id * fix tests * print out the content body when receiving an error response in the agent * fix test * Apply suggestions from code review * Update src/ApiService/ApiService/Functions/AgentRegistration.cs * format * cleanup * format * address pr comment
This commit is contained in:
@ -92,7 +92,7 @@ class PoolCreate(BaseRequest):
|
||||
os: OS
|
||||
arch: Architecture
|
||||
managed: bool
|
||||
client_id: Optional[UUID]
|
||||
object_id: Optional[UUID]
|
||||
autoscale: Optional[AutoScaleConfig]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user