1.0.0 (2025-04-23)
Features Added
- Introduced
DeidentificationCustomizationOptions
andDeidentificationJobCustomizationOptions
models- Created
SurrogateLocale
field in these models - Moved
RedactionFormat
field into these models
- Created
- Introduced
Overwrite
flag inTargetStorageLocation
model
Breaking Changes
- Changed method names in
DeidentificationClient
to match functionality:- Changed the
Deidentify*
method names toDeidentifyText*
. - Changed the
CreateJob*
method names toDeidentifyDocuments*
.
- Changed the
- Renamed the property
DeidentificationContent.Operation
toOperationType
. - Deprecated
DocumentDataType
. - Changed the model
DeidentificationDocumentDetails
:- Renamed
Input
toInputLocation
. - Renamed
Output
toOutputLocation
.
- Renamed
- Changed the model
DeidentificationJob
- Renamed
Name
toJobName
. - Renamed
Operation
toOperationType
.
- Renamed
- Renamed the model
OperationState
toOperationStatus
. - Changed
Path
field toLocation
inSourceStorageLocation
andTargetStorageLocation
. - Changed handling of
TargetStorageLocation.Prefix
to only include the provided value. Previously, the generated document locations would include theDeidentificationJob.JobName
by default. - Deprecated
Path
andLocation
fromTaggerResult
model.