Skip to content

fix: Send display_name when creating a sandbox environment template.#7013

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
copybara_952240948
Open

fix: Send display_name when creating a sandbox environment template.#7013
copybara-service[bot] wants to merge 1 commit into
mainfrom
copybara_952240948

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

fix: Send display_name when creating a sandbox environment template.

The display_name parameter of the sandbox template create method was routed
with _parent.*, but it is a top-level request parameter with no parent object,
so it was silently dropped from the request body (never sent to the backend).
Route it to the request body (*) so display_name is correctly included.

@copybara-service
copybara-service Bot requested a review from a team as a code owner July 22, 2026 18:48
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Jul 22, 2026
@copybara-service
copybara-service Bot force-pushed the copybara_952240948 branch from 4eea78e to 484b16d Compare July 22, 2026 22:20
The `display_name` parameter of the sandbox template create method was routed
with `_parent.*`, but it is a top-level request parameter with no parent object,
so it was silently dropped from the request body (never sent to the backend).
Route it to the request body (`*`) so `display_name` is correctly included.

PiperOrigin-RevId: 952240948
@copybara-service
copybara-service Bot force-pushed the copybara_952240948 branch from 484b16d to abe15b8 Compare July 23, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: vertex-ai Issues related to the googleapis/python-aiplatform API. google-contributor size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant