Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-eventgrid] Fixing Inconsistencies in Chat events #10125

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "66cf93486dbfca954528035f05e0a20b457d9270",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/eventgrid/Azure.Messaging.EventGrid.SystemEvents",
"@azure-tools/typespec-python": "0.38.3"
}
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