-
Notifications
You must be signed in to change notification settings - Fork 2.1k
mgmt, ACR, split to 2 internal clients #47639
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
weidongxu-microsoft
merged 11 commits into
Azure:main
from
weidongxu-microsoft:mgmt_acr-split-two-clients
Jan 8, 2026
+1,439
−2,650
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
fadd537
update api-specs
weidongxu-microsoft fa66c5e
regen tasks
weidongxu-microsoft f37c15c
remove tasks samples
weidongxu-microsoft 37448d4
delete codegen headers for tasks
weidongxu-microsoft db23438
regen registry
weidongxu-microsoft 17efa8c
update Manager
weidongxu-microsoft da1622b
let agent fix
weidongxu-microsoft c719a3e
Update pom.xml
weidongxu-microsoft e6f8310
option renamed to metadata-suffix
weidongxu-microsoft c72bfbc
Merge branch 'mgmt_acr-split-two-clients' of https://github.com/weido…
weidongxu-microsoft 7de0181
update changelog for serviceClient
weidongxu-microsoft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
1 change: 0 additions & 1 deletion
1
...ry/src/main/java/com/azure/resourcemanager/containerregistry/fluent/AgentPoolsClient.java
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
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
82 changes: 82 additions & 0 deletions
82
...zure/resourcemanager/containerregistry/fluent/ContainerRegistryTasksManagementClient.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. | ||
|
|
||
| package com.azure.resourcemanager.containerregistry.fluent; | ||
|
|
||
| import com.azure.core.http.HttpPipeline; | ||
| import java.time.Duration; | ||
|
|
||
| /** | ||
| * The interface for ContainerRegistryTasksManagementClient class. | ||
| */ | ||
| public interface ContainerRegistryTasksManagementClient { | ||
| /** | ||
| * Gets The Microsoft Azure subscription ID. | ||
| * | ||
| * @return the subscriptionId value. | ||
| */ | ||
| String getSubscriptionId(); | ||
|
|
||
| /** | ||
| * Gets server parameter. | ||
| * | ||
| * @return the endpoint value. | ||
| */ | ||
| String getEndpoint(); | ||
|
|
||
| /** | ||
| * Gets Api Version. | ||
| * | ||
| * @return the apiVersion value. | ||
| */ | ||
| String getApiVersion(); | ||
|
|
||
| /** | ||
| * Gets The HTTP pipeline to send requests through. | ||
| * | ||
| * @return the httpPipeline value. | ||
| */ | ||
| HttpPipeline getHttpPipeline(); | ||
|
|
||
| /** | ||
| * Gets The default poll interval for long-running operation. | ||
| * | ||
| * @return the defaultPollInterval value. | ||
| */ | ||
| Duration getDefaultPollInterval(); | ||
|
|
||
| /** | ||
| * Gets the AgentPoolsClient object to access its operations. | ||
| * | ||
| * @return the AgentPoolsClient object. | ||
| */ | ||
| AgentPoolsClient getAgentPools(); | ||
|
|
||
| /** | ||
| * Gets the RegistryTasksClient object to access its operations. | ||
| * | ||
| * @return the RegistryTasksClient object. | ||
| */ | ||
| RegistryTasksClient getRegistryTasks(); | ||
|
|
||
| /** | ||
| * Gets the RunsClient object to access its operations. | ||
| * | ||
| * @return the RunsClient object. | ||
| */ | ||
| RunsClient getRuns(); | ||
|
|
||
| /** | ||
| * Gets the TaskRunsClient object to access its operations. | ||
| * | ||
| * @return the TaskRunsClient object. | ||
| */ | ||
| TaskRunsClient getTaskRuns(); | ||
|
|
||
| /** | ||
| * Gets the TasksClient object to access its operations. | ||
| * | ||
| * @return the TasksClient object. | ||
| */ | ||
| TasksClient getTasks(); | ||
| } |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.