-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Azure cli 2.45 unable to ssh bastion #25404
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Network - BastionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Network - BastionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Related command
az network bastion ssh --name --resource-group rg-xmlint-hub-dev-uks --target-resource-id '/subscriptions//resourceGroups//providers/Microsoft.Compute/virtualMachines/' --auth-type AAD
Describe the bug
After upgrade from 2.33 on windows to 2.41 and above the following error missing required positional argument 'target_ip_addresss'
To Reproduce
Download azure cli on windows 2.41 and above and run the cmd from powershell
Expected behavior
Should be able to login
Environment summary
Windows 10
Additional context
This runs fine on ubuntu WLS2 for 2.41 and above.