Skip to content

Fix folder name case in generated folder #28216

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

Merged
merged 7 commits into from
Jul 21, 2025
Merged

Fix folder name case in generated folder #28216

merged 7 commits into from
Jul 21, 2025

Conversation

Pan-Qi
Copy link
Contributor

@Pan-Qi Pan-Qi commented Jul 18, 2025

Description

Module names' case were not following best practice and failing batch generation pipeline(linux test, path not found), which includes
ComputeSchedule/ComputeSchedule.AutoRest => ComputeSchedule/ComputeSchedule.Autorest
Monitor/MetricData.Autorest => Monitor/Metricdata.Autorest
AppConfiguration/AppConfigurationData.Autorest => AppConfiguration/AppConfigurationdata.Autorest

They were fixed and regenerated in src folder, but when syncing generate folder, the case change can not be auto detected and updated.
So this PR regenerated those sub-modules in src folder and update/sync correspondingly in generate folder.

generate-info.json are sync and identical now in both folders.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@Pan-Qi Pan-Qi marked this pull request as ready for review July 21, 2025 04:37
@Copilot Copilot AI review requested due to automatic review settings July 21, 2025 04:37
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@YanaXu YanaXu merged commit 1b364b8 into main Jul 21, 2025
12 checks passed
@YanaXu YanaXu deleted the bernard-fix-folder-name branch July 21, 2025 06:26
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.

2 participants