-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[azure-ai-textanalytics] CT Authoring Client #25601
[azure-ai-textanalytics] CT Authoring Client #25601
Conversation
Added KeyCredential auth as well
Thank you for your contribution LouaiZahran! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really good! Thanks for all your hard work on this 😎
sdk/cognitivelanguage/azure-ai-language-text/azure/ai/language/text/authoring/__init__.py
Outdated
Show resolved
Hide resolved
sdk/cognitivelanguage/azure-ai-language-text/azure/ai/language/text/authoring/_client.py
Outdated
Show resolved
Hide resolved
sdk/cognitivelanguage/azure-ai-language-text/azure/ai/language/text/authoring/_version.py
Outdated
Show resolved
Hide resolved
...nguage/azure-ai-language-text/azure/ai/language/text/authoring/aio/operations/_operations.py
Outdated
Show resolved
Hide resolved
...nguage/azure-ai-language-text/azure/ai/language/text/authoring/aio/operations/_operations.py
Outdated
Show resolved
Hide resolved
sdk/cognitivelanguage/azure-ai-language-text/samples/authoring/sample_create_project.py
Outdated
Show resolved
Hide resolved
sdk/cognitivelanguage/azure-ai-language-text/samples/authoring/sample_delete_project.py
Outdated
Show resolved
Hide resolved
sdk/cognitivelanguage/azure-ai-language-text/samples/authoring/sample_delete_project.py
Outdated
Show resolved
Hide resolved
sdk/cognitivelanguage/azure-ai-language-text/samples/authoring/sample_export_project.py
Outdated
Show resolved
Hide resolved
And generating the operations directly on the client
Put it under the correct namespace of azure-ai-textanalytics
Thank you so much for the detailed review, @kristapratico ! Please review the changes one more time and tell me whether I should proceed with testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your changes! I left a few comments - you should be good to proceed with testing after those are addressed.
...analytics/azure-ai-textanalytics/azure/ai/textanalytics/authoring/_operations/_operations.py
Outdated
Show resolved
Hide resolved
...analytics/azure-ai-textanalytics/azure/ai/textanalytics/authoring/_operations/_operations.py
Outdated
Show resolved
Hide resolved
...analytics/azure-ai-textanalytics/azure/ai/textanalytics/authoring/_operations/_operations.py
Outdated
Show resolved
Hide resolved
...analytics/azure-ai-textanalytics/azure/ai/textanalytics/authoring/_operations/_operations.py
Outdated
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/authoring/_patch.py
Outdated
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/samples/authoring/sample_deploy_project.py
Outdated
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/samples/authoring/sample_import_project.py
Outdated
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/swagger/authoring/README.md
Outdated
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/swagger/authoring/README.md
Outdated
Show resolved
Hide resolved
sdk/textanalytics/azure-ai-textanalytics/swagger/authoring/README.md
Outdated
Show resolved
Hide resolved
@microsoft-github-policy-service agree [company="Microsoft"] |
@microsoft-github-policy-service agree company="Microsoft" |
[Hub Generated] Review request for Microsoft.ContainerService/aks to add version stable/2023-08-01 (Azure#25633) * Adds base for updating Microsoft.ContainerService/aks from version stable/2023-07-01 to version 2023-08-01 * Updates readme * Updates API version in new specs and examples * update (Azure#25468) * Adding Azure Service Mesh and related changes. (Azure#25482) * Adding Azure Service Mesh and related changes. * Fix a typo with api version in examples * fix a bug with egressGayeways for Istio * add resourceuid field to managed cluster properties (Azure#25478) * Adding examples for AzureServiceMesh (Azure#25535) * Adding an example for AzureServiceMesh * remove unneeded adonprofiles object * Adding ingressGateway to the ASM example. * Adding egressGateways to IstioComponents * Add egressGateways to the request payload. * Add BYO CA object to ServiceMeshProfile example * Fix resource id format for Azure keyvault * Enrich ASM examples (Azure#25597) * add asm- prefix to upgrades field on mesh ops (Azure#25601) --------- Co-authored-by: deveshdama <87668846+deveshdama@users.noreply.github.com> Co-authored-by: daru__ <ptd2108@columbia.edu> Co-authored-by: Sanya Kochhar <42152676+SanyaKochhar@users.noreply.github.com>
Description
The first version of the text analysis authoring client, developed using the GA specifications of 2022-05-01.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines