Skip to content

Commit

Permalink
New Events (#20951)
Browse files Browse the repository at this point in the history
* New Events

* more generated code
  • Loading branch information
Rakshith Bhyravabhotla authored Sep 29, 2021
1 parent aed72ee commit 7f151c8
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 946 deletions.
34 changes: 34 additions & 0 deletions sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,38 @@ class SystemEventNames(str, Enum):

AcsSmsReceivedEventName = 'Microsoft.Communication.SMSReceived'

AcsUserDisconnectedEventName = 'Microsoft.Communication.UserDisconnected'

ApiManagementApiCreatedEventName = 'Microsoft.ApiManagement.ApiCreated'

ApiManagementApiDeletedEventName = 'Microsoft.ApiManagement.ApiDeleted'

ApiManagementApiReleaseCreatedEventName = 'Microsoft.ApiManagement.ApiReleaseCreated'

ApiManagementApiReleaseDeletedEventName = 'Microsoft.ApiManagement.ApiReleaseDeleted'

ApiManagementApiReleaseUpdatedEventName = 'Microsoft.ApiManagement.ApiReleaseUpdated'

ApiManagementApiUpdatedEventName = 'Microsoft.ApiManagement.ApiUpdated'

ApiManagementProductCreatedEventName = 'Microsoft.ApiManagement.ProductCreated'

ApiManagementProductDeletedEventName = 'Microsoft.ApiManagement.ProductDeleted'

ApiManagementProductUpdatedEventName = 'Microsoft.ApiManagement.ProductUpdated'

ApiManagementSubscriptionCreatedEventName = 'Microsoft.ApiManagement.SubscriptionCreated'

ApiManagementSubscriptionDeletedEventName = 'Microsoft.ApiManagement.SubscriptionDeleted'

ApiManagementSubscriptionUpdatedEventName = 'Microsoft.ApiManagement.SubscriptionUpdated'

ApiManagementUserCreatedEventName = 'Microsoft.ApiManagement.UserCreated'

ApiManagementUserDeletedEventName = 'Microsoft.ApiManagement.UserDeleted'

ApiManagementUserUpdatedEventName = 'Microsoft.ApiManagement.UserUpdated'

AppConfigurationKeyValueDeletedEventName = 'Microsoft.AppConfiguration.KeyValueDeleted'

AppConfigurationKeyValueModifiedEventName = 'Microsoft.AppConfiguration.KeyValueModified'
Expand Down Expand Up @@ -186,6 +218,8 @@ class SystemEventNames(str, Enum):

MediaJobStateChangeEventName = 'Microsoft.Media.JobStateChange'

MediaLiveEventChannelArchiveHeartbeatEventName = 'Microsoft.Media.LiveEventChannelArchiveHeartbeatEventData'

MediaLiveEventConnectionRejectedEventName = 'Microsoft.Media.LiveEventConnectionRejected'

MediaLiveEventEncoderConnectedEventName = 'Microsoft.Media.LiveEventEncoderConnected'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7f151c8

Please sign in to comment.