Skip to content

Commit

Permalink
CodeGen from PR 30778 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 56417e2595e4a57ea86ff4c7b5acef2a51b49096 into ae95eb6a4701d844bada7d1c4f5ecf4a7444e5b8
  • Loading branch information
SDKAuto committed Sep 27, 2024
1 parent 59e903e commit 517419f
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": "67ab962e2553c1bc0c680e6cc4e9fcf814a43ed2",
"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 517419f

Please sign in to comment.