-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Arch preview feedback #16441
Merged
Merged
Arch preview feedback #16441
Changes from 22 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c0be246
Kill Deserializer
rakshith91 56e3980
kill cuatom events
rakshith91 bae007d
cloud event
rakshith91 307223d
eg event
rakshith91 8c9c934
SystemEventNames
rakshith91 f45d34c
more changes
rakshith91 76d0b71
doc string
rakshith91 121245b
aio docstring
rakshith91 e13c9be
samples
rakshith91 2344688
lint fix
rakshith91 ab431b4
lint
rakshith91 654f93c
updates
rakshith91 9d2b2ea
Update champion_scenarios.md
5b0c8e4
updates
rakshith91 71a12df
fix samples
rakshith91 7cf7c97
md file
rakshith91 4450fba
custom-2
rakshith91 6e9320f
oops
rakshith91 d0639bb
tests
rakshith91 349d360
Update sdk/eventgrid/azure-eventgrid/README.md
da3d505
Apply suggestions from code review
7559f61
change
rakshith91 78aebb7
Apply suggestions from code review
2cb0908
lint
rakshith91 e0e78c2
fix sample
rakshith91 6c0c6bb
Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py
9ecbada
Update sdk/eventgrid/azure-eventgrid/samples/publish_samples/publish_…
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 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 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 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
68 changes: 0 additions & 68 deletions
68
sdk/eventgrid/azure-eventgrid/azure/eventgrid/_consumer.py
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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
8 changes: 0 additions & 8 deletions
8
sdk/eventgrid/azure-eventgrid/azure/eventgrid/_shared/__init__.py
This file was deleted.
Oops, something went wrong.
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.
The wording is a little confusing. Might be more clear to separate the idea that CloudEvent/EGEvents can be sent as dicts and that events in a custom schema can be sent as a dict or list of dicts. Would be useful to add links for either the samples of sending all these different formats or from the
champion_scenarios.md
. Something like?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.
it would be worth it - i'll tackle it in the samples issue though since i fell this is a non blocker. changing the wording a bit for now