Skip to content

Commit 1b6a551

Browse files
author
SDKAuto
committed
CodeGen from PR 33581 in Azure/azure-rest-api-specs
Merge efc5c09ac76420e669ba217b83c81ce263ad5453 into cb5ef7fc4cb443bd5f6b21d02cbce41051beb6ae
1 parent 41e7411 commit 1b6a551

File tree

5 files changed

+166
-98
lines changed

5 files changed

+166
-98
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0-beta.1 (2025-04-15)
4+
5+
- Azure Resource Manager DevOps Infrastructure client library for Java. 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).
46

57
### Features Added
68

7-
### Breaking Changes
9+
* `models.CheckNameAvailability` was added
10+
11+
* `models.CheckNameAvailabilityResult` was added
12+
13+
* `models.DevOpsInfrastructureResourceType` was added
14+
15+
* `models.CheckNameAvailabilityReason` was added
16+
17+
* `models.AvailabilityStatus` was added
18+
19+
* `models.CertificateStoreNameOption` was added
20+
21+
* `models.EphemeralType` was added
22+
23+
#### `models.PoolImage` was modified
24+
25+
* `ephemeralType()` was added
26+
* `withEphemeralType(models.EphemeralType)` was added
27+
28+
#### `models.Organization` was modified
29+
30+
* `withOpenAccess(java.lang.Boolean)` was added
31+
* `openAccess()` was added
32+
33+
#### `models.SecretsManagementSettings` was modified
34+
35+
* `withCertificateStoreName(models.CertificateStoreNameOption)` was added
36+
* `certificateStoreName()` was added
837

9-
### Bugs Fixed
38+
#### `models.Pools` was modified
1039

11-
### Other Changes
40+
* `checkNameAvailability(models.CheckNameAvailability)` was added
41+
* `checkNameAvailabilityWithResponse(models.CheckNameAvailability,com.azure.core.util.Context)` was added
1242

1343
## 1.0.0 (2024-11-21)
1444

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)