Skip to content

Commit 81dd437

Browse files
generate code from inner loop tools
1 parent 5cd16e7 commit 81dd437

File tree

3 files changed

+56
-12
lines changed

3 files changed

+56
-12
lines changed

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

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,61 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
3+
## 1.1.0-beta.1 (2025-12-10)
64

75
### Breaking Changes
86

9-
### Bugs Fixed
7+
#### `models.PrivateEndpointConnection` was modified
8+
9+
* `validate()` was removed
10+
11+
#### `models.DeidUpdate` was modified
12+
13+
* `validate()` was removed
14+
15+
#### `models.DeidServiceProperties` was modified
16+
17+
* `validate()` was removed
18+
19+
#### `models.PrivateEndpoint` was modified
20+
21+
* `validate()` was removed
22+
23+
#### `HealthDataAIServicesManager` was modified
24+
25+
* `fluent.HealthDataAIServicesClient serviceClient()` -> `fluent.HealthDataAIServicesManagementClient serviceClient()`
26+
27+
#### `models.DeidPropertiesUpdate` was modified
28+
29+
* `validate()` was removed
30+
31+
#### `models.OperationDisplay` was modified
32+
33+
* `validate()` was removed
34+
35+
#### `models.ManagedServiceIdentityUpdate` was modified
36+
37+
* `validate()` was removed
38+
39+
#### `models.PrivateEndpointConnectionProperties` was modified
40+
41+
* `validate()` was removed
42+
43+
#### `models.PrivateLinkResourceProperties` was modified
44+
45+
* `validate()` was removed
46+
47+
#### `models.PrivateLinkServiceConnectionState` was modified
48+
49+
* `validate()` was removed
50+
51+
#### `models.UserAssignedIdentity` was modified
52+
53+
* `validate()` was removed
54+
55+
#### `models.ManagedServiceIdentity` was modified
56+
57+
* `validate()` was removed
1058

11-
### Other Changes
1259

1360
## 1.0.0 (2024-11-21)
1461

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager Health Data AI Services client library for Java.
44

5-
This package contains Microsoft Azure SDK for Health Data AI Services 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 Health Data AI Services Management SDK. Package api-version 2024-09-20. 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
HealthDataAIServicesManager manager = HealthDataAIServicesManager
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-

sdk/healthdataaiservices/azure-resourcemanager-healthdataaiservices/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<packaging>jar</packaging>
1919

2020
<name>Microsoft Azure SDK for Health Data AI Services Management</name>
21-
<description>This package contains Microsoft Azure SDK for Health Data AI Services Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt.</description>
21+
<description>This package contains Microsoft Azure SDK for Health Data AI Services Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2024-09-20.</description>
2222
<url>https://github.com/Azure/azure-sdk-for-java</url>
2323

2424
<licenses>
@@ -46,7 +46,6 @@
4646
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
4747
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
4848
<revapi.skip>true</revapi.skip>
49-
<spotless.skip>false</spotless.skip>
5049
</properties>
5150
<dependencies>
5251
<dependency>

0 commit comments

Comments
 (0)