Commit 80b6d30
[EGv2] generate with newer emitter (#31962)
* [EGv2] Build Release (#30325)
* move old sdk under legacy
* gen typespec code
* naming changes from archboard
* samples
* update patch naming
* update imports with new gen
* update samples
* update client naming on aio
* update receive op
* update async to close client
* update receive()
* update gen code
* moving around samples
* updating samples
* update samples
* update patch and samples
* patch internalmodels
* spacing
* updating model patch
* update patch models
* add both models back
* update docstring
* update docs
* updating patch for receive
* old EG models
* add reject samples
* patch
* update format
* update patch
* eventgrid_client exceptions
* update test imports
* update total sample
* receive patch fix
* add in more tests
* update test file
* remove locktoken model
* remove LockToken in patch
* remove event delivery delay
* eg client exceptions
* .8.5 generation, and deliveryCount
* rename sample
* update version for beta
* changelog
* updating for gen
* regen
* generate via commit
* publish result
* fix docstring
* publish docstring
* return type
* publish result
* return publish result -- is none
* format
* update Publish result model
* deliverycount patch
* update from main
* add copyright
* added to readme
* remove from readme
* force publish_result response
* update patch tp unindent
* cspell
* update mypy.ini
* import order
* mark livetest
* update operations init
* rename async
* mypy
* ignore mypy
* pylint
* pylint
* ignore pylint for now to avoid gen code errors
* ignore samples until ARM setup
* update patches
* remove publish result
* remove PublishResult
* remove publishresult
* comma
Co-authored-by: swathipil <[email protected]>
* update publishResult
* change to .value
* gen code " to '
* remove comment
* ran black
* update changelog
* update sample readme
* gen code without query name
* gen code
* update tsp commit
* remove publishresult
* readme disclaimer
* update changelog
---------
Co-authored-by: swathipil <[email protected]>
* generate with newer emitter
* update tsp
* regen
* update tests
* update tspconfig
* cspell
* version
* update serialization
* update assets
* update mypy
---------
Co-authored-by: swathipil <[email protected]>1 parent 8e5f0dc commit 80b6d30
File tree
32 files changed
+1243
-445
lines changed- .vscode
- sdk/eventgrid/azure-eventgrid
- azure/eventgrid
- _operations
- aio
- _operations
- models
- samples
- async_samples/eventgrid_client_samples
- sync_samples/eventgrid_client_samples
- tests
32 files changed
+1243
-445
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | | - | |
27 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | | - | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
Lines changed: 21 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | | - | |
28 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | | - | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| 60 | + | |
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
55 | 70 | | |
56 | 71 | | |
57 | 72 | | |
| |||
67 | 82 | | |
68 | 83 | | |
69 | 84 | | |
70 | | - | |
| 85 | + | |
0 commit comments