Skip to content

Commit

Permalink
Remove redundant aad login commands from example section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejaswikandula committed Jun 19, 2024
1 parent 6cf8132 commit fa9107b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bastion/azext_bastion/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
- name: SSH to virtual machine using Azure Bastion using AAD.
text: |
az network bastion ssh --name MyBastionHost --resource-group MyResourceGroup --target-resource-id vmResourceId --auth-type AAD
- name: SSH to virtual machine using Azure Bastion using AAD.
text: |
az network bastion ssh --name MyBastionHost --resource-group MyResourceGroup --target-resource-id vmResourceId --auth-type AAD
"""

helps['network bastion rdp'] = """
Expand Down

0 comments on commit fa9107b

Please sign in to comment.