Skip to content

Commit

Permalink
Update bastion_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocoba committed Jun 17, 2024
1 parent a122d3a commit a50dcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssh/azext_ssh/bastion_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def show_bastion(cmd, op_info):
from .aaz.latest.network.bastion import Show
bastion = Show(cli_ctx=cmd.cli_ctx)(command_args={
"resource_group": op_info.resource_group_name,
"name": "N-europe-test-vnet-bastion"
"name": "northeurope-vm-vnet-bastion"
})
return bastion
except Exception:
Expand Down

0 comments on commit a50dcaa

Please sign in to comment.