-
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
Creating a separate module for StackHCIVM #23414
Creating a separate module for StackHCIVM #23414
Conversation
…addingStackHCIVmPreviewModule
Hi @hvedati, For new modules onboard, we recommend using autorest powershell v4 for code generation. But in your module, you are still using the namespace which comes from the v3 generated module. For current case, please update the namespaces in all custom files: The reason why tou are not reproducing the error locally is you are not using the newest version of autorest locally. Please do following steps:
|
…ell2 into dev/hv/addingStackHCIVmPreviewModule
e66aa7a
to
3dfd070
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @hvedati
- Turned out there are a few misspellings left. Please check the screenshot.
- Custom cmdlets need to include some common parameters to support testing and proxy, etc. Please follow this guide to add them.
- After adding the common parameters, the custom cmdlets can be recorded normally. Please make sure to add test cases.
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
dc0ab80
to
6aaf2d7
Compare
Description
Checklist
CONTRIBUTING.md
and reviewed the following information:generation
branch.ChangeLog.md
file(s) appropriatelyChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header in the past tense. Add changelog in description section if PR goes intogeneration
branch.ChangeLog.md
if no new release is required, such as fixing test case only.