-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[CLU] support for AAD + docs #24960
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
Merged
Merged
[CLU] support for AAD + docs #24960
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
985f0df
add aad support, docs, samples, tests
kristapratico 3a067ec
add aad test for authoring
kristapratico 5d68bec
feedback
kristapratico 0827d1c
Merge branch 'main' into clu-aad
kristapratico a57db39
update docstrings to have rest api links
kristapratico eefac80
add rest docs to readme
kristapratico 540f449
formatting
kristapratico 3ce0ecf
feedback
kristapratico faa886f
fix
kristapratico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ Conversational Language Understanding - aka **CLU** for short - is a cloud-based | |
| - Workflow app: Acts like an orchestrator to select the best candidate to analyze conversations to get best response from apps like Qna, Luis, and Conversation App | ||
|
|
||
|
|
||
| [Source code][conversationallanguage_client_src] | [Package (PyPI)][conversationallanguage_pypi_package] | [API reference documentation][api_reference_documentation] | [Product documentation][conversationallanguage_docs] | [Samples][conversationallanguage_samples] | ||
| [Source code][conversationallanguage_client_src] | [Package (PyPI)][conversationallanguage_pypi_package] | [API reference documentation][api_reference_documentation] | [Samples][conversationallanguage_samples] | [Product documentation][conversationallanguage_docs] | [Analysis REST API documentation][conversationanalysis_restdocs] | [Authoring REST API documentation][conversationanalysis_restdocs_authoring] | ||
|
|
||
| ## _Disclaimer_ | ||
|
|
||
|
|
@@ -370,7 +370,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con | |
| [azure_cli]: https://docs.microsoft.com/cli/azure/ | ||
| [azure_portal]: https://portal.azure.com/ | ||
| [azure_subscription]: https://azure.microsoft.com/free/ | ||
|
|
||
| [conversationanalysis_restdocs]: https://docs.microsoft.com/rest/api/language/conversation-analysis-runtime/ | ||
kristapratico marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| [conversationanalysis_restdocs_authoring]: https://docs.microsoft.com/rest/api/language/conversational-analysis-authoring | ||
| [cla]: https://cla.microsoft.com | ||
| [coc_contact]: mailto:[email protected] | ||
| [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
1,514 changes: 1,489 additions & 25 deletions
1,514
...ai-language-conversations/azure/ai/language/conversations/authoring/_operations/_patch.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.