forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 31387 in Azure/azure-rest-api-specs
Merge 02bb3966d5d68dd08e4bd2fff041348052c31500 into 4a34315010d7416991838424bcbbfe0d4f8cea8a
- Loading branch information
SDKAuto
committed
Nov 1, 2024
1 parent
4a2df5a
commit 2ab3945
Showing
54 changed files
with
418 additions
and
1,804 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 5 additions & 7 deletions
12
sdk/healthdataaiservices/azure-health-deidentification/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (2024-08-15) | ||
|
||
- Azure Deidentification client library for JS. This package contains Microsoft Azure Deidentification client library. | ||
|
||
## 1.0.0-beta.1 (2024-11-01) | ||
|
||
### Features Added | ||
|
||
- Azure Deidentification client library for JS. This package contains Microsoft Azure Deidentification client library. | ||
- Added Interface DeidServicesClientOptions | ||
- Added Type Alias DeidServicesClient | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 19 additions & 6 deletions
25
sdk/healthdataaiservices/azure-health-deidentification/api-extractor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"mainEntryPointFilePath": "./dist/esm/index.d.ts", | ||
"docModel": { "enabled": true }, | ||
"apiReport": { "enabled": true, "reportFolder": "./review" }, | ||
"docModel": { | ||
"enabled": true | ||
}, | ||
"apiReport": { | ||
"enabled": true, | ||
"reportFolder": "./review" | ||
}, | ||
"dtsRollup": { | ||
"enabled": true, | ||
"untrimmedFilePath": "", | ||
"publicTrimmedFilePath": "./types/health-deidentification.d.ts" | ||
}, | ||
"messages": { | ||
"tsdocMessageReporting": { "default": { "logLevel": "none" } }, | ||
"tsdocMessageReporting": { | ||
"default": { | ||
"logLevel": "none" | ||
} | ||
}, | ||
"extractorMessageReporting": { | ||
"ae-missing-release-tag": { "logLevel": "none" }, | ||
"ae-unresolved-link": { "logLevel": "none" } | ||
"ae-missing-release-tag": { | ||
"logLevel": "none" | ||
}, | ||
"ae-unresolved-link": { | ||
"logLevel": "none" | ||
} | ||
} | ||
} | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
sdk/healthdataaiservices/azure-health-deidentification/assets.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
sdk/healthdataaiservices/azure-health-deidentification/config/rush-project.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-159 KB
...ices/azure-health-deidentification/documentation/images/ServiceUrl_Location.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.