Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant aad login commands from example section #7729

Merged
merged 3 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading