You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #4819 removed the VM password regeneration when assigning a new SSH key pair to the VM. However, there is a message in the UI warning the user that the root's password will be changed after the reset of the SSH Key Pair. This is not the behavior anymore; therefore, part of the message is misleading the user.
This PR removes that part of the message in the UI in both language JSONs.
Types of changes
Breaking change (fix or feature that would cause existing functionality to change)
New feature (non-breaking change which adds functionality)
Bug fix (non-breaking change which fixes an issue)
Enhancement (improves an existing feature and functionality)
Cleanup (Code refactoring and cleanup, that may add test cases)
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Major
Minor
How Has This Been Tested?
I applied the changes in a local lab; then, I shut down a VM, and reset the SSH key pair of the VM. The message presented by the UI did not have the warning about the root's password changing.
I also did the tests in the other languages and they were successful.
Merging #6862 (6205534) into main (4c5a2ba) will increase coverage by 0.00%.
The diff coverage is n/a.
❗ Current head 6205534 differs from pull request most recent head 854d123. Consider uploading reports for the commit 854d123 to get more accurate results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
PR #4819 removed the VM password regeneration when assigning a new SSH key pair to the VM. However, there is a message in the UI warning the user that the root's password will be changed after the reset of the SSH Key Pair. This is not the behavior anymore; therefore, part of the message is misleading the user.
This PR removes that part of the message in the UI in both language JSONs.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
How Has This Been Tested?
I applied the changes in a local lab; then, I shut down a VM, and reset the SSH key pair of the VM. The message presented by the UI did not have the warning about the root's password changing.
I also did the tests in the other languages and they were successful.