Skip to content

Commit f3695e4

Browse files
author
SDKAuto
committed
CodeGen from PR 31762 in Azure/azure-rest-api-specs
Merge 2d61588ae81e13a4ab7d5dace837a8f5377a956c into ab04533261eff228f28e08900445d0edef3eb70c
1 parent 4a9a64c commit f3695e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+15135
-9669
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"commit": "9f9a63f202a6b36931e5520ea6ca0ea5ea82bf7f",
3+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4+
"typespec_src": "specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents",
5+
"@azure-tools/typespec-python": "0.36.5"
6+
}

sdk/eventgrid/azure-eventgrid/azure/eventgrid/__init__.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,25 @@
55
# Code generated by Microsoft (R) Python Code Generator.
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
8+
# pylint: disable=wrong-import-position
9+
10+
from typing import TYPE_CHECKING
11+
12+
if TYPE_CHECKING:
13+
from ._patch import * # pylint: disable=unused-wildcard-import
814

9-
from ._patch import EventGridPublisherClient
10-
from ._patch import EventGridConsumerClient
1115
from ._version import VERSION
1216

1317
__version__ = VERSION
1418

1519
try:
1620
from ._patch import __all__ as _patch_all
17-
from ._patch import * # pylint: disable=unused-wildcard-import
21+
from ._patch import *
1822
except ImportError:
1923
_patch_all = []
2024
from ._patch import patch_sdk as _patch_sdk
2125

22-
__all__ = [
23-
"EventGridPublisherClient",
24-
"EventGridConsumerClient",
25-
]
26-
__all__.extend([p for p in _patch_all if p not in __all__])
26+
__all__ = []
27+
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
2728

2829
_patch_sdk()

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_client.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_configuration.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_legacy/__init__.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_legacy/_constants.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)