Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit b00df8d

Browse files
mgmt, regen containerregistry (Azure#38558)
1 parent cfded0d commit b00df8d

File tree

309 files changed

+10821
-13321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+10821
-13321
lines changed

sdk/resourcemanager/api-specs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dir": "azure-resourcemanager-containerregistry",
5959
"source": "specification/containerregistry/resource-manager/readme.md",
6060
"package": "com.azure.resourcemanager.containerregistry",
61-
"args": "--tag=package-2023-07"
61+
"args": "--tag=package-2023-07 --modelerfour.lenient-model-deduplication=true"
6262
},
6363
"containerregistry-hybrid": {
6464
"dir": "../resourcemanagerhybrid/azure-resourcemanager-containerregistry",

sdk/resourcemanager/azure-resourcemanager-containerregistry/src/main/java/com/azure/resourcemanager/containerregistry/fluent/AgentPoolsClient.java

Lines changed: 81 additions & 102 deletions
Large diffs are not rendered by default.

sdk/resourcemanager/azure-resourcemanager-containerregistry/src/main/java/com/azure/resourcemanager/containerregistry/fluent/CacheRulesClient.java

Lines changed: 76 additions & 105 deletions
Large diffs are not rendered by default.

sdk/resourcemanager/azure-resourcemanager-containerregistry/src/main/java/com/azure/resourcemanager/containerregistry/fluent/ContainerRegistryManagementClient.java

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,123 +7,125 @@
77
import com.azure.core.http.HttpPipeline;
88
import java.time.Duration;
99

10-
/** The interface for ContainerRegistryManagementClient class. */
10+
/**
11+
* The interface for ContainerRegistryManagementClient class.
12+
*/
1113
public interface ContainerRegistryManagementClient {
1214
/**
1315
* Gets The ID of the target subscription. The value must be an UUID.
14-
*
16+
*
1517
* @return the subscriptionId value.
1618
*/
1719
String getSubscriptionId();
1820

1921
/**
2022
* Gets server parameter.
21-
*
23+
*
2224
* @return the endpoint value.
2325
*/
2426
String getEndpoint();
2527

2628
/**
2729
* Gets The HTTP pipeline to send requests through.
28-
*
30+
*
2931
* @return the httpPipeline value.
3032
*/
3133
HttpPipeline getHttpPipeline();
3234

3335
/**
3436
* Gets The default poll interval for long-running operation.
35-
*
37+
*
3638
* @return the defaultPollInterval value.
3739
*/
3840
Duration getDefaultPollInterval();
3941

4042
/**
4143
* Gets the CacheRulesClient object to access its operations.
42-
*
44+
*
4345
* @return the CacheRulesClient object.
4446
*/
4547
CacheRulesClient getCacheRules();
4648

4749
/**
4850
* Gets the CredentialSetsClient object to access its operations.
49-
*
51+
*
5052
* @return the CredentialSetsClient object.
5153
*/
5254
CredentialSetsClient getCredentialSets();
5355

5456
/**
5557
* Gets the RegistriesClient object to access its operations.
56-
*
58+
*
5759
* @return the RegistriesClient object.
5860
*/
5961
RegistriesClient getRegistries();
6062

6163
/**
6264
* Gets the OperationsClient object to access its operations.
63-
*
65+
*
6466
* @return the OperationsClient object.
6567
*/
6668
OperationsClient getOperations();
6769

6870
/**
6971
* Gets the PrivateEndpointConnectionsClient object to access its operations.
70-
*
72+
*
7173
* @return the PrivateEndpointConnectionsClient object.
7274
*/
7375
PrivateEndpointConnectionsClient getPrivateEndpointConnections();
7476

7577
/**
7678
* Gets the ReplicationsClient object to access its operations.
77-
*
79+
*
7880
* @return the ReplicationsClient object.
7981
*/
8082
ReplicationsClient getReplications();
8183

8284
/**
8385
* Gets the ScopeMapsClient object to access its operations.
84-
*
86+
*
8587
* @return the ScopeMapsClient object.
8688
*/
8789
ScopeMapsClient getScopeMaps();
8890

8991
/**
9092
* Gets the TokensClient object to access its operations.
91-
*
93+
*
9294
* @return the TokensClient object.
9395
*/
9496
TokensClient getTokens();
9597

9698
/**
9799
* Gets the WebhooksClient object to access its operations.
98-
*
100+
*
99101
* @return the WebhooksClient object.
100102
*/
101103
WebhooksClient getWebhooks();
102104

103105
/**
104106
* Gets the AgentPoolsClient object to access its operations.
105-
*
107+
*
106108
* @return the AgentPoolsClient object.
107109
*/
108110
AgentPoolsClient getAgentPools();
109111

110112
/**
111113
* Gets the RunsClient object to access its operations.
112-
*
114+
*
113115
* @return the RunsClient object.
114116
*/
115117
RunsClient getRuns();
116118

117119
/**
118120
* Gets the TaskRunsClient object to access its operations.
119-
*
121+
*
120122
* @return the TaskRunsClient object.
121123
*/
122124
TaskRunsClient getTaskRuns();
123125

124126
/**
125127
* Gets the TasksClient object to access its operations.
126-
*
128+
*
127129
* @return the TasksClient object.
128130
*/
129131
TasksClient getTasks();

0 commit comments

Comments
 (0)