-
Notifications
You must be signed in to change notification settings - Fork 2.2k
initial regeneration #48922
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
Open
idickerson7
wants to merge
27
commits into
main
Choose a base branch
from
idickers/2026-05-01-preview-java-sdk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
initial regeneration #48922
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a2a4bb1
initial regenration
idickerson7 8c882de
update samples
idickerson7 bfc1971
resolve conflicts and regen
idickerson7 ef71c1f
fix mispellings
idickerson7 1d77c68
cspell
idickerson7 45f3657
re-record tests
idickerson7 690047c
address typsepec inconsistencies
idickerson7 db048f8
regen + add tests
idickerson7 40d0b15
test proxy push
idickerson7 4e1fbaa
fix failing tests and test proxy push
idickerson7 07b6e8e
updated recordings
idickerson7 f3eaec7
fix fabric tests
idickerson7 aeee427
quick fix
idickerson7 4780b56
add new tests
idickerson7 f34c9f1
regen with typespec java fix
idickerson7 88d7795
test proxy push
idickerson7 b9d8247
Fix uploadKnowledgeSourceFile visibility bug and add tests
idickerson7 d00115c
regen with latest SHA
idickerson7 2c63c1a
Add missing async KB/KS public convenience methods
idickerson7 c5a236a
add javadocs and regen
idickerson7 da72211
regen
idickerson7 1ec11a7
add suppressions
idickerson7 ad75220
new regen
idickerson7 61a39b4
updated changelog
idickerson7 580cb29
SearchResourceEncryptionKey fix
idickerson7 77711ce
add knowledge samples
idickerson7 b743171
search customization changes
idickerson7 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
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
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.
This adds a file-level suppression for
DenyListedWordsCheck. If possible, it’s better to fix the offending term(s) in code/Javadoc (or narrow the suppression to the smallest scope possible with a clear rationale) rather than suppressing the rule for the whole file, since this can mask future violations.