Open rolandstirnimann opened 2 months ago
Thank you for opening this issue, we will look into it.
Same situation here. Unable to put in production now.
Do you have any ETA ?
Do you have any ETA ?
Not really. As a workaround, I use the bastion via browser. However, it would be more comfortable to use it via Powershell CLI also for tunneling... Thank you.
Same situation here. Maybe i can downgrade to a previous version like 2.53.0 where it was working 🤔
Downgrading the bastion
extension to 1.1.1
fixes the issue for me
az extension remove -n bastion
az extension add --name bastion --version 1.1.1
The same problem with "az network bastion tunnel". Tested on MacOs and LInux.
@HeyangQin: Thanks for your hint. I have just downgraded the bastion extension and it works.
Hi guys, still no new release to solve this issue?
Piling on here, have the same error, @HeyangQin thanks for that tip, worked for me as well.
I was able to do this and get it working:
pip install azure-cli==2.53.0
This didn't work for me :(
Downgrading the
bastion
extension to1.1.1
fixes the issue for meaz extension remove -n bastion az extension add --name bastion --version 1.1.1
Describe the bug
The command to start ssh bastion fails with "Missing required field: -n" even if --name/-n is specified.
Related command
az network bastion ssh --name xxxx --resource-group xxxx --target-ip-address xx.xx.xx.xx --auth-type password --username vmadmin
Errors
InvalidArgumentValue: Missing required field: -n
Issue script & Debug output
Expected behavior
SSH connection to the target IP should be opened.
Environment Summary
Additional context
No response