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.
Updates of @azure-rest/ai-vision-face (Azure#29676)
### Packages impacted by this PR @azure-rest/ai-vision-face ### Issues associated with this PR ### Describe the problem that is addressed by this PR 1. tsp-client update to Azure/azure-rest-api-specs@60161e2 ([commit](Azure@2189b83)) - Ref: history of face spec https://github.com/Azure/azure-rest-api-specs/commits/main/specification/ai/Face 2. Refine customization to not set MFD filename when there has already been one. ([commit](Azure@d688279)) 3. Use the `extraFiles` config to copy sample images. ([commit](Azure@389b01d)) 4. Fix sanitizer issues in tests. ([commit](Azure@3354597)) 5. Update the core-lro to v3 preview version. ([commit](Azure@7ac973d)) - Cherry-picked from 56d8552 6. tsp-client update to Azure/azure-rest-api-specs@1d2253d ([commit](Azure@9e3a10a)) ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --------- Co-authored-by: Chung Sheng Fu <Chung.Fu@microsoft.com>
- Loading branch information
1 parent
2fba31f
commit 39cfc07
Showing
15 changed files
with
2,465 additions
and
2,570 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,31 +1,18 @@ | ||
{ | ||
"$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/ai-vision-face.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" } | ||
} | ||
} | ||
} |
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
237 changes: 125 additions & 112 deletions
237
sdk/face/ai-vision-face-rest/review/ai-vision-face.api.md
Large diffs are not rendered by default.
Oops, something went wrong.
1,313 changes: 657 additions & 656 deletions
1,313
sdk/face/ai-vision-face-rest/src/clientDefinitions.ts
Large diffs are not rendered by default.
Oops, something went wrong.
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.