1.0.0 (2025-04-18)
Features Added
- Introduced
DeidentificationCustomizationOptions
andDeidentificationJobCustomizationOptions
models.- Added
SurrogateLocale
field in these models. - Moved
RedactionFormat
field into these models.
- Added
- Introduced
Overwrite
flag inTargetStorageLocation
model.
Breaking Changes
- Changed method names in
DeidentificationClient
to match functionality:- Changed the
deidentify
method name todeidentifyText
. - Changed the
beginCreateJob
method name tobeginDeidentifyDocuments
.
- 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 the model
PhiCategory
:- Renamed
IDNUM
toID_NUM
. - Renamed
IPADDRESS
toIP_ADDRESS
.
- Renamed
- Changed
Path
field toLocation
inSourceStorageLocation
andTargetStorageLocation
. - Changed
outputPrefix
behavior to no longer includejobName
by default. - Deprecated
Path
andLocation
fromTaggerResult
model.