Commit 64ed1a6
fix(cli): correct console URL path after adk deploy agent_engine
Merge #5338
### Summary
After deploying an agent with `adk deploy agent_engine`, the generated Google Cloud Console URL uses the outdated path `agent-platform/runtimes`, which no longer resolves to the correct page.
### Changes
**`src/google/adk/cli/cli_deploy.py`**
Updated the URL path in `_print_agent_engine_url` from:
```
https://console.cloud.google.com/agent-platform/runtimes/locations/...
```
to:
```
https://console.cloud.google.com/vertex-ai/agents/agent-engines/locations/...
```
Fixes #5336
COPYBARA_INTEGRATE_REVIEW=#5338 from anmolg1997:fix/deploy-console-url 1fb352e
PiperOrigin-RevId: 9003082941 parent 7686848 commit 64ed1a6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
| |||
0 commit comments