Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a50b9d9
Configurations: 'specification/cognitiveservices/data-plane/Language…
azure-sdk Apr 20, 2026
e5c4d57
updated ReadMe
amber-Chen-86 Apr 20, 2026
e83a21a
fix Check spelling
amber-Chen-86 Apr 20, 2026
f63a74f
removed generated samples
amber-Chen-86 Apr 20, 2026
f0be81e
updated docstring
amber-Chen-86 Apr 20, 2026
75215da
added azure-identity
amber-Chen-86 Apr 20, 2026
acd6e86
updated ReadMe
amber-Chen-86 Apr 20, 2026
a791bf6
updated
amber-Chen-86 May 14, 2026
6974e56
replace LRO in names.
amber-Chen-86 May 14, 2026
f0ff3af
updated.
amber-Chen-86 May 20, 2026
55a6a0e
updated.
amber-Chen-86 May 26, 2026
497f792
add all tests
amber-Chen-86 May 28, 2026
650aae6
added custom poller
amber-Chen-86 May 29, 2026
c247130
add customer poller and test for async version
amber-Chen-86 Jun 1, 2026
80e848f
add all samples
amber-Chen-86 Jun 1, 2026
76f7b68
updated snippets
amber-Chen-86 Jun 2, 2026
d57bda6
migrate test recordings
amber-Chen-86 Jun 2, 2026
3ba81dd
updated conftest.py
amber-Chen-86 Jun 2, 2026
0609409
update sanitizer and tests
amber-Chen-86 Jun 3, 2026
cef1f10
updated assets
amber-Chen-86 Jun 3, 2026
aed3865
fix pylint
amber-Chen-86 Jun 4, 2026
f848da0
fix mypy
amber-Chen-86 Jun 4, 2026
2766b54
fix pyright
amber-Chen-86 Jun 4, 2026
83abe5f
fix pylint
amber-Chen-86 Jun 4, 2026
8bf407e
fix sphinx
amber-Chen-86 Jun 4, 2026
32dec02
migrate cspell.json
amber-Chen-86 Jun 4, 2026
e488d9d
updated readme
amber-Chen-86 Jun 5, 2026
db01a1a
update cspell
amber-Chen-86 Jun 8, 2026
4cb287d
Merge branch 'main' into v-amber/document-pysdk-2026-05-15-preview
amber-Chen-86 Jun 8, 2026
b93a40a
Merge branch 'Azure:main' into v-amber/document-pysdk-2026-05-15-prev…
amberchen-86 Jul 9, 2026
7d16d34
update commit id
amberchen-86 Jul 10, 2026
c87b893
remove debug print
amberchen-86 Jul 10, 2026
9a9030e
added "partiallycompleted"
amberchen-86 Jul 10, 2026
0a70536
added "partiallycompleted" in async lro
amberchen-86 Jul 10, 2026
17de979
updated readme
amberchen-86 Jul 10, 2026
b4ea04f
updated sample
amberchen-86 Jul 10, 2026
36ae3ab
added from urllib.parse import urlparse
amberchen-86 Jul 10, 2026
6fcddc3
updated sample_cancel_job and snippets
amberchen-86 Jul 10, 2026
028ac6b
updated assets in conversation inference
amberchen-86 Jul 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "python",
"TagPrefix": "python/cognitivelanguage/azure-ai-language-conversations",
"Tag": "python/cognitivelanguage/azure-ai-language-conversations_37aac6bbbe"
"Tag": "python/cognitivelanguage/azure-ai-language-conversations_58062aa3d9"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release History

## 1.0.0b1 (2026-04-20)

### Other Changes

- Initial version
21 changes: 21 additions & 0 deletions sdk/cognitivelanguage/azure-ai-language-documents/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Copyright (c) Microsoft Corporation.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include *.md
include LICENSE
include azure/ai/language/documents/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/ai/__init__.py
include azure/ai/language/__init__.py
Loading
Loading