Move 3 mgmt libraries to service folders matching their package name - #49982
Merged
weidongxu-microsoft merged 1 commit intoJul 30, 2026
Merged
Conversation
weidongxu-microsoft
requested review from
a team,
ArthurMa1978,
XiaofeiCao and
haolingdong-msft
as code owners
July 29, 2026 09:52
|
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
force-pushed
the
fix-mgmt-move-service-dir
branch
from
July 29, 2026 10:04
d3f3b87 to
c2a3b7e
Compare
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
force-pushed
the
fix-mgmt-move-service-dir
branch
from
July 29, 2026 10:31
c2a3b7e to
6fb9fa6
Compare
Member
Author
|
/azp run prepare-pipelines |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
XiaofeiCao
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-javaservice-dir.azure-resourcemanager-resiliencemanagementsdk/azureresiliencemanagementsdk/resiliencemanagementazure-resourcemanager-billing-trustsdk/billingtrustsdk/billing(part of the billing service)azure-resourcemanager-portalservicescopilotsdk/portalservicessdk/portalservicescopilotChanges
git mveach module to the new folder;billing-trustjoins the existingsdk/billingservice as a second artifactpom.xml/ci.ymlupdated (new module + artifact for billing; renamed aggregator artifactId for the standalone moves)pom.xml: update<module>entries (list kept ordinal-sorted)README.md: fixSAMPLE.mdlink pathtsp-location.yaml: bumpcommitto HEAD of Sync eng/common directory with azure-sdk-tools for PR 10432 #45100Artifact/package identity (
artifactId, groupId, namespace) is unchanged, so this is not a breaking change for consumers.Related