Skip to content

Commit 123161d

Browse files
author
Alexa Thomases
committed
Update README sample
1 parent b6f9d0b commit 123161d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/healthdataaiservices/Azure.Health.Deidentification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Basic code snippet to create your Deidentification Client and Deidentify a strin
4040
new DeidentificationClientOptions()
4141
);
4242

43-
DeidentificationContent content = new("Hello, John!", OperationType.Surrogate);
43+
DeidentificationContent content = new("Hello, John!");
4444

4545
Response<DeidentificationResult> result = client.DeidentifyText(content);
4646
string outputString = result.Value.OutputText;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
additionalDirectories: []
22
directory: specification/healthdataaiservices/HealthDataAIServices.DeidServices
3-
commit: 517fdd6a18ca70530f952ff0fd82c093ec14746d
3+
commit: e571683c8e379db8ad78c22adde38f471dbf8536
44
repo: Azure/azure-rest-api-specs
55

0 commit comments

Comments
 (0)