Skip to content

Commit

Permalink
Remove redundant aad login commands from example section (#7729)
Browse files Browse the repository at this point in the history
* Remove redundant aad login commands from example section

* Update version

* Update recordings file latest
  • Loading branch information
Tejaswikandula committed Jul 17, 2024
1 parent ef724e1 commit dbaa22d
Show file tree
Hide file tree
Showing 4 changed files with 786 additions and 750 deletions.
4 changes: 4 additions & 0 deletions src/bastion/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
1.0.2
+++++
* Remove redundant aad login commands from examples section.

1.0.1
+++++
* Added support for concurrent connections.
Expand Down
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
Loading

0 comments on commit dbaa22d

Please sign in to comment.