forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 23
[Sample] Updating for samples based on dotnet samples #11892
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
yungshinlintw
merged 34 commits into
azure-sdk:sdkauto/azure-ai-contentunderstanding-5580124
from
chienyuanchang:chienyuan/revise_get_raw_json_sample
Jan 10, 2026
Merged
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bcfcd51
[Sample] get raw json for analyze_return_raw_json samples and tests
6cdca09
[Sample] print out markdown for get_raw_json sample
58f4fd0
[TypeSpec] Commit update
eba3190
[SDK-UPDATE] a3291026612253abe544704a27bfad1dbdd5dcc2
a36ea83
[SAMPLE-UPDATE] ContentCategory to ContentCategoryDefinition
4dc8c65
[TEST-INFRA] skip folders/files for pytest
ca1936c
[SDK-UPDATE] remove _patch.py functions
dfa17f8
[SAMPLE-UPDATE] update samples accroding to .NET samples
9aa2a4e
[SAMPLE-UPDATE] rename sample_update_defaults_async to sample_update_…
dd26e9a
[SAMPLE-UPDATE] sample_update_defaults
2f82dd0
[SAMPLE-UPDATE] sample_analyze_binary_async.py
31837a9
[SAMPLE-UPDATE] sample_analyze_url
dd786e1
[SAMPLE-UPDATE] sample_analyze_invoice
0aa5cc0
[SAMPLE-UPDATE] sample_analyze_invoice
8bdf14e
[SAMPLE-UPDATE] update terms for sample_update_defaults
67614b7
[SAMPLE-UPDATE] sample_create_analyzer
31c93de
[SAMPLE-UPDATE] sample_create_classifier
1b752b6
[SAMPLE-UPDATE] sample_get_analyzer
bfc268c
[SAMPLE-UPDATE] sample_list_analyzers
77a485c
[SAMPLE-UPDATE] sample_analyze_configs
4985ecf
[SAMPLE-UPDATE] sample_analyze_return_raw_json
9ba0557
[SAMPLE-UPDATE] sample_get_result_file
0cb07ea
[SAMPLE-UPDATE] sample_delete_result
39bc27b
[SAMPLE-UPDATE] sample_grant_copy_auth
9dc93d7
[SAMPLE-DOC] update sample description
02b8a4a
[SAMPLE-DOC] update readme and test sample description
67937a5
[SAMPLE-DOC] update sample readme
c7d59d3
[README] update based on .NET
6563b26
[TEST-FIX] fix test_sample_grant_copy_auth
c82387f
[SAMPLE-FIX] MyPy fix
b8c263e
[ANALYZE-FIX] spelling and link
6f58471
[ANALYZE-FIX] pylint
db521e7
[PATCH-UPDATE] remove unused patch
85bd72a
[SAMPLE-README] improvement
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
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.
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.
Can we follow samples/sample_analyze_binary.py to print out markdown and equivalent document structure to show two ways to access the same functionalities?
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.
Yes, updated