Commit b1b4438
committed
[EG] Beta One Client (#34973)
* [EG] dont hardcode api_version on request (#34965)
* dont hardcode api_version on request
* pylint fixes
* revert
* api version
* Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py
* Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py
* add sync side patches
* aio patches
* update readme samples
* all samples use EGClient
* update readme samples
* fix imports
* import issue
* missing pathc
* allow sas cred
* typo
* updates
* sas
* client
* self serialize cloudevent
* add bakc in
* updates
* update ptach
* update
* update exception logic
* async w client
* aio [atch
* typo
* import
* update links
* tests
* raise error
* content type
* use more fake url
* remove content type
* mypy
* update apiversion
* content type
* unitttests
* update auth
* updates
* add level
* update readme
* update
* binary mode
* args, kwargs
* remove auth
* add sample comments
* testing
* move around readme
* content type
* update tests
* docstring
* cncf event
* add more tests
* update doc
* update inits to prevent typing errors
* ran blakc
* fix pylint patch
* changes
* add all kwargs
* indent
* reviews
* nit
* name changes
* options
* options/result rename
* Revert "options"
This reverts commit fe0623a.
* Revert "options/result rename"
This reverts commit 6d37422.
* fix tests
* remove or None
* remove EGPubClient
* remove options naming
* Revert "remove EGPubClient"
This reverts commit bf94364.
* typeerror
* update readme
* readme nit
* readme updates
* add send operation samples
* add datacontenttpye
* typo
* make Options bag models kwargs
* remove models
* import
* exception
* update changelog
* shorten operation names
* nit1 parent a0caf21 commit b1b4438
File tree
69 files changed
+2522
-2658
lines changed- sdk/eventgrid/azure-eventgrid
- azure
- eventgrid
- _operations
- aio
- _operations
- models
- samples
- async_samples
- eventgrid_client_samples
- publish_samples
- sync_samples
- eventgrid_client_samples
- tests
- unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+2522
-2658
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
7 | 20 | | |
8 | 21 | | |
9 | | - | |
| 22 | + | |
10 | 23 | | |
11 | 24 | | |
12 | 25 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments