Skip to content

Commit

Permalink
CodeGen from PR 30779 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge fb337e77bc9bb7f1af58f6c61a9d94f84ac33990 into d0c3a661b6478798a1b028d4ddbb4633f634e808
  • Loading branch information
SDKAuto committed Dec 3, 2024
1 parent a6ffbb5 commit 2b4f09c
Show file tree
Hide file tree
Showing 60 changed files with 15,049 additions and 9,669 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": "68869aaa5472e4e1c74ff89421a6edad303af9aa",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents",
"@azure-tools/typespec-python": "0.36.5"
}
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 2b4f09c

Please sign in to comment.