Skip to content

Commit

Permalink
CodeGen from PR 30773 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 9fff8870f3a7a0cee04bf4a86295cc9b2ba85c72 into 51cdc876974de35d1815df071fb77537d159505c
  • Loading branch information
SDKAuto committed Oct 3, 2024
1 parent fba637d commit b4ed68f
Show file tree
Hide file tree
Showing 61 changed files with 16,389 additions and 9,632 deletions.
6 changes: 6 additions & 0 deletions sdk/eventgrid/azure-eventgrid/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"commit": "9978b15da5f0eced7654c87e9c13f1f48e1bf644",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents",
"@azure-tools/typespec-python": "0.33.0"
}
7 changes: 1 addition & 6 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

from ._patch import EventGridPublisherClient
from ._patch import EventGridConsumerClient
from ._version import VERSION

__version__ = VERSION
Expand All @@ -19,10 +17,7 @@
_patch_all = []
from ._patch import patch_sdk as _patch_sdk

__all__ = [
"EventGridPublisherClient",
"EventGridConsumerClient",
]
__all__ = []
__all__.extend([p for p in _patch_all if p not in __all__])

_patch_sdk()
183 changes: 0 additions & 183 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/_client.py

This file was deleted.

132 changes: 0 additions & 132 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/_configuration.py

This file was deleted.

19 changes: 0 additions & 19 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/_legacy/__init__.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit b4ed68f

Please sign in to comment.