Skip to content

Commit 20b4547

Browse files
[textanalytics-authoring] python sdk 20250515preview (#42971)
* Configurations: 'specification/cognitiveservices/Language.AnalyzeText-authoring/tspconfig.yaml', API Version: 2025-05-15-preview, SDK Release Type: beta, and CommitSHA: '1a726f6ceebbe003d485dd0572a8eca6608bf6ad' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5326084 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * removed generated samples and tests * copy all tests from old branch * copy all samples from old branch * run tsp-client update with new commit id * updated cspell.json * copy all patch files from old branch * updated patch * added patch in aio/operations * changed property list to entity_list * add test recordings for all sync tests * added test recordings for all async tests * push all recordings to remote assets repo and udpated assets.json * added readme * updated with new commit id * remove generated samples and tests * make cancel_traning_job private * fix pylint * added azure-ai-textanalytics as a dependency, and updated shared_requirements * adjust samples for delete_trained_model to remove checking the HTTP status code * updated sample_get_model_evaluation_results to add result.project_kind * remove all patch groups * fix pylint * update test for delete deployment and update assets.json * remove assigned_aoai_resource from sample_get_deployment * updated some properties name * fix broken links in samples/readme * edit doc for textauthoringclient in _patch.py * updated document_class in samples/import * fixed pylint error * added operation groups in subclass explicitly --------- Co-authored-by: azure-sdk <[email protected]>
1 parent 1c6d883 commit 20b4547

File tree

109 files changed

+27314
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+27314
-2
lines changed

.vscode/cspell.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,10 @@
901901
"filename": "sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/**/_serialization.py",
902902
"words": [ "ctxt", "wday", "mday", "astimezone", "unflattened", "JSONify", "deseralize" ]
903903
},
904+
{
905+
"filename": "sdk/cognitivelanguage/azure-ai-textanalytics-authoring/**",
906+
"words": [ "unassigning", "Customtextummarization", "cmatrix", "accb" ]
907+
},
904908
{
905909
"filename": "sdk/cognitivelanguage/azure-ai-language-conversations-authoring/**",
906910
"words": [ "unassigning" ],
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 1.0.0b1 (1970-01-01)
4+
5+
### Other Changes
6+
7+
- Initial version
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) Microsoft Corporation.
2+
3+
MIT License
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include *.md
2+
include LICENSE
3+
include azure/ai/textanalytics/authoring/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/ai/__init__.py
8+
include azure/ai/textanalytics/__init__.py

0 commit comments

Comments
 (0)