Skip to content

Commit fd4b882

Browse files
chore: regen library (Azure#53336)
1 parent 8ee8ea3 commit fd4b882

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

sdk/healthdataaiservices/Azure.Health.Deidentification/src/Generated/HealthDeidentificationModelFactory.cs

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
using System.ComponentModel;
5-
64
namespace Azure.Health.Deidentification
75
{
86
[CodeGenType("DeidentificationModelFactory")]
97
public partial class HealthDeidentificationModelFactory
108
{
11-
/// <summary> Request body for de-identification operation. </summary>
12-
/// <param name="inputText"> Input text to de-identify. </param>
13-
/// <param name="operationType"> Operation to perform on the input documents. </param>
14-
/// <param name="customizations"> Customization parameters to override default service behaviors. </param>
15-
/// <returns> A new <see cref="Deidentification.DeidentificationContent"/> instance for mocking. </returns>
16-
[EditorBrowsable(EditorBrowsableState.Never)]
17-
public static DeidentificationContent DeidentificationContent(string inputText, DeidentificationOperationType? operationType, DeidentificationCustomizationOptions customizations)
18-
{
19-
return DeidentificationContent(inputText, operationType, null, customizations);
20-
}
219
}
2210
}

0 commit comments

Comments
 (0)