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

[ssh] Add support to "Microsoft.ConnectedVMwarevSphere/virtualMachines" resource type #5367

Merged
merged 17 commits into from
Oct 21, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
small changes?
  • Loading branch information
vthiebaut10 committed Sep 15, 2022
commit 2745cb6034f3dd4a7c4127a4ce788f242d880309
2 changes: 1 addition & 1 deletion src/ssh/azext_ssh/resource_type_utils.py
Original file line number Diff line number Diff line change
@@ -74,5 +74,5 @@ def decide_resource_type(cmd, op_info):
target_resource_type = consts.RESOURCE_TYPE_LOWER_CASE_TO_CORRECT_CASE[types_in_rg.pop().lower()]

telemetry.add_extension_event('ssh', {'Context.Default.AzureCLI.TargetResourceType': target_resource_type})

logger.debug("Target Resource Type: %s", target_resource_type)
return target_resource_type