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

Ensures that cmdlets are correctly mapped to their respective modules. #3081

Merged
merged 84 commits into from
Feb 5, 2025

Conversation

timayabi2020
Copy link
Contributor

@timayabi2020 timayabi2020 commented Jan 21, 2025

Fixes #2957
This PR is a follow up to the solution provided at microsoft/OpenAPI.NET.OData#642 for rectifying incorrect module mapping.

Files changed

  • Refreshed open API files to import new paths.
  • Updated AutoREST directives for User.Actions, Teams, Sites, Security, Reports, Notes, Mail, CloudCommunincations and Devices.Corporate Management modules to address AutoREST module build issues. i.e. Erroneous paths contravening Autorest rules for cmdlet generation.
  • Added functionality for forcefully closing and deleting cached files from previous module generation attempts. The number of open cached files were exceeding the agent's allowable limit of open files.

@timayabi2020 timayabi2020 requested a review from a team as a code owner January 21, 2025 13:36
@timayabi2020 timayabi2020 changed the title Module mapping/fx Ensures that cmdlets are correctly mapped to their respective modules. Jan 21, 2025
@timayabi2020 timayabi2020 marked this pull request as draft January 22, 2025 02:09
@timayabi2020 timayabi2020 marked this pull request as ready for review February 3, 2025 04:42
@timayabi2020 timayabi2020 merged commit b299e2b into dev Feb 5, 2025
3 of 6 checks passed
@timayabi2020 timayabi2020 deleted the module-mapping/fx branch February 5, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect module mapping on Graph PowerShell documentation
2 participants