Skip to content

Commit

Permalink
CodeGen from PR 32013 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge bde6b51fd20d220af4b5cdad45a2216a91867b93 into c00a0639ee161ed08a44cefca9eb43e78d0019cc
  • Loading branch information
SDKAuto committed Jan 30, 2025
1 parent c579fd0 commit da6fea2
Show file tree
Hide file tree
Showing 61 changed files with 14,944 additions and 8,984 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": "c330754dff474e8d029f353ada0c25a738c3a770",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents",
"@azure-tools/typespec-python": "0.38.2"
}
299 changes: 299 additions & 0 deletions sdk/eventgrid/azure-eventgrid/apiview-properties.json

Large diffs are not rendered by default.

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 @@ -12,8 +12,6 @@
if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

from ._client import EventGridPublisherClient # type: ignore
from ._client import EventGridConsumerClient # type: ignore
from ._version import VERSION

__version__ = VERSION
Expand All @@ -25,10 +23,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__]) # pyright: ignore

_patch_sdk()
179 changes: 0 additions & 179 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/_client.py

This file was deleted.

131 changes: 0 additions & 131 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 da6fea2

Please sign in to comment.