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:
Cheick Keita
2022-12-12 19:39:49 -08:00
committed by GitHub
parent 3cf09c6a40
commit 4c1adb6e96
15 changed files with 120 additions and 79 deletions

View File

@ -92,7 +92,7 @@ class PoolCreate(BaseRequest):
os: OS
arch: Architecture
managed: bool
client_id: Optional[UUID]
object_id: Optional[UUID]
autoscale: Optional[AutoScaleConfig]