Skip to content

Commit 7328b9a

Browse files
authored
[Automation] Generate Fluent Lite from healthcareapis#package-2023-11 (Azure#38138)
* [Automation] External Change * [Automation] Generate Fluent Lite from healthcareapis#package-2023-11
1 parent cd198ed commit 7328b9a

File tree

323 files changed

+13713
-9259
lines changed

Some content is hidden

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

323 files changed

+13713
-9259
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ com.azure.resourcemanager:azure-resourcemanager-datamigration;1.0.0-beta.2;1.0.0
329329
com.azure.resourcemanager:azure-resourcemanager-devspaces;1.0.0-beta.2;1.0.0-beta.3
330330
com.azure.resourcemanager:azure-resourcemanager-devtestlabs;1.0.0;1.1.0-beta.1
331331
com.azure.resourcemanager:azure-resourcemanager-hanaonazure;1.0.0-beta.2;1.0.0-beta.3
332-
com.azure.resourcemanager:azure-resourcemanager-healthcareapis;1.0.0-beta.2;1.0.0-beta.3
332+
com.azure.resourcemanager:azure-resourcemanager-healthcareapis;1.0.0-beta.2;1.0.0
333333
com.azure.resourcemanager:azure-resourcemanager-hybridcompute;1.0.0-beta.3;1.0.0-beta.4
334334
com.azure.resourcemanager:azure-resourcemanager-logic;1.0.0-beta.2;1.0.0-beta.3
335335
com.azure.resourcemanager:azure-resourcemanager-maintenance;1.0.0;1.1.0-beta.1

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

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

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0 (2023-12-21)
44

5-
### Features Added
5+
- Azure Resource Manager HealthcareApis client library for Java. This package contains Microsoft Azure SDK for HealthcareApis Management SDK. Azure Healthcare APIs Client. Package tag package-2023-11. 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+
* `models.FhirServiceAccessPolicyEntry` was removed
10+
11+
#### `models.FhirService$Definition` was modified
12+
13+
* `withAccessPolicies(java.util.List)` was removed
14+
15+
#### `models.FhirService` was modified
16+
17+
* `accessPolicies()` was removed
18+
19+
### Features Added
20+
21+
* `models.ImplementationGuidesConfiguration` was added
22+
23+
* `models.ServiceImportConfigurationInfo` was added
24+
25+
* `models.Encryption` was added
26+
27+
* `models.FhirServiceImportConfiguration` was added
28+
29+
* `models.CorsConfiguration` was added
30+
31+
* `models.EncryptionCustomerManagedKeyEncryption` was added
32+
33+
#### `models.FhirService$Definition` was modified
34+
35+
* `withImportConfiguration(models.FhirServiceImportConfiguration)` was added
36+
* `withEncryption(models.Encryption)` was added
37+
* `withImplementationGuidesConfiguration(models.ImplementationGuidesConfiguration)` was added
38+
39+
#### `models.ServicesDescription` was modified
40+
41+
* `resourceGroupName()` was added
42+
43+
#### `models.DicomService` was modified
44+
45+
* `eventState()` was added
46+
* `corsConfiguration()` was added
47+
* `resourceGroupName()` was added
48+
* `encryption()` was added
49+
50+
#### `models.IotConnector` was modified
51+
52+
* `resourceGroupName()` was added
53+
54+
#### `models.MetricSpecification` was modified
55+
56+
* `enableRegionalMdmAccount()` was added
57+
* `metricFilterPattern()` was added
58+
* `sourceMdmAccount()` was added
59+
* `withIsInternal(java.lang.Boolean)` was added
60+
* `withEnableRegionalMdmAccount(java.lang.Boolean)` was added
61+
* `withMetricFilterPattern(java.lang.String)` was added
62+
* `withResourceIdDimensionNameOverride(java.lang.String)` was added
63+
* `isInternal()` was added
64+
* `resourceIdDimensionNameOverride()` was added
65+
* `withSourceMdmAccount(java.lang.String)` was added
66+
67+
#### `models.Workspace` was modified
68+
69+
* `resourceGroupName()` was added
70+
71+
#### `models.PrivateEndpointConnectionDescription` was modified
72+
73+
* `resourceGroupName()` was added
74+
75+
#### `models.FhirService` was modified
76+
77+
* `implementationGuidesConfiguration()` was added
78+
* `resourceGroupName()` was added
79+
* `importConfiguration()` was added
80+
* `encryption()` was added
81+
82+
#### `models.ServicesProperties` was modified
83+
84+
* `importConfiguration()` was added
85+
* `withImportConfiguration(models.ServiceImportConfigurationInfo)` was added
86+
87+
#### `models.ServiceCosmosDbConfigurationInfo` was modified
88+
89+
* `crossTenantCmkApplicationId()` was added
90+
* `withCrossTenantCmkApplicationId(java.lang.String)` was added
91+
92+
#### `models.IotFhirDestination` was modified
93+
94+
* `resourceGroupName()` was added
95+
96+
#### `models.DicomService$Definition` was modified
1097

11-
### Other Changes
98+
* `withEncryption(models.Encryption)` was added
99+
* `withCorsConfiguration(models.CorsConfiguration)` was added
12100

13101
## 1.0.0-beta.2 (2022-04-11)
14102

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

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

33
Azure Resource Manager HealthcareApis client library for Java.
44

5-
This package contains Microsoft Azure SDK for HealthcareApis Management SDK. Azure Healthcare APIs Client. Package tag package-2021-11. 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 HealthcareApis Management SDK. Azure Healthcare APIs Client. Package tag package-2023-11. 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

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-healthcareapis</artifactId>
35-
<version>1.0.0-beta.2</version>
35+
<version>1.0.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -45,7 +45,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen
4545

4646
### Authentication
4747

48-
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
48+
By default, Microsoft Entra ID token authentication depends on correct configuration of the following environment variables.
4949

5050
- `AZURE_CLIENT_ID` for Azure client ID.
5151
- `AZURE_TENANT_ID` for Azure tenant ID.
@@ -83,20 +83,25 @@ See [API design][design] for general introduction on design and key concepts on
8383

8484
## Contributing
8585

86-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
86+
For details on contributing to this repository, see the [contributing guide][cg].
8787

88-
1. Fork it
89-
1. Create your feature branch (`git checkout -b my-new-feature`)
90-
1. Commit your changes (`git commit -am 'Add some feature'`)
91-
1. Push to the branch (`git push origin my-new-feature`)
92-
1. Create new Pull Request
88+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
89+
90+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
91+
92+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <opencode@microsoft.com> with any additional questions or comments.
9393

9494
<!-- LINKS -->
9595
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
9696
[docs]: https://azure.github.io/azure-sdk-for-java/
97-
[jdk]: https://docs.microsoft.com/java/azure/jdk/
97+
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
9898
[azure_subscription]: https://azure.microsoft.com/free/
9999
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
100100
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
101101
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
102102
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md
103+
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
104+
[coc]: https://opensource.microsoft.com/codeofconduct/
105+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
106+
107+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fhealthcareapis%2Fazure-resourcemanager-healthcareapis%2FREADME.png)

0 commit comments

Comments
 (0)