Skip to content

Commit 7a4f223

Browse files
azure-sdkmsyyc
andauthored
Refresh azure-mgmt-healthcareapis after migrate to Typespec (#47309)
* Configurations: 'specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/HealthcareApis/tspconfig.yaml', API Version: 2025-04-01-preview, SDK Release Type: beta, and CommitSHA: 'ecd420c9534d0dab69be38027c1723031504b081' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6388311 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Optimize changelog for azure-mgmt-healthcareapis * Add live tests for azure-mgmt-healthcareapis --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 0e3c4e9 commit 7a4f223

144 files changed

Lines changed: 23798 additions & 18140 deletions

File tree

Some content is hidden

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Release History
22

3+
## 3.0.0b1 (2026-06-03)
4+
5+
### Features Added
6+
7+
- Client `HealthcareApisManagementClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `HealthcareApisManagementClient` added method `send_request`
9+
- Model `PrivateEndpointConnection` added property `system_data`
10+
- Model `PrivateLinkResourceListResultDescription` added property `next_link`
11+
- Model `Resource` added property `system_data`
12+
- Model `StorageConfiguration` added property `storage_indexing_configuration`
13+
- Added model `ProxyResource`
14+
- Added model `StorageIndexingConfiguration`
15+
- Added model `TrackedResource`
16+
17+
### Breaking Changes
18+
19+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
20+
- Model `IotFhirDestination` moved instance variable `provisioning_state`, `resource_identity_resolution_type`, `fhir_service_resource_id` and `fhir_mapping` under property `properties` whose type is `IotFhirDestinationProperties`
21+
- Model `PrivateEndpointConnectionDescription` moved instance variable `private_endpoint`, `private_link_service_connection_state` and `provisioning_state` under property `properties` whose type is `PrivateEndpointConnectionProperties`
22+
- Model `PrivateLinkResourceDescription` moved instance variable `group_id`, `required_members` and `required_zone_names` under property `properties` whose type is `PrivateLinkResourceProperties`
23+
- Model `ServicesPatchDescription` moved instance variable `public_network_access` under property `properties` whose type is `ServicesPropertiesUpdateParameters`
24+
25+
### Other Changes
26+
27+
- Deleted model `DicomServiceCollection`/`FhirServiceCollection`/`IotConnectorCollection`/`IotFhirDestinationCollection`/`ListOperations`/`PrivateEndpointConnectionListResultDescription`/`WorkspaceList` which actually were not used by SDK users
28+
- Deleted model `LocationBasedResource`/`PrivateLinkResource`/`ResourceCore`/`ServiceManagedIdentity`/`ServicesResource`/`TaggedResource` which actually were not used by SDK users
29+
330
## 2.1.0 (2024-04-22)
431

532
### Features Added
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
include _meta.json
2-
recursive-include tests *.py *.json
3-
recursive-include samples *.py *.md
41
include *.md
5-
include azure/__init__.py
6-
include azure/mgmt/__init__.py
72
include LICENSE
83
include azure/mgmt/healthcareapis/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Health Care Apis Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.10+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.10+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/healthcareapis/azure-mgmt-healthcareapis/_meta.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"apiVersion": "2025-04-01-preview",
3+
"apiVersions": {
4+
"Microsoft.HealthcareApis": "2025-04-01-preview"
5+
},
6+
"commit": "ecd420c9534d0dab69be38027c1723031504b081",
7+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
8+
"typespec_src": "specification/healthcareapis/resource-manager/Microsoft.HealthcareApis/HealthcareApis",
9+
"emitterVersion": "0.62.1"
10+
}

0 commit comments

Comments
 (0)