-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[EG] Beta One Client #34973
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
l0lawrence
merged 84 commits into
Azure:feature/eventgrid
from
l0lawrence:llawrence/eg/oneclient
Apr 8, 2024
Merged
[EG] Beta One Client #34973
Changes from 1 commit
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
c8b92f5
[EG] dont hardcode api_version on request (#34965)
l0lawrence d5c7f31
add sync side patches
l0lawrence b33f24e
aio patches
l0lawrence 10275c3
update readme samples
l0lawrence 4b972fb
all samples use EGClient
l0lawrence 6afe650
update readme samples
l0lawrence c2da0d2
fix imports
l0lawrence 6e30992
import issue
l0lawrence 3a3dfd5
missing pathc
l0lawrence 1d2e3fb
allow sas cred
l0lawrence 36156ee
typo
l0lawrence 1ffe29c
updates
l0lawrence d31a9ad
sas
l0lawrence eddc282
client
l0lawrence 9195ef8
self serialize cloudevent
l0lawrence 5e4face
add bakc in
l0lawrence dc9dfb1
updates
l0lawrence 18e30ab
update ptach
l0lawrence 9e0ab3d
update
l0lawrence da460d5
update exception logic
l0lawrence f445558
async w client
l0lawrence b1568d3
aio [atch
l0lawrence e5666bc
typo
l0lawrence 8ce9377
import
l0lawrence a55861b
update links
l0lawrence 3e9231a
tests
l0lawrence cce33cc
raise error
l0lawrence 8e68c4c
content type
l0lawrence 009d24b
use more fake url
l0lawrence a0e055f
remove content type
l0lawrence 9a5fb89
mypy
l0lawrence 4f42263
update apiversion
l0lawrence 2737e9e
content type
l0lawrence a3a78ac
unitttests
l0lawrence ef4b2eb
update auth
l0lawrence 37e7839
updates
l0lawrence de8f2bd
add level
l0lawrence 241cdc2
update readme
l0lawrence d744e99
update
l0lawrence 4dfa335
binary mode
l0lawrence cb9354d
args, kwargs
l0lawrence 240e959
remove auth
l0lawrence 339a9d6
add sample comments
l0lawrence 0938e4b
testing
l0lawrence 7c4934b
move around readme
l0lawrence ccd5c85
content type
l0lawrence 307668a
update tests
l0lawrence 55ace2e
docstring
l0lawrence e078283
cncf event
l0lawrence 38007d7
add more tests
l0lawrence fe2d551
update doc
l0lawrence 0769169
update inits to prevent typing errors
l0lawrence 3afea29
ran blakc
l0lawrence 5a6f41a
fix pylint patch
l0lawrence 03ff6b3
changes
l0lawrence 51737b4
add all kwargs
l0lawrence 0f4ab57
indent
l0lawrence fd8adfc
reviews
l0lawrence bf35f7b
nit
l0lawrence bd4ea4e
name changes
l0lawrence fe0623a
options
l0lawrence 6d37422
options/result rename
l0lawrence 291e88c
Revert "options"
l0lawrence 93fb64b
Revert "options/result rename"
l0lawrence 61e81c0
fix tests
l0lawrence 475ed6a
remove or None
l0lawrence bf94364
remove EGPubClient
l0lawrence 7d4e712
remove options naming
l0lawrence e5c92a6
Merge branch 'llawrence/eg/oneclient' of https://github.com/l0lawrenc…
l0lawrence 788a3e3
Revert "remove EGPubClient"
l0lawrence 92543d8
typeerror
l0lawrence 6c293ac
update readme
l0lawrence bb514b7
readme nit
l0lawrence f4fc072
readme updates
l0lawrence 31a200a
add send operation samples
l0lawrence 1a5b355
add datacontenttpye
l0lawrence 1abb59f
typo
l0lawrence c906efa
make Options bag models kwargs
l0lawrence 484cea4
remove models
l0lawrence 67b5ba3
import
l0lawrence bb45754
exception
l0lawrence 19ca9e0
update changelog
l0lawrence cd37161
shorten operation names
l0lawrence e793e38
nit
l0lawrence 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
readme nit
- Loading branch information
commit bb514b7f2321ea53189a2ef0b202ba12c776cdb4
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
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.
could it be helpful to add a code snippet to show this here, rather than in the sentence? I think it would stand out/be easier to copy.