-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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] Update ssh.helper generated code #27222
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
this PR is similar to #27170, why is changelog needed here? |
The original Ssh.Helper code was generated via autorest CSharp, now the commit to code is generated via autorest powershell. Although the functionality provided is the same, the tools used to generate it are different, so it is important to differentiate between the versions, thus updating the changelog.md file. |
In the PS Gallery, the current version of Az.SSH is 0.2.2, and the code for Ssh.Helper called by commands in this version is generated by the tool autorest.CSharp. Since the difference between the old and new versions is that the code generation tool for Ssh.Helper has changed, a description has been added to the ChangeLog.md file: * Migrated Ssh.Helper generation from autorest csharp to autorest powershell. In #27170, the module I'm working with is Az.Websites, in the current PR the module I'm working with is Az.SSH. |
The changelog is described as: * Implemented code refactoring, no behavior changes expected. |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.