Skip to content

Move 3 mgmt libraries to service folders matching their package name - #49982

Merged
weidongxu-microsoft merged 1 commit into
Azure:mainfrom
weidongxu-microsoft:fix-mgmt-move-service-dir
Jul 30, 2026
Merged

Move 3 mgmt libraries to service folders matching their package name#49982
weidongxu-microsoft merged 1 commit into
Azure:mainfrom
weidongxu-microsoft:fix-mgmt-move-service-dir

Conversation

@weidongxu-microsoft

@weidongxu-microsoft weidongxu-microsoft commented Jul 29, 2026

Copy link
Copy Markdown
Member

Moves 3 management libraries into a service directory that matches their package/service (same fix pattern as #49980). Depends on spec fix Azure/azure-rest-api-specs#45100 which corrects the @azure-tools/typespec-java service-dir.

module old folder new folder
azure-resourcemanager-resiliencemanagement sdk/azureresiliencemanagement sdk/resiliencemanagement
azure-resourcemanager-billing-trust sdk/billingtrust sdk/billing (part of the billing service)
azure-resourcemanager-portalservicescopilot sdk/portalservices sdk/portalservicescopilot

Changes

  • git mv each module to the new folder; billing-trust joins the existing sdk/billing service as a second artifact
  • Service pom.xml/ci.yml updated (new module + artifact for billing; renamed aggregator artifactId for the standalone moves)
  • Root pom.xml: update <module> entries (list kept ordinal-sorted)
  • Module README.md: fix SAMPLE.md link path
  • tsp-location.yaml: bump commit to HEAD of Sync eng/common directory with azure-sdk-tools for PR 10432 #45100

Artifact/package identity (artifactId, groupId, namespace) is unchanged, so this is not a breaking change for consumers.

Related

Copilot AI review requested due to automatic review settings July 29, 2026 09:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@github-actions github-actions Bot added the Mgmt This issue is related to a management-plane library. label Jul 29, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
33 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@weidongxu-microsoft
weidongxu-microsoft force-pushed the fix-mgmt-move-service-dir branch from d3f3b87 to c2a3b7e Compare July 29, 2026 10:04
Following spec fix Azure/azure-rest-api-specs#45100:
- sdk/azureresiliencemanagement -> sdk/resiliencemanagement
- sdk/portalservices -> sdk/portalservicescopilot
- azure-resourcemanager-billing-trust -> sdk/billing (part of the billing service)

Updates service pom.xml/ci.yml, root pom.xml module entries (kept sorted),
README SAMPLE.md links, and tsp-location.yaml commit.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 711d74af-436d-4323-998b-8c75f523ba2d
@weidongxu-microsoft
weidongxu-microsoft force-pushed the fix-mgmt-move-service-dir branch from c2a3b7e to 6fb9fa6 Compare July 29, 2026 10:31
@weidongxu-microsoft

Copy link
Copy Markdown
Member Author

/azp run prepare-pipelines

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

@weidongxu-microsoft
weidongxu-microsoft merged commit 5bc6f30 into Azure:main Jul 30, 2026
23 checks passed
@weidongxu-microsoft
weidongxu-microsoft deleted the fix-mgmt-move-service-dir branch July 30, 2026 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mgmt This issue is related to a management-plane library.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants