Skip to content

Commit

Permalink
CodeGen from PR 30735 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f1e4231d48c1557676e8cd08523efade88120f3c into befbed40f82c444b19d6aaf5d4ac6bdf50960d54
  • Loading branch information
SDKAuto committed Sep 25, 2024
1 parent 200f57e commit b2e25c3
Show file tree
Hide file tree
Showing 61 changed files with 16,383 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": "96389641cbd0a309642c662354647fd2673593ef",
"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 b2e25c3

Please sign in to comment.