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 e95f30036a4c2cf810903722d2b64a7890d1a1f7 into 436b98d8f2146f4cb1ba1d8271039ea95a43022c
  • Loading branch information
SDKAuto committed Nov 18, 2024
1 parent cd22b6e commit 099642f
Show file tree
Hide file tree
Showing 60 changed files with 16,525 additions and 9,668 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": "db8862896db3b58c97831c62de8a9464d65ab317",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents",
"@azure-tools/typespec-python": "0.36.4"
}
17 changes: 9 additions & 8 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,25 @@
# Code generated by Microsoft (R) Python Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
# pylint: disable=wrong-import-position

from typing import TYPE_CHECKING

if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

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

__version__ = VERSION

try:
from ._patch import __all__ as _patch_all
from ._patch import * # pylint: disable=unused-wildcard-import
from ._patch import *
except ImportError:
_patch_all = []
from ._patch import patch_sdk as _patch_sdk

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

_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 099642f

Please sign in to comment.