Commit a87b4c0
Generate and implement Face SDK via TypeSpec (#35384)
* CodeGen from PR 27576 in Azure/azure-rest-api-specs
Merge 482ba279cb21fbf7f4e6bbd4ad14b6c14aa979d7 into b8af2fc3af08e42d2df6f48d1c84070ef1f6589b
* Fix SDK error
* SDK Customization
* test-resources.json
* Samples
* Testcases
* Add SDK README.md
* Rename the folder from samples/_shared to samples/shared
* Update the detection interface
* Correct the comments in sample codes
* Update the README.md
* Update the interface of detect_from_url()
* Removed TODO tag
* Update README.md
* Correct the path of the model object
* Refine liveness samples
* Reorganize samples and tests folder
- Only use images under samples/images for test.
- Move all async samples under samples folder to address relative
import failure
- Delete the folder 'tests/images'
- Add two utility methods in helpers class.
* Add assets.json
* Update CHANGELOG and README
* Fix errors reported by CI pipeline
* Fix typo
* Fix tests error
* Update CHANGELOG and README
* Update customized operations
* Update tests to fix test errors
* Not support live tests for this preview release
* Use `black` to reformat all samples and tests
* Remove all ignore flag from samples
* Add pyproject.toml
* Regenerated code
* update patches
* fix samples
* Update CHANGELOG
* Regenerate SDK based on the latest TypeSpec
* Update customized method to address the TypeSpec changes
* Update customized Enum classes definition and remove ignore flags from samples
* Update README.md
* Fix pylint error
* Use the new name of AAD: 'Microsoft Entra ID'
* Change the order of overload functions of
* Re-format the code snippet in README.md
---------
Co-authored-by: SDKAuto <sdkautomation@microsoft.com>1 parent c9fa6e6 commit a87b4c0
File tree
104 files changed
+51699
-0
lines changed- .vscode
- sdk/face
- azure-ai-vision-face
- azure
- ai
- vision
- face
- _operations
- aio
- _operations
- models
- samples
- images
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
104 files changed
+51699
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1775 | 1775 | | |
1776 | 1776 | | |
1777 | 1777 | | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
1778 | 1801 | | |
1779 | 1802 | | |
1780 | 1803 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments