Skip to content

Commit def6b23

Browse files
author
SDKAuto
committed
CodeGen from PR 33888 in Azure/azure-rest-api-specs
Merge 8ac12f92c1d48f202f344ab30df1842d10a10211 into 0d182673b42de227bc01c0e4f04932b6c074f5ce
1 parent 40993ae commit def6b23

File tree

188 files changed

+2043
-3043
lines changed

Some content is hidden

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

188 files changed

+2043
-3043
lines changed

sdk/devopsinfrastructure/azure-resourcemanager-devopsinfrastructure/CHANGELOG.md

Lines changed: 155 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,165 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-11)
44

5-
### Features Added
5+
- Azure Resource Manager DevOpsInfrastructure client library for Java. This package contains Microsoft Azure SDK for DevOpsInfrastructure Management SDK. Package tag package-stable-2025-01-21. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `implementation.models.PagedQuota` was removed
10+
11+
#### `implementation.models.ImageVersionListResult` was removed
12+
13+
#### `implementation.models.OperationListResult` was removed
14+
15+
#### `implementation.models.ResourceDetailsObjectListResult` was removed
16+
17+
#### `implementation.models.PoolListResult` was removed
18+
19+
#### `implementation.models.ResourceSkuListResult` was removed
20+
21+
#### `models.ResourcePredictions` was removed
22+
23+
#### `models.StatelessAgentProfile` was modified
24+
25+
* `withResourcePredictions(models.ResourcePredictions)` was removed
26+
27+
#### `models.ManagedServiceIdentity` was modified
28+
29+
* `java.lang.String principalId()` -> `java.util.UUID principalId()`
30+
* `java.lang.String tenantId()` -> `java.util.UUID tenantId()`
31+
32+
#### `models.AgentProfile` was modified
33+
34+
* `withResourcePredictions(models.ResourcePredictions)` was removed
35+
* `models.ResourcePredictions resourcePredictions()` -> `java.lang.Object resourcePredictions()`
36+
37+
#### `models.Stateful` was modified
38+
39+
* `withResourcePredictions(models.ResourcePredictions)` was removed
40+
41+
#### `models.UserAssignedIdentity` was modified
42+
43+
* `java.lang.String principalId()` -> `java.util.UUID principalId()`
44+
* `java.lang.String clientId()` -> `java.util.UUID clientId()`
45+
46+
#### `DevOpsInfrastructureManager` was modified
47+
48+
* `fluent.DevOpsInfrastructureManagementClient serviceClient()` -> `fluent.ManagedDevOpsInfrastructure serviceClient()`
49+
50+
### Features Added
51+
52+
* `models.CheckNameAvailability` was added
53+
54+
* `models.ResourceDetailsObjectListResult` was added
55+
56+
* `models.ImageVersionListResult` was added
57+
58+
* `models.PagedQuota` was added
59+
60+
* `models.CheckNameAvailabilityReason` was added
61+
62+
* `models.EphemeralType` was added
63+
64+
* `models.CheckNameAvailabilityResult` was added
65+
66+
* `models.DevOpsInfrastructureResourceType` was added
67+
68+
* `models.AvailabilityStatus` was added
69+
70+
* `models.CertificateStoreNameOption` was added
71+
72+
* `models.ResourceSkuListResult` was added
73+
74+
* `models.PoolListResult` was added
75+
76+
* `models.OperationListResult` was added
77+
78+
#### `models.ImageVersionProperties` was modified
79+
80+
* `withVersion(java.lang.String)` was added
81+
82+
#### `models.PoolImage` was modified
83+
84+
* `ephemeralType()` was added
85+
* `withEphemeralType(models.EphemeralType)` was added
86+
87+
#### `models.ResourceDetailsObjectProperties` was modified
88+
89+
* `withStatus(models.ResourceStatus)` was added
90+
* `withImage(java.lang.String)` was added
91+
* `withImageVersion(java.lang.String)` was added
92+
93+
#### `models.QuotaName` was modified
94+
95+
* `withValue(java.lang.String)` was added
96+
* `withLocalizedValue(java.lang.String)` was added
97+
98+
#### `models.ResourceSkuZoneDetails` was modified
99+
100+
* `withName(java.util.List)` was added
101+
* `withCapabilities(java.util.List)` was added
102+
103+
#### `models.ResourceSkuLocationInfo` was modified
104+
105+
* `withZoneDetails(java.util.List)` was added
106+
* `withLocation(java.lang.String)` was added
107+
* `withZones(java.util.List)` was added
108+
109+
#### `models.ResourceSkuProperties` was modified
110+
111+
* `withResourceType(java.lang.String)` was added
112+
* `withTier(java.lang.String)` was added
113+
* `withLocationInfo(java.util.List)` was added
114+
* `withLocations(java.util.List)` was added
115+
* `withRestrictions(java.util.List)` was added
116+
* `withSize(java.lang.String)` was added
117+
* `withFamily(java.lang.String)` was added
118+
* `withCapabilities(java.util.List)` was added
119+
120+
#### `models.StatelessAgentProfile` was modified
121+
122+
* `withResourcePredictions(java.lang.Object)` was added
123+
124+
#### `models.ResourceSkuRestrictions` was modified
125+
126+
* `withValues(java.util.List)` was added
127+
* `withReasonCode(models.ResourceSkuRestrictionsReasonCode)` was added
128+
* `withType(models.ResourceSkuRestrictionsType)` was added
129+
* `withRestrictionInfo(models.ResourceSkuRestrictionInfo)` was added
130+
131+
#### `models.AgentProfile` was modified
132+
133+
* `withResourcePredictions(java.lang.Object)` was added
134+
135+
#### `models.Stateful` was modified
136+
137+
* `withResourcePredictions(java.lang.Object)` was added
138+
139+
#### `models.Organization` was modified
140+
141+
* `withOpenAccess(java.lang.Boolean)` was added
142+
* `openAccess()` was added
143+
144+
#### `models.SecretsManagementSettings` was modified
145+
146+
* `certificateStoreName()` was added
147+
* `withCertificateStoreName(models.CertificateStoreNameOption)` was added
148+
149+
#### `models.Pools` was modified
150+
151+
* `checkNameAvailability(models.CheckNameAvailability)` was added
152+
* `checkNameAvailabilityWithResponse(models.CheckNameAvailability,com.azure.core.util.Context)` was added
153+
154+
#### `models.ResourceSkuCapabilities` was modified
155+
156+
* `withName(java.lang.String)` was added
157+
* `withValue(java.lang.String)` was added
158+
159+
#### `models.ResourceSkuRestrictionInfo` was modified
10160

11-
### Other Changes
161+
* `withLocations(java.util.List)` was added
162+
* `withZones(java.util.List)` was added
12163

13164
## 1.0.0 (2024-11-21)
14165

sdk/devopsinfrastructure/azure-resourcemanager-devopsinfrastructure/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Azure Resource Manager DevOps Infrastructure client library for Java
1+
# Azure Resource Manager DevOpsInfrastructure client library for Java
22

3-
Azure Resource Manager DevOps Infrastructure client library for Java.
3+
Azure Resource Manager DevOpsInfrastructure client library for Java.
44

5-
This package contains Microsoft Azure SDK for DevOps Infrastructure Management SDK. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for DevOpsInfrastructure Management SDK. Package tag package-stable-2025-01-21. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
DevOpsInfrastructureManager manager = DevOpsInfrastructureManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)