Skip to content

Commit 77b66d4

Browse files
updating changelog and README links (#41195)
Co-authored-by: Josiah Vinson <jovinson@microsoft.com>
1 parent d93cf74 commit 77b66d4

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

sdk/healthdataaiservices/azure-health-deidentification/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (Unreleased)
3+
## 1.0.0 (2025-05-19)
44

55
### Features Added
66

sdk/healthdataaiservices/azure-health-deidentification/samples/README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ These code samples show common scenario operations with the Azure Health Data Se
1414

1515
| File Name | Description |
1616
| --- | --- |
17-
| [deidentify_text_tag.py] and [deidentify_text_tag_async.py] | De-identify text using the tag operation |
18-
| [deidentify_text_redact.py] and [deidentify_text_redact_async.py] | De-identify text using the redact operation |
19-
| [deidentify_text_surrogate.py] and [deidentify_text_surrogate_async.py] | De-identify text using the surrogate operation |
20-
| [deidentify_documents.py] and [deidentify_documents_async.py] | De-identify documents in Azure Storage with an asynchronous job |
21-
| [list_jobs.py] and [list_jobs_async.py] | List de-identification jobs |
22-
| [list_job_documents.py] and [list_job_documents_async.py] | List the documents processed by a de-identification job |
17+
| [deidentify_text_tag.py][deidentify_text_tag] and [deidentify_text_tag_async.py][deidentify_text_tag_async] | De-identify text using the tag operation |
18+
| [deidentify_text_redact.py][deidentify_text_redact] and [deidentify_text_redact_async.py][deidentify_text_redact_async] | De-identify text using the redact operation |
19+
| [deidentify_text_surrogate.py][deidentify_text_surrogate] and [deidentify_text_surrogate_async.py][deidentify_text_surrogate_async] | De-identify text using the surrogate operation |
20+
| [deidentify_documents.py][deidentify_documents] and [deidentify_documents_async.py][deidentify_documents_async] | De-identify documents in Azure Storage with an asynchronous job |
21+
| [list_jobs.py][list_jobs] and [list_jobs_async.py][list_jobs_async] | List de-identification jobs |
22+
| [list_job_documents.py][list_job_documents] and [list_job_documents_async.py][list_job_documents_async] | List the documents processed by a de-identification job |
2323

2424
## Getting started
2525

@@ -55,7 +55,6 @@ what you can do with the Azure Health Data Services de-identification service cl
5555
[deid_quickstart]: https://learn.microsoft.com/azure/healthcare-apis/deidentification/quickstart
5656
[deid_rbac]: https://learn.microsoft.com/azure/healthcare-apis/deidentification/manage-access-rbac
5757

58-
<!-- Not checked in yet
5958
[deidentify_text_tag]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/deidentify_text_tag.py
6059
[deidentify_text_redact]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/deidentify_text_redact.py
6160
[deidentify_text_surrogate]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/deidentify_text_surrogate.py
@@ -67,5 +66,4 @@ what you can do with the Azure Health Data Services de-identification service cl
6766
[deidentify_text_surrogate_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/async_samples/deidentify_text_surrogate_async.py
6867
[deidentify_documents_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/async_samples/deidentify_documents_async.py
6968
[list_jobs_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/async_samples/list_jobs_async.py
70-
[list_job_documents_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/async_samples/list_job_documents_async.py
71-
-->
69+
[list_job_documents_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/healthdataaiservices/azure-health-deidentification/samples/async_samples/list_job_documents_async.py

0 commit comments

Comments
 (0)