-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[CI Example Analyzer] Install Az-Cmdlets-latest #18920
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
Conversation
|
Context: example of one module may include cmdlets from another module. This is tricky because that other module may not be built on CI, because normally only the modified module and those whose tests rely on the modified module are built. We cannot analyze the cmdlets of the modules that are not built. The solution is to pre-install the latest Az modules. By doing so when a module is not built, we are still able to leverage the installed module to gather cmdelt information. |
Co-authored-by: Yeming Liu <[email protected]>
Description
src\ModuleName\**\*.mdfrombuild: related-moduletobuild: modulein .ci-config.jsonTest Pr: #18923
Test for codegen/Compute: #18927
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added