Skip to content

Commit e3a6854

Browse files
author
SDKAuto
committed
CodeGen from PR 30773 in Azure/azure-rest-api-specs
Merge 8d2d7aaa3ba137c9dcda809e579f36cb2167165d into b76e1187a49e588ba91c124abd8b7b6277c48a76
1 parent 5557c7a commit e3a6854

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+16392
-9636
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"commit": "9772f5610028d61621a93a036ddacf056c917083",
3+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4+
"typespec_src": "specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents",
5+
"@azure-tools/typespec-python": "0.35.1"
6+
}

sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from ._patch import EventGridPublisherClient
10-
from ._patch import EventGridConsumerClient
119
from ._version import VERSION
1210

1311
__version__ = VERSION
@@ -19,10 +17,7 @@
1917
_patch_all = []
2018
from ._patch import patch_sdk as _patch_sdk
2119

22-
__all__ = [
23-
"EventGridPublisherClient",
24-
"EventGridConsumerClient",
25-
]
20+
__all__ = []
2621
__all__.extend([p for p in _patch_all if p not in __all__])
2722

2823
_patch_sdk()

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_client.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_configuration.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_legacy/__init__.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_legacy/_constants.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)