Skip to content

Commit f7c1d1f

Browse files
l0lawrenceswathipil
andcommitted
[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 <76007337+swathipil@users.noreply.github.com> * 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 <76007337+swathipil@users.noreply.github.com>
1 parent 835aa5f commit f7c1d1f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_vendor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ class EventGridClientMixinABC(
2424
_config: EventGridClientConfiguration
2525
_serialize: "Serializer"
2626
_deserialize: "Deserializer"
27-

sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_vendor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ class EventGridClientMixinABC(
2424
_config: EventGridClientConfiguration
2525
_serialize: "Serializer"
2626
_deserialize: "Deserializer"
27-

sdk/eventgrid/azure-eventgrid/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
set_custom_default_matcher,
3434
)
3535

36+
3637
@pytest.fixture(scope="session", autouse=True)
3738
def add_sanitizers(test_proxy):
3839
# this can be reverted to set_bodiless_matcher() after tests are re-recorded and don't contain these headers

0 commit comments

Comments
 (0)