@azure/eventgrid-systemevents 1.0.3-alpha.20251110.1 → 1.0.3-alpha.20251111.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/dist/browser/events.d.ts +79 -0
  2. package/dist/browser/events.d.ts.map +1 -0
  3. package/dist/{esm/models.js → browser/events.js} +1 -1
  4. package/dist/browser/events.js.map +1 -0
  5. package/dist/browser/index.d.ts +28 -3
  6. package/dist/browser/index.d.ts.map +1 -1
  7. package/dist/browser/index.js +17 -2
  8. package/dist/browser/index.js.map +1 -1
  9. package/dist/browser/logger.d.ts.map +1 -0
  10. package/dist/browser/logger.js.map +1 -0
  11. package/dist/browser/models/index.d.ts.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/models.d.ts.map +1 -0
  14. package/dist/{esm/generated → browser}/models/models.js +25 -75
  15. package/dist/browser/models/models.js.map +1 -0
  16. package/dist/{commonjs/predicates.d.ts → browser/nameMapping.d.ts} +286 -287
  17. package/dist/browser/nameMapping.d.ts.map +1 -0
  18. package/dist/browser/nameMapping.js +4 -0
  19. package/dist/browser/nameMapping.js.map +1 -0
  20. package/dist/commonjs/events.d.ts +79 -0
  21. package/dist/commonjs/events.d.ts.map +1 -0
  22. package/dist/commonjs/{models.js → events.js} +1 -1
  23. package/dist/commonjs/events.js.map +1 -0
  24. package/dist/commonjs/index.d.ts +28 -3
  25. package/dist/commonjs/index.d.ts.map +1 -1
  26. package/dist/commonjs/index.js +21 -6
  27. package/dist/commonjs/index.js.map +1 -1
  28. package/dist/commonjs/logger.d.ts.map +1 -0
  29. package/dist/commonjs/logger.js.map +1 -0
  30. package/dist/commonjs/models/index.d.ts.map +1 -0
  31. package/dist/commonjs/models/index.js.map +1 -0
  32. package/dist/commonjs/models/models.d.ts.map +1 -0
  33. package/dist/commonjs/{generated/models → models}/models.js +25 -75
  34. package/dist/commonjs/models/models.js.map +1 -0
  35. package/dist/{browser/predicates.d.ts → commonjs/nameMapping.d.ts} +286 -287
  36. package/dist/commonjs/nameMapping.d.ts.map +1 -0
  37. package/dist/commonjs/nameMapping.js +5 -0
  38. package/dist/commonjs/nameMapping.js.map +1 -0
  39. package/dist/esm/events.d.ts +79 -0
  40. package/dist/esm/events.d.ts.map +1 -0
  41. package/dist/{browser/models.js → esm/events.js} +1 -1
  42. package/dist/esm/events.js.map +1 -0
  43. package/dist/esm/index.d.ts +28 -3
  44. package/dist/esm/index.d.ts.map +1 -1
  45. package/dist/esm/index.js +17 -2
  46. package/dist/esm/index.js.map +1 -1
  47. package/dist/esm/logger.d.ts.map +1 -0
  48. package/dist/esm/logger.js.map +1 -0
  49. package/dist/esm/models/index.d.ts.map +1 -0
  50. package/dist/esm/models/index.js.map +1 -0
  51. package/dist/esm/models/models.d.ts.map +1 -0
  52. package/dist/{browser/generated → esm}/models/models.js +25 -75
  53. package/dist/esm/models/models.js.map +1 -0
  54. package/dist/{react-native/predicates.d.ts → esm/nameMapping.d.ts} +286 -287
  55. package/dist/esm/nameMapping.d.ts.map +1 -0
  56. package/dist/esm/nameMapping.js +4 -0
  57. package/dist/esm/nameMapping.js.map +1 -0
  58. package/dist/react-native/events.d.ts +79 -0
  59. package/dist/react-native/events.d.ts.map +1 -0
  60. package/dist/react-native/{models.js → events.js} +1 -1
  61. package/dist/react-native/events.js.map +1 -0
  62. package/dist/react-native/index.d.ts +28 -3
  63. package/dist/react-native/index.d.ts.map +1 -1
  64. package/dist/react-native/index.js +17 -2
  65. package/dist/react-native/index.js.map +1 -1
  66. package/dist/react-native/logger.d.ts.map +1 -0
  67. package/dist/react-native/logger.js.map +1 -0
  68. package/dist/react-native/models/index.d.ts.map +1 -0
  69. package/dist/react-native/models/index.js.map +1 -0
  70. package/dist/react-native/models/models.d.ts.map +1 -0
  71. package/dist/react-native/{generated/models → models}/models.js +25 -75
  72. package/dist/react-native/models/models.js.map +1 -0
  73. package/dist/{esm/predicates.d.ts → react-native/nameMapping.d.ts} +286 -287
  74. package/dist/react-native/nameMapping.d.ts.map +1 -0
  75. package/dist/react-native/nameMapping.js +4 -0
  76. package/dist/react-native/nameMapping.js.map +1 -0
  77. package/package.json +4 -3
  78. package/dist/browser/generated/index.d.ts +0 -2
  79. package/dist/browser/generated/index.d.ts.map +0 -1
  80. package/dist/browser/generated/index.js +0 -4
  81. package/dist/browser/generated/index.js.map +0 -1
  82. package/dist/browser/generated/logger.d.ts.map +0 -1
  83. package/dist/browser/generated/logger.js.map +0 -1
  84. package/dist/browser/generated/models/index.d.ts.map +0 -1
  85. package/dist/browser/generated/models/index.js.map +0 -1
  86. package/dist/browser/generated/models/models.d.ts.map +0 -1
  87. package/dist/browser/generated/models/models.js.map +0 -1
  88. package/dist/browser/models.d.ts +0 -249
  89. package/dist/browser/models.d.ts.map +0 -1
  90. package/dist/browser/models.js.map +0 -1
  91. package/dist/browser/predicates.d.ts.map +0 -1
  92. package/dist/browser/predicates.js +0 -19
  93. package/dist/browser/predicates.js.map +0 -1
  94. package/dist/commonjs/generated/index.d.ts +0 -2
  95. package/dist/commonjs/generated/index.d.ts.map +0 -1
  96. package/dist/commonjs/generated/index.js +0 -35
  97. package/dist/commonjs/generated/index.js.map +0 -1
  98. package/dist/commonjs/generated/logger.d.ts.map +0 -1
  99. package/dist/commonjs/generated/logger.js.map +0 -1
  100. package/dist/commonjs/generated/models/index.d.ts.map +0 -1
  101. package/dist/commonjs/generated/models/index.js.map +0 -1
  102. package/dist/commonjs/generated/models/models.d.ts.map +0 -1
  103. package/dist/commonjs/generated/models/models.js.map +0 -1
  104. package/dist/commonjs/models.d.ts +0 -249
  105. package/dist/commonjs/models.d.ts.map +0 -1
  106. package/dist/commonjs/models.js.map +0 -1
  107. package/dist/commonjs/predicates.d.ts.map +0 -1
  108. package/dist/commonjs/predicates.js +0 -22
  109. package/dist/commonjs/predicates.js.map +0 -1
  110. package/dist/esm/generated/index.d.ts +0 -2
  111. package/dist/esm/generated/index.d.ts.map +0 -1
  112. package/dist/esm/generated/index.js +0 -4
  113. package/dist/esm/generated/index.js.map +0 -1
  114. package/dist/esm/generated/logger.d.ts.map +0 -1
  115. package/dist/esm/generated/logger.js.map +0 -1
  116. package/dist/esm/generated/models/index.d.ts.map +0 -1
  117. package/dist/esm/generated/models/index.js.map +0 -1
  118. package/dist/esm/generated/models/models.d.ts.map +0 -1
  119. package/dist/esm/generated/models/models.js.map +0 -1
  120. package/dist/esm/models.d.ts +0 -249
  121. package/dist/esm/models.d.ts.map +0 -1
  122. package/dist/esm/models.js.map +0 -1
  123. package/dist/esm/predicates.d.ts.map +0 -1
  124. package/dist/esm/predicates.js +0 -19
  125. package/dist/esm/predicates.js.map +0 -1
  126. package/dist/react-native/generated/index.d.ts +0 -2
  127. package/dist/react-native/generated/index.d.ts.map +0 -1
  128. package/dist/react-native/generated/index.js +0 -4
  129. package/dist/react-native/generated/index.js.map +0 -1
  130. package/dist/react-native/generated/logger.d.ts.map +0 -1
  131. package/dist/react-native/generated/logger.js.map +0 -1
  132. package/dist/react-native/generated/models/index.d.ts.map +0 -1
  133. package/dist/react-native/generated/models/index.js.map +0 -1
  134. package/dist/react-native/generated/models/models.d.ts.map +0 -1
  135. package/dist/react-native/generated/models/models.js.map +0 -1
  136. package/dist/react-native/models.d.ts +0 -249
  137. package/dist/react-native/models.d.ts.map +0 -1
  138. package/dist/react-native/models.js.map +0 -1
  139. package/dist/react-native/predicates.d.ts.map +0 -1
  140. package/dist/react-native/predicates.js +0 -19
  141. package/dist/react-native/predicates.js.map +0 -1
  142. /package/dist/browser/{generated/logger.d.ts → logger.d.ts} +0 -0
  143. /package/dist/browser/{generated/logger.js → logger.js} +0 -0
  144. /package/dist/browser/{generated/models → models}/index.d.ts +0 -0
  145. /package/dist/browser/{generated/models → models}/index.js +0 -0
  146. /package/dist/browser/{generated/models → models}/models.d.ts +0 -0
  147. /package/dist/commonjs/{generated/logger.d.ts → logger.d.ts} +0 -0
  148. /package/dist/commonjs/{generated/logger.js → logger.js} +0 -0
  149. /package/dist/commonjs/{generated/models → models}/index.d.ts +0 -0
  150. /package/dist/commonjs/{generated/models → models}/index.js +0 -0
  151. /package/dist/commonjs/{generated/models → models}/models.d.ts +0 -0
  152. /package/dist/esm/{generated/logger.d.ts → logger.d.ts} +0 -0
  153. /package/dist/esm/{generated/logger.js → logger.js} +0 -0
  154. /package/dist/esm/{generated/models → models}/index.d.ts +0 -0
  155. /package/dist/esm/{generated/models → models}/index.js +0 -0
  156. /package/dist/esm/{generated/models → models}/models.d.ts +0 -0
  157. /package/dist/react-native/{generated/logger.d.ts → logger.d.ts} +0 -0
  158. /package/dist/react-native/{generated/logger.js → logger.js} +0 -0
  159. /package/dist/react-native/{generated/models → models}/index.d.ts +0 -0
  160. /package/dist/react-native/{generated/models → models}/index.js +0 -0
  161. /package/dist/react-native/{generated/models → models}/models.d.ts +0 -0
@@ -1,53 +1,116 @@
1
- import type { KeyVaultCertificateNewVersionCreatedEventData, KeyVaultCertificateNearExpiryEventData, KeyVaultCertificateExpiredEventData, KeyVaultKeyNewVersionCreatedEventData, KeyVaultKeyNearExpiryEventData, KeyVaultKeyExpiredEventData, KeyVaultSecretNewVersionCreatedEventData, KeyVaultSecretNearExpiryEventData, KeyVaultAccessPolicyChangedEventData, KeyVaultSecretExpiredEventData } from "./models.js";
2
- import type { AcsCallEndedEventData, AcsCallStartedEventData, AcsCallParticipantAddedEventData, AcsCallParticipantRemovedEventData, AcsChatAzureBotCommandReceivedInThreadEventData, AcsChatTypingIndicatorReceivedInThreadEventData, AcsChatMessageDeletedEventData, AcsChatMessageDeletedInThreadEventData, AcsChatMessageEditedEventData, AcsChatMessageEditedInThreadEventData, AcsChatMessageReceivedEventData, AcsChatMessageReceivedInThreadEventData, AcsChatParticipantAddedToThreadEventData, AcsChatParticipantAddedToThreadWithUserEventData, AcsChatParticipantRemovedFromThreadEventData, AcsChatParticipantRemovedFromThreadWithUserEventData, AcsChatThreadCreatedWithUserEventData, AcsChatThreadPropertiesUpdatedPerUserEventData, AcsChatThreadWithUserDeletedEventData, AcsRecordingFileStatusUpdatedEventData, AcsSmsDeliveryReportReceivedEventData, AcsSmsReceivedEventData, AcsUserDisconnectedEventData, ApiManagementApiCreatedEventData, ApiManagementApiDeletedEventData, ApiManagementApiReleaseCreatedEventData, ApiManagementApiReleaseDeletedEventData, ApiManagementApiReleaseUpdatedEventData, ApiManagementApiUpdatedEventData, ApiManagementCircuitBreakerClosedEventData, ApiManagementCircuitBreakerOpenedEventData, ApiManagementGatewayTokenExpiredEventData, ApiManagementGatewayTokenNearExpiryEventData, ApiManagementProductCreatedEventData, ApiManagementProductDeletedEventData, ApiManagementProductUpdatedEventData, ApiManagementSubscriptionCreatedEventData, ApiManagementSubscriptionDeletedEventData, ApiManagementSubscriptionUpdatedEventData, ApiManagementUserCreatedEventData, ApiManagementUserDeletedEventData, ApiManagementUserUpdatedEventData, AppConfigurationKeyValueDeletedEventData, AppConfigurationKeyValueModifiedEventData, ContainerRegistryChartDeletedEventData, ContainerRegistryChartPushedEventData, ContainerRegistryImageDeletedEventData, ContainerRegistryImagePushedEventData, ContainerServiceNewKubernetesVersionAvailableEventData, EdgeSolutionVersionPublishedEventData, EventHubCaptureFileCreatedEventData, HealthcareDicomImageCreatedEventData, HealthcareDicomImageDeletedEventData, HealthcareFhirResourceCreatedEventData, HealthcareFhirResourceDeletedEventData, HealthcareFhirResourceUpdatedEventData, IotHubDeviceConnectedEventData, IotHubDeviceCreatedEventData, IotHubDeviceDeletedEventData, IotHubDeviceDisconnectedEventData, IotHubDeviceTelemetryEventData, MachineLearningServicesDatasetDriftDetectedEventData, MachineLearningServicesModelDeployedEventData, MachineLearningServicesModelRegisteredEventData, MachineLearningServicesRunCompletedEventData, MachineLearningServicesRunStatusChangedEventData, MapsGeofenceEnteredEventData, MapsGeofenceExitedEventData, MapsGeofenceResultEventData, PolicyInsightsPolicyStateChangedEventData, PolicyInsightsPolicyStateCreatedEventData, PolicyInsightsPolicyStateDeletedEventData, ResourceActionCancelEventData, ResourceActionFailureEventData, ResourceActionSuccessEventData, ResourceDeleteCancelEventData, ResourceDeleteFailureEventData, ResourceDeleteSuccessEventData, ResourceWriteCancelEventData, ResourceWriteFailureEventData, ResourceWriteSuccessEventData, ServiceBusActiveMessagesAvailableWithNoListenersEventData, ServiceBusDeadletterMessagesAvailableWithNoListenersEventData, StorageAsyncOperationInitiatedEventData, StorageBlobCreatedEventData, StorageBlobDeletedEventData, StorageBlobInventoryPolicyCompletedEventData, StorageBlobRenamedEventData, StorageBlobTierChangedEventData, StorageDirectoryCreatedEventData, StorageDirectoryDeletedEventData, StorageDirectoryRenamedEventData, StorageLifecyclePolicyCompletedEventData, SubscriptionDeletedEventData, SubscriptionValidationEventData, WebAppServicePlanUpdatedEventData, WebAppUpdatedEventData, WebBackupOperationCompletedEventData, WebBackupOperationFailedEventData, WebBackupOperationStartedEventData, WebRestoreOperationCompletedEventData, WebRestoreOperationFailedEventData, WebRestoreOperationStartedEventData, WebSlotSwapCompletedEventData, WebSlotSwapFailedEventData, WebSlotSwapStartedEventData, WebSlotSwapWithPreviewCancelledEventData, WebSlotSwapWithPreviewStartedEventData, StorageTaskQueuedEventData, StorageTaskCompletedEventData, DataBoxCopyStartedEventData, DataBoxCopyCompletedEventData, DataBoxOrderCompletedEventData, AcsIncomingCallEventData, AcsEmailDeliveryReportReceivedEventData, AcsEmailEngagementTrackingReportReceivedEventData, ApiManagementGatewayCreatedEventData, ApiManagementGatewayUpdatedEventData, ApiManagementGatewayDeletedEventData, ApiManagementGatewayHostnameConfigurationCreatedEventData, ApiManagementGatewayHostnameConfigurationUpdatedEventData, ApiManagementGatewayHostnameConfigurationDeletedEventData, ApiManagementGatewayCertificateAuthorityCreatedEventData, ApiManagementGatewayCertificateAuthorityUpdatedEventData, ApiManagementGatewayCertificateAuthorityDeletedEventData, ApiManagementGatewayApiAddedEventData, ApiManagementGatewayApiRemovedEventData, HealthcareDicomImageUpdatedEventData, ContainerServiceClusterSupportEndedEventData, ContainerServiceClusterSupportEndingEventData, ContainerServiceNodePoolRollingStartedEventData, ContainerServiceNodePoolRollingSucceededEventData, ContainerServiceNodePoolRollingFailedEventData, EventGridMqttClientCreatedOrUpdatedEventData, EventGridMqttClientDeletedEventData, EventGridMqttClientSessionConnectedEventData, EventGridMqttClientSessionDisconnectedEventData, AppConfigurationSnapshotCreatedEventData, AppConfigurationSnapshotModifiedEventData, ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData, ResourceNotificationsHealthResourcesAnnotatedEventData, AcsRouterWorkerDeregisteredEventData, AcsRouterWorkerRegisteredEventData, AcsRouterJobCancelledEventData, AcsRouterJobClassificationFailedEventData, AcsRouterJobClassifiedEventData, AcsRouterJobClosedEventData, AcsRouterJobCompletedEventData, AcsRouterJobDeletedEventData, AcsRouterJobExceptionTriggeredEventData, AcsRouterJobQueuedEventData, AcsRouterJobReceivedEventData, AcsRouterJobSchedulingFailedEventData, AcsRouterJobUnassignedEventData, AcsRouterJobWaitingForActivationEventData, AcsRouterJobWorkerSelectorsExpiredEventData, AcsRouterWorkerDeletedEventData, AcsRouterWorkerOfferAcceptedEventData, AcsRouterWorkerOfferDeclinedEventData, AcsRouterWorkerOfferExpiredEventData, AcsRouterWorkerOfferIssuedEventData, AcsRouterWorkerOfferRevokedEventData, ResourceNotificationsResourceManagementCreatedOrUpdatedEventData, ResourceNotificationsResourceManagementDeletedEventData, StorageTaskAssignmentQueuedEventData, AvsScriptExecutionStartedEventData, AvsScriptExecutionCancelledEventData, AvsClusterCreatedEventData, AvsPrivateCloudFailedEventData, AvsPrivateCloudUpdatingEventData, AvsPrivateCloudUpdatedEventData, AvsClusterUpdatingEventData, AvsClusterDeletedEventData, AvsScriptExecutionFailedEventData, AvsScriptExecutionFinishedEventData, StorageTaskAssignmentCompletedEventData, AvsClusterUpdatedEventData, AvsClusterFailedEventData, ApiCenterApiDefinitionAddedEventData, ApiCenterApiDefinitionUpdatedEventData, AcsMessageDeliveryStatusUpdatedEventData, AcsMessageReceivedEventData, AcsRouterWorkerUpdatedEventData, ResourceNotificationsAksResourcesFleetGateCreatedEventData, ResourceNotificationsAksResourcesFleetGateUpdatedEventData, ResourceNotificationsAksResourcesFleetGateDeletedEventData } from "./generated/models/index.js";
3
- import type { CloudEvent, EventGridEvent } from "./models.js";
4
- /**
5
- * The Event Types for all System Events. These may be used with `isSystemEvent` to determine if an
6
- * event is a system event of a given type.
7
- */
8
- export type KnownSystemEventTypes = keyof SystemEventNameToEventData;
1
+ import type { AcsCallEndedEventData, AcsCallParticipantAddedEventData, AcsCallParticipantRemovedEventData, AcsCallStartedEventData, AcsChatAzureBotCommandReceivedInThreadEventData, AcsChatMessageDeletedEventData, AcsChatMessageDeletedInThreadEventData, AcsChatMessageEditedEventData, AcsChatMessageEditedInThreadEventData, AcsChatMessageReceivedEventData, AcsChatMessageReceivedInThreadEventData, AcsChatParticipantAddedToThreadEventData, AcsChatParticipantAddedToThreadWithUserEventData, AcsChatParticipantRemovedFromThreadEventData, AcsChatParticipantRemovedFromThreadWithUserEventData, AcsChatThreadCreatedEventData, AcsChatThreadCreatedWithUserEventData, AcsChatThreadDeletedEventData, AcsChatThreadPropertiesUpdatedEventData, AcsChatThreadPropertiesUpdatedPerUserEventData, AcsChatThreadWithUserDeletedEventData, AcsChatTypingIndicatorReceivedInThreadEventData, AcsEmailDeliveryReportReceivedEventData, AcsEmailEngagementTrackingReportReceivedEventData, AcsIncomingCallEventData, AcsMessageDeliveryStatusUpdatedEventData, AcsMessageReceivedEventData, AcsRecordingFileStatusUpdatedEventData, AcsRouterJobCancelledEventData, AcsRouterJobClassificationFailedEventData, AcsRouterJobClassifiedEventData, AcsRouterJobClosedEventData, AcsRouterJobCompletedEventData, AcsRouterJobDeletedEventData, AcsRouterJobExceptionTriggeredEventData, AcsRouterJobQueuedEventData, AcsRouterJobReceivedEventData, AcsRouterJobSchedulingFailedEventData, AcsRouterJobUnassignedEventData, AcsRouterJobWaitingForActivationEventData, AcsRouterJobWorkerSelectorsExpiredEventData, AcsRouterWorkerDeletedEventData, AcsRouterWorkerDeregisteredEventData, AcsRouterWorkerOfferAcceptedEventData, AcsRouterWorkerOfferDeclinedEventData, AcsRouterWorkerOfferExpiredEventData, AcsRouterWorkerOfferIssuedEventData, AcsRouterWorkerOfferRevokedEventData, AcsRouterWorkerRegisteredEventData, AcsRouterWorkerUpdatedEventData, AcsSmsDeliveryReportReceivedEventData, AcsSmsReceivedEventData, AcsUserDisconnectedEventData, ApiCenterApiDefinitionAddedEventData, ApiCenterApiDefinitionUpdatedEventData, ApiManagementApiCreatedEventData, ApiManagementApiDeletedEventData, ApiManagementApiReleaseCreatedEventData, ApiManagementApiReleaseDeletedEventData, ApiManagementApiReleaseUpdatedEventData, ApiManagementApiUpdatedEventData, ApiManagementCircuitBreakerClosedEventData, ApiManagementCircuitBreakerOpenedEventData, ApiManagementGatewayApiAddedEventData, ApiManagementGatewayApiRemovedEventData, ApiManagementGatewayCertificateAuthorityCreatedEventData, ApiManagementGatewayCertificateAuthorityDeletedEventData, ApiManagementGatewayCertificateAuthorityUpdatedEventData, ApiManagementGatewayCreatedEventData, ApiManagementGatewayDeletedEventData, ApiManagementGatewayHostnameConfigurationCreatedEventData, ApiManagementGatewayHostnameConfigurationDeletedEventData, ApiManagementGatewayHostnameConfigurationUpdatedEventData, ApiManagementGatewayTokenExpiredEventData, ApiManagementGatewayTokenNearExpiryEventData, ApiManagementGatewayUpdatedEventData, ApiManagementProductCreatedEventData, ApiManagementProductDeletedEventData, ApiManagementProductUpdatedEventData, ApiManagementSubscriptionCreatedEventData, ApiManagementSubscriptionDeletedEventData, ApiManagementSubscriptionUpdatedEventData, ApiManagementUserCreatedEventData, ApiManagementUserDeletedEventData, ApiManagementUserUpdatedEventData, AppConfigurationKeyValueDeletedEventData, AppConfigurationKeyValueModifiedEventData, AppConfigurationSnapshotCreatedEventData, AppConfigurationSnapshotModifiedEventData, AvsClusterCreatedEventData, AvsClusterDeletedEventData, AvsClusterFailedEventData, AvsClusterUpdatedEventData, AvsClusterUpdatingEventData, AvsPrivateCloudFailedEventData, AvsPrivateCloudUpdatedEventData, AvsPrivateCloudUpdatingEventData, AvsScriptExecutionCancelledEventData, AvsScriptExecutionFailedEventData, AvsScriptExecutionFinishedEventData, AvsScriptExecutionStartedEventData, ContainerRegistryChartDeletedEventData, ContainerRegistryChartPushedEventData, ContainerRegistryImageDeletedEventData, ContainerRegistryImagePushedEventData, ContainerServiceClusterSupportEndedEventData, ContainerServiceClusterSupportEndingEventData, ContainerServiceNewKubernetesVersionAvailableEventData, ContainerServiceNodePoolRollingFailedEventData, ContainerServiceNodePoolRollingStartedEventData, ContainerServiceNodePoolRollingSucceededEventData, DataBoxCopyCompletedEventData, DataBoxCopyStartedEventData, DataBoxOrderCompletedEventData, EdgeSolutionVersionPublishedEventData, EventGridMqttClientCreatedOrUpdatedEventData, EventGridMqttClientDeletedEventData, EventGridMqttClientSessionConnectedEventData, EventGridMqttClientSessionDisconnectedEventData, EventHubCaptureFileCreatedEventData, HealthcareDicomImageCreatedEventData, HealthcareDicomImageDeletedEventData, HealthcareDicomImageUpdatedEventData, HealthcareFhirResourceCreatedEventData, HealthcareFhirResourceDeletedEventData, HealthcareFhirResourceUpdatedEventData, IotHubDeviceConnectedEventData, IotHubDeviceCreatedEventData, IotHubDeviceDeletedEventData, IotHubDeviceDisconnectedEventData, IotHubDeviceTelemetryEventData, KeyVaultAccessPolicyChangedEventData, KeyVaultCertificateExpiredEventData, KeyVaultCertificateNearExpiryEventData, KeyVaultCertificateNewVersionCreatedEventData, KeyVaultKeyExpiredEventData, KeyVaultKeyNearExpiryEventData, KeyVaultKeyNewVersionCreatedEventData, KeyVaultSecretExpiredEventData, KeyVaultSecretNearExpiryEventData, KeyVaultSecretNewVersionCreatedEventData, MachineLearningServicesDatasetDriftDetectedEventData, MachineLearningServicesModelDeployedEventData, MachineLearningServicesModelRegisteredEventData, MachineLearningServicesRunCompletedEventData, MachineLearningServicesRunStatusChangedEventData, MapsGeofenceEnteredEventData, MapsGeofenceExitedEventData, MapsGeofenceResultEventData, PolicyInsightsPolicyStateChangedEventData, PolicyInsightsPolicyStateCreatedEventData, PolicyInsightsPolicyStateDeletedEventData, RedisExportRDBCompletedEventData, RedisImportRDBCompletedEventData, RedisPatchingCompletedEventData, RedisScalingCompletedEventData, ResourceActionCancelEventData, ResourceActionFailureEventData, ResourceActionSuccessEventData, ResourceDeleteCancelEventData, ResourceDeleteFailureEventData, ResourceDeleteSuccessEventData, ResourceNotificationsAksResourcesFleetGateCreatedEventData, ResourceNotificationsAksResourcesFleetGateDeletedEventData, ResourceNotificationsAksResourcesFleetGateUpdatedEventData, ResourceNotificationsContainerServiceEventResourcesScheduledEventData, ResourceNotificationsHealthResourcesAnnotatedEventData, ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData, ResourceNotificationsResourceManagementCreatedOrUpdatedEventData, ResourceNotificationsResourceManagementDeletedEventData, ResourceWriteCancelEventData, ResourceWriteFailureEventData, ResourceWriteSuccessEventData, ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData, ServiceBusActiveMessagesAvailableWithNoListenersEventData, ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData, ServiceBusDeadletterMessagesAvailableWithNoListenersEventData, SignalRServiceClientConnectionConnectedEventData, SignalRServiceClientConnectionDisconnectedEventData, StorageAsyncOperationInitiatedEventData, StorageBlobCreatedEventData, StorageBlobDeletedEventData, StorageBlobInventoryPolicyCompletedEventData, StorageBlobRenamedEventData, StorageBlobTierChangedEventData, StorageDirectoryCreatedEventData, StorageDirectoryDeletedEventData, StorageDirectoryRenamedEventData, StorageLifecyclePolicyCompletedEventData, StorageTaskAssignmentCompletedEventData, StorageTaskAssignmentQueuedEventData, StorageTaskCompletedEventData, StorageTaskQueuedEventData, SubscriptionDeletedEventData, SubscriptionValidationEventData, WebAppServicePlanUpdatedEventData, WebAppUpdatedEventData, WebBackupOperationCompletedEventData, WebBackupOperationFailedEventData, WebBackupOperationStartedEventData, WebRestoreOperationCompletedEventData, WebRestoreOperationFailedEventData, WebRestoreOperationStartedEventData, WebSlotSwapCompletedEventData, WebSlotSwapFailedEventData, WebSlotSwapStartedEventData, WebSlotSwapWithPreviewCancelledEventData, WebSlotSwapWithPreviewStartedEventData } from "./models/index.js";
9
2
  /**
10
3
  * A mapping of event type names to event data type interfaces.
11
4
  */
12
5
  export interface SystemEventNameToEventData {
13
- /** An interface for the event data of a "Microsoft.ApiManagement.UserCreated" event. */
14
- "Microsoft.ApiManagement.UserCreated": ApiManagementUserCreatedEventData;
15
- /** An interface for the event data of a "Microsoft.ApiManagement.UserUpdated" event. */
16
- "Microsoft.ApiManagement.UserUpdated": ApiManagementUserUpdatedEventData;
17
- /** An interface for the event data of a "Microsoft.ApiManagement.UserDeleted" event. */
18
- "Microsoft.ApiManagement.UserDeleted": ApiManagementUserDeletedEventData;
19
- /** An interface for the event data of a "Microsoft.ApiManagement.SubscriptionCreated" event. */
20
- "Microsoft.ApiManagement.SubscriptionCreated": ApiManagementSubscriptionCreatedEventData;
21
- /** An interface for the event data of a "Microsoft.ApiManagement.SubscriptionUpdated" event. */
22
- "Microsoft.ApiManagement.SubscriptionUpdated": ApiManagementSubscriptionUpdatedEventData;
23
- /** An interface for the event data of a "Microsoft.ApiManagement.SubscriptionDeleted" event. */
24
- "Microsoft.ApiManagement.SubscriptionDeleted": ApiManagementSubscriptionDeletedEventData;
25
- /** An interface for the event data of a "Microsoft.ApiManagement.ProductCreated" event. */
26
- "Microsoft.ApiManagement.ProductCreated": ApiManagementProductCreatedEventData;
27
- /** An interface for the event data of a "Microsoft.ApiManagement.ProductUpdated" event. */
28
- "Microsoft.ApiManagement.ProductUpdated": ApiManagementProductUpdatedEventData;
29
- /** An interface for the event data of a "Microsoft.ApiManagement.ProductDeleted" event. */
30
- "Microsoft.ApiManagement.ProductDeleted": ApiManagementProductDeletedEventData;
6
+ /** An interface for the event data of a "Microsoft.ApiCenter.ApiDefinitionAdded" event. */
7
+ "Microsoft.ApiCenter.ApiDefinitionAdded": ApiCenterApiDefinitionAddedEventData;
8
+ /** An interface for the event data of a "Microsoft.ApiCenter.ApiDefinitionUpdated" event. */
9
+ "Microsoft.ApiCenter.ApiDefinitionUpdated": ApiCenterApiDefinitionUpdatedEventData;
31
10
  /** An interface for the event data of a "Microsoft.ApiManagement.APICreated" event. */
32
11
  "Microsoft.ApiManagement.APICreated": ApiManagementApiCreatedEventData;
33
- /** An interface for the event data of a "Microsoft.ApiManagement.APIUpdated" event. */
34
- "Microsoft.ApiManagement.APIUpdated": ApiManagementApiUpdatedEventData;
35
- /** An interface for the event data of a "Microsoft.ApiManagement.CircuitBreaker.Closed" event. */
36
- "Microsoft.ApiManagement.CircuitBreaker.Closed": ApiManagementCircuitBreakerClosedEventData;
37
- /** An interface for the event data of a "Microsoft.ApiManagement.CircuitBreaker.Opened" event. */
38
- "Microsoft.ApiManagement.CircuitBreaker.Opened": ApiManagementCircuitBreakerOpenedEventData;
39
12
  /** An interface for the event data of a "Microsoft.ApiManagement.APIDeleted" event. */
40
13
  "Microsoft.ApiManagement.APIDeleted": ApiManagementApiDeletedEventData;
41
14
  /** An interface for the event data of a "Microsoft.ApiManagement.APIReleaseCreated" event. */
42
15
  "Microsoft.ApiManagement.APIReleaseCreated": ApiManagementApiReleaseCreatedEventData;
43
- /** An interface for the event data of a "Microsoft.ApiManagement.APIReleaseUpdated" event. */
44
- "Microsoft.ApiManagement.APIReleaseUpdated": ApiManagementApiReleaseUpdatedEventData;
45
16
  /** An interface for the event data of a "Microsoft.ApiManagement.APIReleaseDeleted" event. */
46
17
  "Microsoft.ApiManagement.APIReleaseDeleted": ApiManagementApiReleaseDeletedEventData;
18
+ /** An interface for the event data of a "Microsoft.ApiManagement.APIReleaseUpdated" event. */
19
+ "Microsoft.ApiManagement.APIReleaseUpdated": ApiManagementApiReleaseUpdatedEventData;
20
+ /** An interface for the event data of a "Microsoft.ApiManagement.APIUpdated" event. */
21
+ "Microsoft.ApiManagement.APIUpdated": ApiManagementApiUpdatedEventData;
22
+ /** An interface for the event data of a "Microsoft.ApiManagement.CircuitBreaker.Closed" event. */
23
+ "Microsoft.ApiManagement.CircuitBreaker.Closed": ApiManagementCircuitBreakerClosedEventData;
24
+ /** An interface for the event data of a "Microsoft.ApiManagement.CircuitBreaker.Opened" event. */
25
+ "Microsoft.ApiManagement.CircuitBreaker.Opened": ApiManagementCircuitBreakerOpenedEventData;
26
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayAPIAdded" event. */
27
+ "Microsoft.ApiManagement.GatewayAPIAdded": ApiManagementGatewayApiAddedEventData;
28
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayAPIRemoved" event. */
29
+ "Microsoft.ApiManagement.GatewayAPIRemoved": ApiManagementGatewayApiRemovedEventData;
30
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCertificateAuthorityCreated" event. */
31
+ "Microsoft.ApiManagement.GatewayCertificateAuthorityCreated": ApiManagementGatewayCertificateAuthorityCreatedEventData;
32
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted" event. */
33
+ "Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted": ApiManagementGatewayCertificateAuthorityDeletedEventData;
34
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated" event. */
35
+ "Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated": ApiManagementGatewayCertificateAuthorityUpdatedEventData;
36
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCreated" event. */
37
+ "Microsoft.ApiManagement.GatewayCreated": ApiManagementGatewayCreatedEventData;
38
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayDeleted" event. */
39
+ "Microsoft.ApiManagement.GatewayDeleted": ApiManagementGatewayDeletedEventData;
40
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayHostnameConfigurationCreated" event. */
41
+ "Microsoft.ApiManagement.GatewayHostnameConfigurationCreated": ApiManagementGatewayHostnameConfigurationCreatedEventData;
42
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted" event. */
43
+ "Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted": ApiManagementGatewayHostnameConfigurationDeletedEventData;
44
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated" event. */
45
+ "Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated": ApiManagementGatewayHostnameConfigurationUpdatedEventData;
47
46
  /** An interface for the event data of a "Microsoft.ApiManagement.GatewayTokenExpired" event. */
48
47
  "Microsoft.ApiManagement.GatewayTokenExpired": ApiManagementGatewayTokenExpiredEventData;
49
48
  /** An interface for the event data of a "Microsoft.ApiManagement.GatewayTokenNearExpiry" event. */
50
49
  "Microsoft.ApiManagement.GatewayTokenNearExpiry": ApiManagementGatewayTokenNearExpiryEventData;
50
+ /** An interface for the event data of a "Microsoft.ApiManagement.GatewayUpdated" event. */
51
+ "Microsoft.ApiManagement.GatewayUpdated": ApiManagementGatewayUpdatedEventData;
52
+ /** An interface for the event data of a "Microsoft.ApiManagement.ProductCreated" event. */
53
+ "Microsoft.ApiManagement.ProductCreated": ApiManagementProductCreatedEventData;
54
+ /** An interface for the event data of a "Microsoft.ApiManagement.ProductDeleted" event. */
55
+ "Microsoft.ApiManagement.ProductDeleted": ApiManagementProductDeletedEventData;
56
+ /** An interface for the event data of a "Microsoft.ApiManagement.ProductUpdated" event. */
57
+ "Microsoft.ApiManagement.ProductUpdated": ApiManagementProductUpdatedEventData;
58
+ /** An interface for the event data of a "Microsoft.ApiManagement.SubscriptionCreated" event. */
59
+ "Microsoft.ApiManagement.SubscriptionCreated": ApiManagementSubscriptionCreatedEventData;
60
+ /** An interface for the event data of a "Microsoft.ApiManagement.SubscriptionDeleted" event. */
61
+ "Microsoft.ApiManagement.SubscriptionDeleted": ApiManagementSubscriptionDeletedEventData;
62
+ /** An interface for the event data of a "Microsoft.ApiManagement.SubscriptionUpdated" event. */
63
+ "Microsoft.ApiManagement.SubscriptionUpdated": ApiManagementSubscriptionUpdatedEventData;
64
+ /** An interface for the event data of a "Microsoft.ApiManagement.UserCreated" event. */
65
+ "Microsoft.ApiManagement.UserCreated": ApiManagementUserCreatedEventData;
66
+ /** An interface for the event data of a "Microsoft.ApiManagement.UserDeleted" event. */
67
+ "Microsoft.ApiManagement.UserDeleted": ApiManagementUserDeletedEventData;
68
+ /** An interface for the event data of a "Microsoft.ApiManagement.UserUpdated" event. */
69
+ "Microsoft.ApiManagement.UserUpdated": ApiManagementUserUpdatedEventData;
70
+ /** An interface for the event data of a "Microsoft.AppConfiguration.KeyValueDeleted" event. */
71
+ "Microsoft.AppConfiguration.KeyValueDeleted": AppConfigurationKeyValueDeletedEventData;
72
+ /** An interface for the event data of a "Microsoft.AppConfiguration.KeyValueModified" event. */
73
+ "Microsoft.AppConfiguration.KeyValueModified": AppConfigurationKeyValueModifiedEventData;
74
+ /** An interface for the event data of a "Microsoft.AppConfiguration.SnapshotCreated" event. */
75
+ "Microsoft.AppConfiguration.SnapshotCreated": AppConfigurationSnapshotCreatedEventData;
76
+ /** An interface for the event data of a "Microsoft.AppConfiguration.SnapshotModified" event. */
77
+ "Microsoft.AppConfiguration.SnapshotModified": AppConfigurationSnapshotModifiedEventData;
78
+ /** An interface for the event data of a "Microsoft.AVS.ClusterCreated" event. */
79
+ "Microsoft.AVS.ClusterCreated": AvsClusterCreatedEventData;
80
+ /** An interface for the event data of a "Microsoft.AVS.ClusterDeleted" event. */
81
+ "Microsoft.AVS.ClusterDeleted": AvsClusterDeletedEventData;
82
+ /** An interface for the event data of a "Microsoft.AVS.ClusterFailed" event. */
83
+ "Microsoft.AVS.ClusterFailed": AvsClusterFailedEventData;
84
+ /** An interface for the event data of a "Microsoft.AVS.ClusterUpdated" event. */
85
+ "Microsoft.AVS.ClusterUpdated": AvsClusterUpdatedEventData;
86
+ /** An interface for the event data of a "Microsoft.AVS.ClusterUpdating" event. */
87
+ "Microsoft.AVS.ClusterUpdating": AvsClusterUpdatingEventData;
88
+ /** An interface for the event data of a "Microsoft.AVS.PrivateCloudFailed" event. */
89
+ "Microsoft.AVS.PrivateCloudFailed": AvsPrivateCloudFailedEventData;
90
+ /** An interface for the event data of a "Microsoft.AVS.PrivateCloudUpdated" event. */
91
+ "Microsoft.AVS.PrivateCloudUpdated": AvsPrivateCloudUpdatedEventData;
92
+ /** An interface for the event data of a "Microsoft.AVS.PrivateCloudUpdating" event. */
93
+ "Microsoft.AVS.PrivateCloudUpdating": AvsPrivateCloudUpdatingEventData;
94
+ /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionCancelled" event. */
95
+ "Microsoft.AVS.ScriptExecutionCancelled": AvsScriptExecutionCancelledEventData;
96
+ /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionFailed" event. */
97
+ "Microsoft.AVS.ScriptExecutionFailed": AvsScriptExecutionFailedEventData;
98
+ /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionFinished" event. */
99
+ "Microsoft.AVS.ScriptExecutionFinished": AvsScriptExecutionFinishedEventData;
100
+ /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionStarted" event. */
101
+ "Microsoft.AVS.ScriptExecutionStarted": AvsScriptExecutionStartedEventData;
102
+ /** An interface for the event data of a "Microsoft.Cache.ExportRDBCompleted" event. */
103
+ "Microsoft.Cache.ExportRDBCompleted": RedisExportRDBCompletedEventData;
104
+ /** An interface for the event data of a "Microsoft.Cache.ImportRDBCompleted" event. */
105
+ "Microsoft.Cache.ImportRDBCompleted": RedisImportRDBCompletedEventData;
106
+ /** An interface for the event data of a "Microsoft.Cache.PatchingCompleted" event. */
107
+ "Microsoft.Cache.PatchingCompleted": RedisPatchingCompletedEventData;
108
+ /** An interface for the event data of a "Microsoft.Cache.ScalingCompleted" event. */
109
+ "Microsoft.Cache.ScalingCompleted": RedisScalingCompletedEventData;
110
+ /** An interface for the event data of a "Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated" event. */
111
+ "Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated": AcsMessageDeliveryStatusUpdatedEventData;
112
+ /** An interface for the event data of a "Microsoft.Communication.AdvancedMessageReceived" event. */
113
+ "Microsoft.Communication.AdvancedMessageReceived": AcsMessageReceivedEventData;
51
114
  /** An interface for the event data of a "Microsoft.Communication.CallEnded" event. */
52
115
  "Microsoft.Communication.CallEnded": AcsCallEndedEventData;
53
116
  /** An interface for the event data of a "Microsoft.Communication.CallParticipantAdded" event. */
@@ -58,100 +121,180 @@ export interface SystemEventNameToEventData {
58
121
  "Microsoft.Communication.CallStarted": AcsCallStartedEventData;
59
122
  /** An interface for the event data of a "Microsoft.Communication.ChatAzureBotCommandReceivedInThread" event. */
60
123
  "Microsoft.Communication.ChatAzureBotCommandReceivedInThread": AcsChatAzureBotCommandReceivedInThreadEventData;
61
- /** An interface for the event data of a "Microsoft.Communication.ChatMessageReceived" event. */
62
- "Microsoft.Communication.ChatMessageReceived": AcsChatMessageReceivedEventData;
63
- /** An interface for the event data of a "Microsoft.Communication.ChatMessageReceivedInThread" event. */
64
- "Microsoft.Communication.ChatMessageReceivedInThread": AcsChatMessageReceivedInThreadEventData;
65
- /** An interface for the event data of a "Microsoft.Communication.ChatMessageEdited" event. */
66
- "Microsoft.Communication.ChatMessageEdited": AcsChatMessageEditedEventData;
67
- /** An interface for the event data of a "Microsoft.Communication.ChatMessageEditedInThread" event. */
68
- "Microsoft.Communication.ChatMessageEditedInThread": AcsChatMessageEditedInThreadEventData;
69
124
  /** An interface for the event data of a "Microsoft.Communication.ChatMessageDeleted" event. */
70
125
  "Microsoft.Communication.ChatMessageDeleted": AcsChatMessageDeletedEventData;
71
126
  /** An interface for the event data of a "Microsoft.Communication.ChatMessageDeletedInThread" event. */
72
127
  "Microsoft.Communication.ChatMessageDeletedInThread": AcsChatMessageDeletedInThreadEventData;
128
+ /** An interface for the event data of a "Microsoft.Communication.ChatMessageEdited" event. */
129
+ "Microsoft.Communication.ChatMessageEdited": AcsChatMessageEditedEventData;
130
+ /** An interface for the event data of a "Microsoft.Communication.ChatMessageEditedInThread" event. */
131
+ "Microsoft.Communication.ChatMessageEditedInThread": AcsChatMessageEditedInThreadEventData;
132
+ /** An interface for the event data of a "Microsoft.Communication.ChatMessageReceived" event. */
133
+ "Microsoft.Communication.ChatMessageReceived": AcsChatMessageReceivedEventData;
134
+ /** An interface for the event data of a "Microsoft.Communication.ChatMessageReceivedInThread" event. */
135
+ "Microsoft.Communication.ChatMessageReceivedInThread": AcsChatMessageReceivedInThreadEventData;
136
+ /** An interface for the event data of a "Microsoft.Communication.ChatParticipantAddedToThreadWithUser" event. */
137
+ "Microsoft.Communication.ChatParticipantAddedToThreadWithUser": AcsChatParticipantAddedToThreadWithUserEventData;
138
+ /** An interface for the event data of a "Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser" event. */
139
+ "Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser": AcsChatParticipantRemovedFromThreadWithUserEventData;
140
+ /** An interface for the event data of a "Microsoft.Communication.ChatThreadCreated" event. */
141
+ "Microsoft.Communication.ChatThreadCreated": AcsChatThreadCreatedEventData;
73
142
  /** An interface for the event data of a "Microsoft.Communication.ChatThreadCreatedWithUser" event. */
74
143
  "Microsoft.Communication.ChatThreadCreatedWithUser": AcsChatThreadCreatedWithUserEventData;
75
- /** An interface for the event data of a "Microsoft.Communication.ChatThreadWithUserDeleted" event. */
76
- "Microsoft.Communication.ChatThreadWithUserDeleted": AcsChatThreadWithUserDeletedEventData;
77
- /** An interface for the event data of a "Microsoft.Communication.ChatTypingIndicatorReceivedInThread" event. */
78
- "Microsoft.Communication.ChatTypingIndicatorReceivedInThread": AcsChatTypingIndicatorReceivedInThreadEventData;
79
- /** An interface for the event data of a "Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser" event. */
80
- "Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser": AcsChatThreadPropertiesUpdatedPerUserEventData;
144
+ /** An interface for the event data of a "Microsoft.Communication.ChatThreadDeleted" event. */
145
+ "Microsoft.Communication.ChatThreadDeleted": AcsChatThreadDeletedEventData;
81
146
  /** An interface for the event data of a "Microsoft.Communication.ChatThreadParticipantAdded" event. */
82
147
  "Microsoft.Communication.ChatThreadParticipantAdded": AcsChatParticipantAddedToThreadEventData;
83
- /** An interface for the event data of a "Microsoft.Communication.ChatParticipantAddedToThreadWithUser" event. */
84
- "Microsoft.Communication.ChatParticipantAddedToThreadWithUser": AcsChatParticipantAddedToThreadWithUserEventData;
85
148
  /** An interface for the event data of a "Microsoft.Communication.ChatThreadParticipantRemoved" event. */
86
149
  "Microsoft.Communication.ChatThreadParticipantRemoved": AcsChatParticipantRemovedFromThreadEventData;
87
- /** An interface for the event data of a "Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser" event. */
88
- "Microsoft.Communication.ChatParticipantRemovedFromThreadWithUser": AcsChatParticipantRemovedFromThreadWithUserEventData;
150
+ /** An interface for the event data of a "Microsoft.Communication.ChatThreadPropertiesUpdated" event. */
151
+ "Microsoft.Communication.ChatThreadPropertiesUpdated": AcsChatThreadPropertiesUpdatedEventData;
152
+ /** An interface for the event data of a "Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser" event. */
153
+ "Microsoft.Communication.ChatThreadPropertiesUpdatedPerUser": AcsChatThreadPropertiesUpdatedPerUserEventData;
154
+ /** An interface for the event data of a "Microsoft.Communication.ChatThreadWithUserDeleted" event. */
155
+ "Microsoft.Communication.ChatThreadWithUserDeleted": AcsChatThreadWithUserDeletedEventData;
156
+ /** An interface for the event data of a "Microsoft.Communication.ChatTypingIndicatorReceivedInThread" event. */
157
+ "Microsoft.Communication.ChatTypingIndicatorReceivedInThread": AcsChatTypingIndicatorReceivedInThreadEventData;
158
+ /** An interface for the event data of a "Microsoft.Communication.EmailDeliveryReportReceived" event. */
159
+ "Microsoft.Communication.EmailDeliveryReportReceived": AcsEmailDeliveryReportReceivedEventData;
160
+ /** An interface for the event data of a "Microsoft.Communication.EmailEngagementTrackingReportReceived" event. */
161
+ "Microsoft.Communication.EmailEngagementTrackingReportReceived": AcsEmailEngagementTrackingReportReceivedEventData;
162
+ /** An interface for the event data of a "Microsoft.Communication.IncomingCall" event. */
163
+ "Microsoft.Communication.IncomingCall": AcsIncomingCallEventData;
89
164
  /** An interface for the event data of a "Microsoft.Communication.RecordingFileStatusUpdated" event. */
90
165
  "Microsoft.Communication.RecordingFileStatusUpdated": AcsRecordingFileStatusUpdatedEventData;
166
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobCancelled" event. */
167
+ "Microsoft.Communication.RouterJobCancelled": AcsRouterJobCancelledEventData;
168
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobClassificationFailed" event. */
169
+ "Microsoft.Communication.RouterJobClassificationFailed": AcsRouterJobClassificationFailedEventData;
170
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobClassified" event. */
171
+ "Microsoft.Communication.RouterJobClassified": AcsRouterJobClassifiedEventData;
172
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobClosed" event. */
173
+ "Microsoft.Communication.RouterJobClosed": AcsRouterJobClosedEventData;
174
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobCompleted" event. */
175
+ "Microsoft.Communication.RouterJobCompleted": AcsRouterJobCompletedEventData;
176
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobDeleted" event. */
177
+ "Microsoft.Communication.RouterJobDeleted": AcsRouterJobDeletedEventData;
178
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobExceptionTriggered" event. */
179
+ "Microsoft.Communication.RouterJobExceptionTriggered": AcsRouterJobExceptionTriggeredEventData;
180
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobQueued" event. */
181
+ "Microsoft.Communication.RouterJobQueued": AcsRouterJobQueuedEventData;
182
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobReceived" event. */
183
+ "Microsoft.Communication.RouterJobReceived": AcsRouterJobReceivedEventData;
184
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobSchedulingFailed" event. */
185
+ "Microsoft.Communication.RouterJobSchedulingFailed": AcsRouterJobSchedulingFailedEventData;
186
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobUnassigned" event. */
187
+ "Microsoft.Communication.RouterJobUnassigned": AcsRouterJobUnassignedEventData;
188
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobWaitingForActivation" event. */
189
+ "Microsoft.Communication.RouterJobWaitingForActivation": AcsRouterJobWaitingForActivationEventData;
190
+ /** An interface for the event data of a "Microsoft.Communication.RouterJobWorkerSelectorsExpired" event. */
191
+ "Microsoft.Communication.RouterJobWorkerSelectorsExpired": AcsRouterJobWorkerSelectorsExpiredEventData;
192
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerDeleted" event. */
193
+ "Microsoft.Communication.RouterWorkerDeleted": AcsRouterWorkerDeletedEventData;
194
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerDeregistered" event. */
195
+ "Microsoft.Communication.RouterWorkerDeregistered": AcsRouterWorkerDeregisteredEventData;
196
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferAccepted" event. */
197
+ "Microsoft.Communication.RouterWorkerOfferAccepted": AcsRouterWorkerOfferAcceptedEventData;
198
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferDeclined" event. */
199
+ "Microsoft.Communication.RouterWorkerOfferDeclined": AcsRouterWorkerOfferDeclinedEventData;
200
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferExpired" event. */
201
+ "Microsoft.Communication.RouterWorkerOfferExpired": AcsRouterWorkerOfferExpiredEventData;
202
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferIssued" event. */
203
+ "Microsoft.Communication.RouterWorkerOfferIssued": AcsRouterWorkerOfferIssuedEventData;
204
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferRevoked" event. */
205
+ "Microsoft.Communication.RouterWorkerOfferRevoked": AcsRouterWorkerOfferRevokedEventData;
206
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerRegistered" event. */
207
+ "Microsoft.Communication.RouterWorkerRegistered": AcsRouterWorkerRegisteredEventData;
208
+ /** An interface for the event data of a "Microsoft.Communication.RouterWorkerUpdated" event. */
209
+ "Microsoft.Communication.RouterWorkerUpdated": AcsRouterWorkerUpdatedEventData;
91
210
  /** An interface for the event data of a "Microsoft.Communication.SMSDeliveryReportReceived" event. */
92
211
  "Microsoft.Communication.SMSDeliveryReportReceived": AcsSmsDeliveryReportReceivedEventData;
93
212
  /** An interface for the event data of a "Microsoft.Communication.SMSReceived" event. */
94
213
  "Microsoft.Communication.SMSReceived": AcsSmsReceivedEventData;
95
214
  /** An interface for the event data of a "Microsoft.Communication.UserDisconnected" event. */
96
215
  "Microsoft.Communication.UserDisconnected": AcsUserDisconnectedEventData;
97
- /** An interface for the event data of a "Microsoft.ContainerService.NewKubernetesVersionAvailable" event. */
98
- "Microsoft.ContainerService.NewKubernetesVersionAvailable": ContainerServiceNewKubernetesVersionAvailableEventData;
99
- /** An interface for the event data of a "Microsoft.AppConfiguration.KeyValueDeleted" event. */
100
- "Microsoft.AppConfiguration.KeyValueDeleted": AppConfigurationKeyValueDeletedEventData;
101
- /** An interface for the event data of a "Microsoft.AppConfiguration.KeyValueModified" event. */
102
- "Microsoft.AppConfiguration.KeyValueModified": AppConfigurationKeyValueModifiedEventData;
103
- /** An interface for the event data of a "Microsoft.ContainerRegistry.ImagePushed" event. */
104
- "Microsoft.ContainerRegistry.ImagePushed": ContainerRegistryImagePushedEventData;
105
- /** An interface for the event data of a "Microsoft.ContainerRegistry.ImageDeleted" event. */
106
- "Microsoft.ContainerRegistry.ImageDeleted": ContainerRegistryImageDeletedEventData;
107
216
  /** An interface for the event data of a "Microsoft.ContainerRegistry.ChartDeleted" event. */
108
217
  "Microsoft.ContainerRegistry.ChartDeleted": ContainerRegistryChartDeletedEventData;
109
218
  /** An interface for the event data of a "Microsoft.ContainerRegistry.ChartPushed" event. */
110
219
  "Microsoft.ContainerRegistry.ChartPushed": ContainerRegistryChartPushedEventData;
220
+ /** An interface for the event data of a "Microsoft.ContainerRegistry.ImageDeleted" event. */
221
+ "Microsoft.ContainerRegistry.ImageDeleted": ContainerRegistryImageDeletedEventData;
222
+ /** An interface for the event data of a "Microsoft.ContainerRegistry.ImagePushed" event. */
223
+ "Microsoft.ContainerRegistry.ImagePushed": ContainerRegistryImagePushedEventData;
224
+ /** An interface for the event data of a "Microsoft.ContainerService.ClusterSupportEnded" event. */
225
+ "Microsoft.ContainerService.ClusterSupportEnded": ContainerServiceClusterSupportEndedEventData;
226
+ /** An interface for the event data of a "Microsoft.ContainerService.ClusterSupportEnding" event. */
227
+ "Microsoft.ContainerService.ClusterSupportEnding": ContainerServiceClusterSupportEndingEventData;
228
+ /** An interface for the event data of a "Microsoft.ContainerService.NewKubernetesVersionAvailable" event. */
229
+ "Microsoft.ContainerService.NewKubernetesVersionAvailable": ContainerServiceNewKubernetesVersionAvailableEventData;
230
+ /** An interface for the event data of a "Microsoft.ContainerService.NodePoolRollingFailed" event. */
231
+ "Microsoft.ContainerService.NodePoolRollingFailed": ContainerServiceNodePoolRollingFailedEventData;
232
+ /** An interface for the event data of a "Microsoft.ContainerService.NodePoolRollingStarted" event. */
233
+ "Microsoft.ContainerService.NodePoolRollingStarted": ContainerServiceNodePoolRollingStartedEventData;
234
+ /** An interface for the event data of a "Microsoft.ContainerService.NodePoolRollingSucceeded" event. */
235
+ "Microsoft.ContainerService.NodePoolRollingSucceeded": ContainerServiceNodePoolRollingSucceededEventData;
236
+ /** An interface for the event data of a "Microsoft.DataBox.CopyCompleted" event. */
237
+ "Microsoft.DataBox.CopyCompleted": DataBoxCopyCompletedEventData;
238
+ /** An interface for the event data of a "Microsoft.DataBox.CopyStarted" event. */
239
+ "Microsoft.DataBox.CopyStarted": DataBoxCopyStartedEventData;
240
+ /** An interface for the event data of a "Microsoft.DataBox.OrderCompleted" event. */
241
+ "Microsoft.DataBox.OrderCompleted": DataBoxOrderCompletedEventData;
242
+ /** An interface for the event data of a "Microsoft.Devices.DeviceConnected" event. */
243
+ "Microsoft.Devices.DeviceConnected": IotHubDeviceConnectedEventData;
111
244
  /** An interface for the event data of a "Microsoft.Devices.DeviceCreated" event. */
112
245
  "Microsoft.Devices.DeviceCreated": IotHubDeviceCreatedEventData;
113
246
  /** An interface for the event data of a "Microsoft.Devices.DeviceDeleted" event. */
114
247
  "Microsoft.Devices.DeviceDeleted": IotHubDeviceDeletedEventData;
115
- /** An interface for the event data of a "Microsoft.Devices.DeviceConnected" event. */
116
- "Microsoft.Devices.DeviceConnected": IotHubDeviceConnectedEventData;
117
248
  /** An interface for the event data of a "Microsoft.Devices.DeviceDisconnected" event. */
118
249
  "Microsoft.Devices.DeviceDisconnected": IotHubDeviceDisconnectedEventData;
119
250
  /** An interface for the event data of a "Microsoft.Devices.DeviceTelemetry" event. */
120
251
  "Microsoft.Devices.DeviceTelemetry": IotHubDeviceTelemetryEventData;
121
- /** An interface for the event data of a "Microsoft.EventGrid.SubscriptionValidationEvent" event. */
122
- "Microsoft.EventGrid.SubscriptionValidationEvent": SubscriptionValidationEventData;
252
+ /** An interface for the event data of a "Microsoft.Edge.SolutionVersionPublished" event. */
253
+ "Microsoft.Edge.SolutionVersionPublished": EdgeSolutionVersionPublishedEventData;
254
+ /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientCreatedOrUpdated" event. */
255
+ "Microsoft.EventGrid.MQTTClientCreatedOrUpdated": EventGridMqttClientCreatedOrUpdatedEventData;
256
+ /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientDeleted" event. */
257
+ "Microsoft.EventGrid.MQTTClientDeleted": EventGridMqttClientDeletedEventData;
258
+ /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientSessionConnected" event. */
259
+ "Microsoft.EventGrid.MQTTClientSessionConnected": EventGridMqttClientSessionConnectedEventData;
260
+ /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientSessionDisconnected" event. */
261
+ "Microsoft.EventGrid.MQTTClientSessionDisconnected": EventGridMqttClientSessionDisconnectedEventData;
123
262
  /** An interface for the event data of a "Microsoft.EventGrid.SubscriptionDeletedEvent" event. */
124
263
  "Microsoft.EventGrid.SubscriptionDeletedEvent": SubscriptionDeletedEventData;
264
+ /** An interface for the event data of a "Microsoft.EventGrid.SubscriptionValidationEvent" event. */
265
+ "Microsoft.EventGrid.SubscriptionValidationEvent": SubscriptionValidationEventData;
125
266
  /** An interface for the event data of a "Microsoft.EventHub.CaptureFileCreated" event. */
126
267
  "Microsoft.EventHub.CaptureFileCreated": EventHubCaptureFileCreatedEventData;
127
268
  /** An interface for the event data of a "Microsoft.HealthcareApis.DicomImageCreated" event. */
128
269
  "Microsoft.HealthcareApis.DicomImageCreated": HealthcareDicomImageCreatedEventData;
129
270
  /** An interface for the event data of a "Microsoft.HealthcareApis.DicomImageDeleted" event. */
130
271
  "Microsoft.HealthcareApis.DicomImageDeleted": HealthcareDicomImageDeletedEventData;
272
+ /** An interface for the event data of a "Microsoft.HealthcareApis.DicomImageUpdated" event. */
273
+ "Microsoft.HealthcareApis.DicomImageUpdated": HealthcareDicomImageUpdatedEventData;
131
274
  /** An interface for the event data of a "Microsoft.HealthcareApis.FhirResourceCreated" event. */
132
275
  "Microsoft.HealthcareApis.FhirResourceCreated": HealthcareFhirResourceCreatedEventData;
133
- /** An interface for the event data of a "Microsoft.HealthcareApis.FhirUpdatedCreated" event. */
134
- "Microsoft.HealthcareApis.FhirUpdatedCreated": HealthcareFhirResourceUpdatedEventData;
135
- /** An interface for the event data of a "Microsoft.HealthcareApis.FhirDeletedCreated" event. */
136
- "Microsoft.HealthcareApis.FhirDeletedCreated": HealthcareFhirResourceDeletedEventData;
137
- /** An interface for the event data of a "Microsoft.KeyVault.CertificateNewVersionCreated" event. */
138
- "Microsoft.KeyVault.CertificateNewVersionCreated": KeyVaultCertificateNewVersionCreatedEventData;
139
- /** An interface for the event data of a "Microsoft.KeyVault.CertificateNearExpiry" event. */
140
- "Microsoft.KeyVault.CertificateNearExpiry": KeyVaultCertificateNearExpiryEventData;
276
+ /** An interface for the event data of a "Microsoft.HealthcareApis.FhirResourceDeleted" event. */
277
+ "Microsoft.HealthcareApis.FhirResourceDeleted": HealthcareFhirResourceDeletedEventData;
278
+ /** An interface for the event data of a "Microsoft.HealthcareApis.FhirResourceUpdated" event. */
279
+ "Microsoft.HealthcareApis.FhirResourceUpdated": HealthcareFhirResourceUpdatedEventData;
141
280
  /** An interface for the event data of a "Microsoft.KeyVault.CertificateExpired" event. */
142
281
  "Microsoft.KeyVault.CertificateExpired": KeyVaultCertificateExpiredEventData;
143
- /** An interface for the event data of a "Microsoft.KeyVault.KeyNewVersionCreated" event. */
144
- "Microsoft.KeyVault.KeyNewVersionCreated": KeyVaultKeyNewVersionCreatedEventData;
145
- /** An interface for the event data of a "Microsoft.KeyVault.KeyNearExpiry" event. */
146
- "Microsoft.KeyVault.KeyNearExpiry": KeyVaultKeyNearExpiryEventData;
282
+ /** An interface for the event data of a "Microsoft.KeyVault.CertificateNearExpiry" event. */
283
+ "Microsoft.KeyVault.CertificateNearExpiry": KeyVaultCertificateNearExpiryEventData;
284
+ /** An interface for the event data of a "Microsoft.KeyVault.CertificateNewVersionCreated" event. */
285
+ "Microsoft.KeyVault.CertificateNewVersionCreated": KeyVaultCertificateNewVersionCreatedEventData;
147
286
  /** An interface for the event data of a "Microsoft.KeyVault.KeyExpired" event. */
148
287
  "Microsoft.KeyVault.KeyExpired": KeyVaultKeyExpiredEventData;
149
- /** An interface for the event data of a "Microsoft.KeyVault.SecretNewVersionCreated" event. */
150
- "Microsoft.KeyVault.SecretNewVersionCreated": KeyVaultSecretNewVersionCreatedEventData;
151
- /** An interface for the event data of a "Microsoft.KeyVault.SecretNearExpiry" event. */
152
- "Microsoft.KeyVault.SecretNearExpiry": KeyVaultSecretNearExpiryEventData;
288
+ /** An interface for the event data of a "Microsoft.KeyVault.KeyNearExpiry" event. */
289
+ "Microsoft.KeyVault.KeyNearExpiry": KeyVaultKeyNearExpiryEventData;
290
+ /** An interface for the event data of a "Microsoft.KeyVault.KeyNewVersionCreated" event. */
291
+ "Microsoft.KeyVault.KeyNewVersionCreated": KeyVaultKeyNewVersionCreatedEventData;
153
292
  /** An interface for the event data of a "Microsoft.KeyVault.SecretExpired" event. */
154
293
  "Microsoft.KeyVault.SecretExpired": KeyVaultSecretExpiredEventData;
294
+ /** An interface for the event data of a "Microsoft.KeyVault.SecretNearExpiry" event. */
295
+ "Microsoft.KeyVault.SecretNearExpiry": KeyVaultSecretNearExpiryEventData;
296
+ /** An interface for the event data of a "Microsoft.KeyVault.SecretNewVersionCreated" event. */
297
+ "Microsoft.KeyVault.SecretNewVersionCreated": KeyVaultSecretNewVersionCreatedEventData;
155
298
  /** An interface for the event data of a "Microsoft.KeyVault.VaultAccessPolicyChanged" event. */
156
299
  "Microsoft.KeyVault.VaultAccessPolicyChanged": KeyVaultAccessPolicyChangedEventData;
157
300
  /** An interface for the event data of a "Microsoft.MachineLearningServices.DatasetDriftDetected" event. */
@@ -172,32 +315,56 @@ export interface SystemEventNameToEventData {
172
315
  "Microsoft.Maps.GeofenceResult": MapsGeofenceResultEventData;
173
316
  /** An interface for the event data of a "Microsoft.PolicyInsights.PolicyStateChanged" event. */
174
317
  "Microsoft.PolicyInsights.PolicyStateChanged": PolicyInsightsPolicyStateChangedEventData;
175
- /** An interface for the event data of a " Microsoft.PolicyInsights.PolicyStateCreated" event. */
318
+ /** An interface for the event data of a "Microsoft.PolicyInsights.PolicyStateCreated" event. */
176
319
  "Microsoft.PolicyInsights.PolicyStateCreated": PolicyInsightsPolicyStateCreatedEventData;
177
320
  /** An interface for the event data of a "Microsoft.PolicyInsights.PolicyStateDeleted" event. */
178
321
  "Microsoft.PolicyInsights.PolicyStateDeleted": PolicyInsightsPolicyStateDeletedEventData;
322
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.AKSResources.FleetGateCreated" event. */
323
+ "Microsoft.ResourceNotifications.AKSResources.FleetGateCreated": ResourceNotificationsAksResourcesFleetGateCreatedEventData;
324
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.AKSResources.FleetGateDeleted" event. */
325
+ "Microsoft.ResourceNotifications.AKSResources.FleetGateDeleted": ResourceNotificationsAksResourcesFleetGateDeletedEventData;
326
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.AKSResources.FleetGateUpdated" event. */
327
+ "Microsoft.ResourceNotifications.AKSResources.FleetGateUpdated": ResourceNotificationsAksResourcesFleetGateUpdatedEventData;
328
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.ContainerServiceEventResources.ScheduledEventEmitted" event. */
329
+ "Microsoft.ResourceNotifications.ContainerServiceEventResources.ScheduledEventEmitted": ResourceNotificationsContainerServiceEventResourcesScheduledEventData;
330
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged" event. */
331
+ "Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged": ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData;
332
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated" event. */
333
+ "Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated": ResourceNotificationsHealthResourcesAnnotatedEventData;
334
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.Resources.CreatedOrUpdated" event. */
335
+ "Microsoft.ResourceNotifications.Resources.CreatedOrUpdated": ResourceNotificationsResourceManagementCreatedOrUpdatedEventData;
336
+ /** An interface for the event data of a "Microsoft.ResourceNotifications.Resources.Deleted" event. */
337
+ "Microsoft.ResourceNotifications.Resources.Deleted": ResourceNotificationsResourceManagementDeletedEventData;
338
+ /** An interface for the event data of a "Microsoft.Resources.ResourceActionCancel" event. */
339
+ "Microsoft.Resources.ResourceActionCancel": ResourceActionCancelEventData;
340
+ /** An interface for the event data of a "Microsoft.Resources.ResourceActionFailure" event. */
341
+ "Microsoft.Resources.ResourceActionFailure": ResourceActionFailureEventData;
342
+ /** An interface for the event data of a "Microsoft.Resources.ResourceActionSuccess" event. */
343
+ "Microsoft.Resources.ResourceActionSuccess": ResourceActionSuccessEventData;
344
+ /** An interface for the event data of a "Microsoft.Resources.ResourceDeleteCancel" event. */
345
+ "Microsoft.Resources.ResourceDeleteCancel": ResourceDeleteCancelEventData;
346
+ /** An interface for the event data of a "Microsoft.Resources.ResourceDeleteFailure" event. */
347
+ "Microsoft.Resources.ResourceDeleteFailure": ResourceDeleteFailureEventData;
179
348
  /** An interface for the event data of a "Microsoft.Resources.ResourceDeleteSuccess" event. */
180
- "Microsoft.Resources.ResourceWriteSuccess": ResourceWriteSuccessEventData;
181
- /** An interface for the event data of a "Microsoft.Resources.ResourceWriteFailure" event. */
182
- "Microsoft.Resources.ResourceWriteFailure": ResourceWriteFailureEventData;
349
+ "Microsoft.Resources.ResourceDeleteSuccess": ResourceDeleteSuccessEventData;
183
350
  /** An interface for the event data of a "Microsoft.Resources.ResourceWriteCancel" event. */
184
351
  "Microsoft.Resources.ResourceWriteCancel": ResourceWriteCancelEventData;
185
- /** An interface for the event data of a "Microsoft.Resources.ResourceDeleteSuccess" event. */
186
- "Microsoft.Resources.ResourceDeleteSuccess": ResourceDeleteSuccessEventData;
187
- /** An interface for the event data of a "Microsoft.Resources.ResourceDeleteFailure" event. */
188
- "Microsoft.Resources.ResourceDeleteFailure": ResourceDeleteFailureEventData;
189
- /** An interface for the event data of a "Microsoft.Resources.ResourceDeleteCancel" event. */
190
- "Microsoft.Resources.ResourceDeleteCancel": ResourceDeleteCancelEventData;
191
- /** An interface for the event data of a "Microsoft.Resources.ResourceActionSuccess" event. */
192
- "Microsoft.Resources.ResourceActionSuccess": ResourceActionSuccessEventData;
193
- /** An interface for the event data of a "Microsoft.Resources.ResourceActionFailure" event. */
194
- "Microsoft.Resources.ResourceActionFailure": ResourceActionFailureEventData;
195
- /** An interface for the event data of a "Microsoft.Resources.ResourceActionCancel" event. */
196
- "Microsoft.Resources.ResourceActionCancel": ResourceActionCancelEventData;
352
+ /** An interface for the event data of a "Microsoft.Resources.ResourceWriteFailure" event. */
353
+ "Microsoft.Resources.ResourceWriteFailure": ResourceWriteFailureEventData;
354
+ /** An interface for the event data of a "Microsoft.Resources.ResourceWriteSuccess" event. */
355
+ "Microsoft.Resources.ResourceWriteSuccess": ResourceWriteSuccessEventData;
356
+ /** An interface for the event data of a "Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications" event. */
357
+ "Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications": ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData;
197
358
  /** An interface for the event data of a "Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners" event. */
198
359
  "Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners": ServiceBusActiveMessagesAvailableWithNoListenersEventData;
360
+ /** An interface for the event data of a "Microsoft.ServiceBus.DeadletterMessagesAvailablePeriodicNotifications" event. */
361
+ "Microsoft.ServiceBus.DeadletterMessagesAvailablePeriodicNotifications": ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData;
199
362
  /** An interface for the event data of a "Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners" event. */
200
363
  "Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners": ServiceBusDeadletterMessagesAvailableWithNoListenersEventData;
364
+ /** An interface for the event data of a "Microsoft.SignalRService.ClientConnectionConnected" event. */
365
+ "Microsoft.SignalRService.ClientConnectionConnected": SignalRServiceClientConnectionConnectedEventData;
366
+ /** An interface for the event data of a "Microsoft.SignalRService.ClientConnectionDisconnected" event. */
367
+ "Microsoft.SignalRService.ClientConnectionDisconnected": SignalRServiceClientConnectionDisconnectedEventData;
201
368
  /** An interface for the event data of a "Microsoft.Storage.AsyncOperationInitiated" event. */
202
369
  "Microsoft.Storage.AsyncOperationInitiated": StorageAsyncOperationInitiatedEventData;
203
370
  /** An interface for the event data of a "Microsoft.Storage.BlobCreated" event. */
@@ -206,10 +373,10 @@ export interface SystemEventNameToEventData {
206
373
  "Microsoft.Storage.BlobDeleted": StorageBlobDeletedEventData;
207
374
  /** An interface for the event data of a "Microsoft.Storage.BlobInventoryPolicyCompleted" event. */
208
375
  "Microsoft.Storage.BlobInventoryPolicyCompleted": StorageBlobInventoryPolicyCompletedEventData;
209
- /** An interface for the event data of a "Microsoft.Storage.BlobTierChanged" event. */
210
- "Microsoft.Storage.BlobTierChanged": StorageBlobTierChangedEventData;
211
376
  /** An interface for the event data of a "Microsoft.Storage.BlobRenamed" event. */
212
377
  "Microsoft.Storage.BlobRenamed": StorageBlobRenamedEventData;
378
+ /** An interface for the event data of a "Microsoft.Storage.BlobTierChanged" event. */
379
+ "Microsoft.Storage.BlobTierChanged": StorageBlobTierChangedEventData;
213
380
  /** An interface for the event data of a "Microsoft.Storage.DirectoryCreated" event. */
214
381
  "Microsoft.Storage.DirectoryCreated": StorageDirectoryCreatedEventData;
215
382
  /** An interface for the event data of a "Microsoft.Storage.DirectoryDeleted" event. */
@@ -218,207 +385,39 @@ export interface SystemEventNameToEventData {
218
385
  "Microsoft.Storage.DirectoryRenamed": StorageDirectoryRenamedEventData;
219
386
  /** An interface for the event data of a "Microsoft.Storage.LifecyclePolicyCompleted" event. */
220
387
  "Microsoft.Storage.LifecyclePolicyCompleted": StorageLifecyclePolicyCompletedEventData;
388
+ /** An interface for the event data of a "Microsoft.Storage.StorageTaskAssignmentCompleted" event. */
389
+ "Microsoft.Storage.StorageTaskAssignmentCompleted": StorageTaskAssignmentCompletedEventData;
390
+ /** An interface for the event data of a "Microsoft.Storage.StorageTaskAssignmentQueued" event. */
391
+ "Microsoft.Storage.StorageTaskAssignmentQueued": StorageTaskAssignmentQueuedEventData;
392
+ /** An interface for the event data of a "Microsoft.Storage.StorageTaskCompleted" event. */
393
+ "Microsoft.Storage.StorageTaskCompleted": StorageTaskCompletedEventData;
394
+ /** An interface for the event data of a "Microsoft.Storage.StorageTaskQueued" event. */
395
+ "Microsoft.Storage.StorageTaskQueued": StorageTaskQueuedEventData;
396
+ /** An interface for the event data of a "Microsoft.Web.AppServicePlanUpdated" event. */
397
+ "Microsoft.Web.AppServicePlanUpdated": WebAppServicePlanUpdatedEventData;
221
398
  /** An interface for the event data of a "Microsoft.Web.AppUpdated" event. */
222
399
  "Microsoft.Web.AppUpdated": WebAppUpdatedEventData;
223
- /** An interface for the event data of a "Microsoft.Web.BackupOperationStarted" event. */
224
- "Microsoft.Web.BackupOperationStarted": WebBackupOperationStartedEventData;
225
400
  /** An interface for the event data of a "Microsoft.Web.BackupOperationCompleted" event. */
226
401
  "Microsoft.Web.BackupOperationCompleted": WebBackupOperationCompletedEventData;
227
402
  /** An interface for the event data of a "Microsoft.Web.BackupOperationFailed" event. */
228
403
  "Microsoft.Web.BackupOperationFailed": WebBackupOperationFailedEventData;
229
- /** An interface for the event data of a "Microsoft.Web.RestoreOperationStarted" event. */
230
- "Microsoft.Web.RestoreOperationStarted": WebRestoreOperationStartedEventData;
404
+ /** An interface for the event data of a "Microsoft.Web.BackupOperationStarted" event. */
405
+ "Microsoft.Web.BackupOperationStarted": WebBackupOperationStartedEventData;
231
406
  /** An interface for the event data of a "Microsoft.Web.RestoreOperationCompleted" event. */
232
407
  "Microsoft.Web.RestoreOperationCompleted": WebRestoreOperationCompletedEventData;
233
408
  /** An interface for the event data of a "Microsoft.Web.RestoreOperationFailed" event. */
234
409
  "Microsoft.Web.RestoreOperationFailed": WebRestoreOperationFailedEventData;
235
- /** An interface for the event data of a "Microsoft.Web.SlotSwapStarted" event. */
236
- "Microsoft.Web.SlotSwapStarted": WebSlotSwapStartedEventData;
410
+ /** An interface for the event data of a "Microsoft.Web.RestoreOperationStarted" event. */
411
+ "Microsoft.Web.RestoreOperationStarted": WebRestoreOperationStartedEventData;
237
412
  /** An interface for the event data of a "Microsoft.Web.SlotSwapCompleted" event. */
238
413
  "Microsoft.Web.SlotSwapCompleted": WebSlotSwapCompletedEventData;
239
414
  /** An interface for the event data of a "Microsoft.Web.SlotSwapFailed" event. */
240
415
  "Microsoft.Web.SlotSwapFailed": WebSlotSwapFailedEventData;
241
- /** An interface for the event data of a "Microsoft.Web.SlotSwapWithPreviewStarted" event. */
242
- "Microsoft.Web.SlotSwapWithPreviewStarted": WebSlotSwapWithPreviewStartedEventData;
416
+ /** An interface for the event data of a "Microsoft.Web.SlotSwapStarted" event. */
417
+ "Microsoft.Web.SlotSwapStarted": WebSlotSwapStartedEventData;
243
418
  /** An interface for the event data of a "Microsoft.Web.SlotSwapWithPreviewCancelled" event. */
244
419
  "Microsoft.Web.SlotSwapWithPreviewCancelled": WebSlotSwapWithPreviewCancelledEventData;
245
- /** An interface for the event data of a "Microsoft.Web.AppServicePlanUpdated" event. */
246
- "Microsoft.Web.AppServicePlanUpdated": WebAppServicePlanUpdatedEventData;
247
- /** An interface for the event data of a "Microsoft.Storage.StorageTaskQueued" event. */
248
- "Microsoft.Storage.StorageTaskQueued": StorageTaskQueuedEventData;
249
- /** An interface for the event data of a "Microsoft.Storage.StorageTaskCompleted" event. */
250
- "Microsoft.Storage.StorageTaskCompleted": StorageTaskCompletedEventData;
251
- /** An interface for the event data of a "Microsoft.DataBox.CopyStarted" event. */
252
- "Microsoft.DataBox.CopyStarted": DataBoxCopyStartedEventData;
253
- /** An interface for the event data of a "Microsoft.DataBox.CopyCompleted" event. */
254
- "Microsoft.DataBox.CopyCompleted": DataBoxCopyCompletedEventData;
255
- /** An interface for the event data of a "Microsoft.DataBox.OrderCompleted" event. */
256
- "Microsoft.DataBox.OrderCompleted": DataBoxOrderCompletedEventData;
257
- /** An interface for the event data of a "Microsoft.Communication.IncomingCall" event. */
258
- "Microsoft.Communication.IncomingCall": AcsIncomingCallEventData;
259
- /** An interface for the event data of a "Microsoft.Communication.EmailDeliveryReportReceived" event. */
260
- "Microsoft.Communication.EmailDeliveryReportReceived": AcsEmailDeliveryReportReceivedEventData;
261
- /** An interface for the event data of a "Microsoft.Communication.EmailEngagementTrackingReportReceived" event. */
262
- "Microsoft.Communication.EmailEngagementTrackingReportReceived": AcsEmailEngagementTrackingReportReceivedEventData;
263
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCreated" event. */
264
- "Microsoft.ApiManagement.GatewayCreated": ApiManagementGatewayCreatedEventData;
265
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayUpdated" event. */
266
- "Microsoft.ApiManagement.GatewayUpdated": ApiManagementGatewayUpdatedEventData;
267
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayDeleted" event. */
268
- "Microsoft.ApiManagement.GatewayDeleted": ApiManagementGatewayDeletedEventData;
269
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayHostnameConfigurationCreated" event. */
270
- "Microsoft.ApiManagement.GatewayHostnameConfigurationCreated": ApiManagementGatewayHostnameConfigurationCreatedEventData;
271
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated" event. */
272
- "Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated": ApiManagementGatewayHostnameConfigurationUpdatedEventData;
273
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted" event. */
274
- "Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted": ApiManagementGatewayHostnameConfigurationDeletedEventData;
275
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCertificateAuthorityCreated" event. */
276
- "Microsoft.ApiManagement.GatewayCertificateAuthorityCreated": ApiManagementGatewayCertificateAuthorityCreatedEventData;
277
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated" event. */
278
- "Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated": ApiManagementGatewayCertificateAuthorityUpdatedEventData;
279
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted" event. */
280
- "Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted": ApiManagementGatewayCertificateAuthorityDeletedEventData;
281
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayAPIAdded" event. */
282
- "Microsoft.ApiManagement.GatewayAPIAdded": ApiManagementGatewayApiAddedEventData;
283
- /** An interface for the event data of a "Microsoft.ApiManagement.GatewayAPIRemoved" event. */
284
- "Microsoft.ApiManagement.GatewayAPIRemoved": ApiManagementGatewayApiRemovedEventData;
285
- /** An interface for the event data of a "Microsoft.HealthcareApis.DicomImageUpdated" event. */
286
- "Microsoft.HealthcareApis.DicomImageUpdated": HealthcareDicomImageUpdatedEventData;
287
- /** An interface for the event data of a "Microsoft.ContainerService.ClusterSupportEnded" event. */
288
- "Microsoft.ContainerService.ClusterSupportEnded": ContainerServiceClusterSupportEndedEventData;
289
- /** An interface for the event data of a "Microsoft.ContainerService.ClusterSupportEnding" event. */
290
- "Microsoft.ContainerService.ClusterSupportEnding": ContainerServiceClusterSupportEndingEventData;
291
- /** An interface for the event data of a "Microsoft.ContainerService.NodePoolRollingStarted" event. */
292
- "Microsoft.ContainerService.NodePoolRollingStarted": ContainerServiceNodePoolRollingStartedEventData;
293
- /** An interface for the event data of a "Microsoft.ContainerService.NodePoolRollingSucceeded" event. */
294
- "Microsoft.ContainerService.NodePoolRollingSucceeded": ContainerServiceNodePoolRollingSucceededEventData;
295
- /** An interface for the event data of a "Microsoft.ContainerService.NodePoolRollingFailed" event. */
296
- "Microsoft.ContainerService.NodePoolRollingFailed": ContainerServiceNodePoolRollingFailedEventData;
297
- /** An interface for the event data of a "Microsoft.Edge.SolutionVersionPublished" event. */
298
- "Microsoft.Edge.SolutionVersionPublished": EdgeSolutionVersionPublishedEventData;
299
- /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientCreatedOrUpdated" event. */
300
- "Microsoft.EventGrid.MQTTClientCreatedOrUpdated": EventGridMqttClientCreatedOrUpdatedEventData;
301
- /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientDeleted" event. */
302
- "Microsoft.EventGrid.MQTTClientDeleted": EventGridMqttClientDeletedEventData;
303
- /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientSessionConnected" event. */
304
- "Microsoft.EventGrid.MQTTClientSessionConnected": EventGridMqttClientSessionConnectedEventData;
305
- /** An interface for the event data of a "Microsoft.EventGrid.MQTTClientSessionDisconnected" event. */
306
- "Microsoft.EventGrid.MQTTClientSessionDisconnected": EventGridMqttClientSessionDisconnectedEventData;
307
- /** An interface for the event data of a "Microsoft.AppConfiguration.SnapshotCreated" event. */
308
- "Microsoft.AppConfiguration.SnapshotCreated": AppConfigurationSnapshotCreatedEventData;
309
- /** An interface for the event data of a "Microsoft.AppConfiguration.SnapshotModified" event. */
310
- "Microsoft.AppConfiguration.SnapshotModified": AppConfigurationSnapshotModifiedEventData;
311
- /** An interface for the event data of a "Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged" event. */
312
- "Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged": ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData;
313
- /** An interface for the event data of a "Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated" event. */
314
- "Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated": ResourceNotificationsHealthResourcesAnnotatedEventData;
315
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerDeregistered" event. */
316
- "Microsoft.Communication.RouterWorkerDeregistered": AcsRouterWorkerDeregisteredEventData;
317
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerRegistered" event. */
318
- "Microsoft.Communication.RouterWorkerRegistered": AcsRouterWorkerRegisteredEventData;
319
- /** An interface for the event data of a "Microsoft.Communication.RouterJobCancelled" event. */
320
- "Microsoft.Communication.RouterJobCancelled": AcsRouterJobCancelledEventData;
321
- /** An interface for the event data of a "Microsoft.Communication.RouterJobClassificationFailed" event. */
322
- "Microsoft.Communication.RouterJobClassificationFailed": AcsRouterJobClassificationFailedEventData;
323
- /** An interface for the event data of a "Microsoft.Communication.RouterJobClassified" event. */
324
- "Microsoft.Communication.RouterJobClassified": AcsRouterJobClassifiedEventData;
325
- /** An interface for the event data of a "Microsoft.Communication.RouterJobClosed" event. */
326
- "Microsoft.Communication.RouterJobClosed": AcsRouterJobClosedEventData;
327
- /** An interface for the event data of a "Microsoft.Communication.RouterJobCompleted" event. */
328
- "Microsoft.Communication.RouterJobCompleted": AcsRouterJobCompletedEventData;
329
- /** An interface for the event data of a "Microsoft.Communication.RouterJobDeleted" event. */
330
- "Microsoft.Communication.RouterJobDeleted": AcsRouterJobDeletedEventData;
331
- /** An interface for the event data of a "Microsoft.Communication.RouterJobExceptionTriggered" event. */
332
- "Microsoft.Communication.RouterJobExceptionTriggered": AcsRouterJobExceptionTriggeredEventData;
333
- /** An interface for the event data of a "Microsoft.Communication.RouterJobQueued" event. */
334
- "Microsoft.Communication.RouterJobQueued": AcsRouterJobQueuedEventData;
335
- /** An interface for the event data of a "Microsoft.Communication.RouterJobReceived" event. */
336
- "Microsoft.Communication.RouterJobReceived": AcsRouterJobReceivedEventData;
337
- /** An interface for the event data of a "Microsoft.Communication.RouterJobSchedulingFailed" event. */
338
- "Microsoft.Communication.RouterJobSchedulingFailed": AcsRouterJobSchedulingFailedEventData;
339
- /** An interface for the event data of a "Microsoft.Communication.RouterJobUnassigned" event. */
340
- "Microsoft.Communication.RouterJobUnassigned": AcsRouterJobUnassignedEventData;
341
- /** An interface for the event data of a "Microsoft.Communication.RouterJobWaitingForActivation" event. */
342
- "Microsoft.Communication.RouterJobWaitingForActivation": AcsRouterJobWaitingForActivationEventData;
343
- /** An interface for the event data of a "Microsoft.Communication.RouterJobWorkerSelectorsExpire" event. */
344
- "Microsoft.Communication.RouterJobWorkerSelectorsExpire": AcsRouterJobWorkerSelectorsExpiredEventData;
345
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerDeleted" event. */
346
- "Microsoft.Communication.RouterWorkerDeleted": AcsRouterWorkerDeletedEventData;
347
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferAccepted" event. */
348
- "Microsoft.Communication.RouterWorkerOfferAccepted": AcsRouterWorkerOfferAcceptedEventData;
349
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferDeclined" event. */
350
- "Microsoft.Communication.RouterWorkerOfferDeclined": AcsRouterWorkerOfferDeclinedEventData;
351
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferExpired" event. */
352
- "Microsoft.Communication.RouterWorkerOfferExpired": AcsRouterWorkerOfferExpiredEventData;
353
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferIssued" event. */
354
- "Microsoft.Communication.RouterWorkerOfferIssued": AcsRouterWorkerOfferIssuedEventData;
355
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerOfferRevoked" event. */
356
- "Microsoft.Communication.RouterWorkerOfferRevoked": AcsRouterWorkerOfferRevokedEventData;
357
- /** An interface for the event data of a "Microsoft.ResourceNotifications.Resources.CreatedOrUpdated" event. */
358
- "Microsoft.ResourceNotifications.Resources.CreatedOrUpdated": ResourceNotificationsResourceManagementCreatedOrUpdatedEventData;
359
- /** An interface for the event data of a "Microsoft.ResourceNotifications.Resources.Deleted" event. */
360
- "Microsoft.ResourceNotifications.Resources.Deleted": ResourceNotificationsResourceManagementDeletedEventData;
361
- /** An interface for the event data of a "Microsoft.Storage.StorageTaskAssignmentQueued" event. */
362
- "Microsoft.Storage.StorageTaskAssignmentQueued": StorageTaskAssignmentQueuedEventData;
363
- /** An interface for the event data of a "Microsoft.Storage.StorageTaskAssignmentCompleted" event. */
364
- "Microsoft.Storage.StorageTaskAssignmentCompleted": StorageTaskAssignmentCompletedEventData;
365
- /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionStarted" event. */
366
- "Microsoft.AVS.ScriptExecutionStarted": AvsScriptExecutionStartedEventData;
367
- /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionFinished" event. */
368
- "Microsoft.AVS.ScriptExecutionFinished": AvsScriptExecutionFinishedEventData;
369
- /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionCancelled" event. */
370
- "Microsoft.AVS.ScriptExecutionCancelled": AvsScriptExecutionCancelledEventData;
371
- /** An interface for the event data of a "Microsoft.AVS.ScriptExecutionFailed" event. */
372
- "Microsoft.AVS.ScriptExecutionFailed": AvsScriptExecutionFailedEventData;
373
- /** An interface for the event data of a "Microsoft.AVS.PrivateCloudUpdating" event. */
374
- "Microsoft.AVS.PrivateCloudUpdating": AvsPrivateCloudUpdatingEventData;
375
- /** An interface for the event data of a "Microsoft.AVS.PrivateCloudUpdated" event. */
376
- "Microsoft.AVS.PrivateCloudUpdated": AvsPrivateCloudUpdatedEventData;
377
- /** An interface for the event data of a "Microsoft.AVS.PrivateCloudFailed" event. */
378
- "Microsoft.AVS.PrivateCloudFailed": AvsPrivateCloudFailedEventData;
379
- /** An interface for the event data of a "Microsoft.AVS.ClusterCreated" event. */
380
- "Microsoft.AVS.ClusterCreated": AvsClusterCreatedEventData;
381
- /** An interface for the event data of a "Microsoft.AVS.ClusterDeleted" event. */
382
- "Microsoft.AVS.ClusterDeleted": AvsClusterDeletedEventData;
383
- /** An interface for the event data of a "Microsoft.AVS.ClusterUpdating" event. */
384
- "Microsoft.AVS.ClusterUpdating": AvsClusterUpdatingEventData;
385
- /** An interface for the event data of a "Microsoft.AVS.ClusterUpdated" event. */
386
- "Microsoft.AVS.ClusterUpdated": AvsClusterUpdatedEventData;
387
- /** An interface for the event data of a "Microsoft.AVS.ClusterFailed" event. */
388
- "Microsoft.AVS.ClusterFailed": AvsClusterFailedEventData;
389
- /** An interface for the event data of a "Microsoft.ApiCenter.ApiDefinitionAdded" event. */
390
- "Microsoft.ApiCenter.ApiDefinitionAdded": ApiCenterApiDefinitionAddedEventData;
391
- /** An interface for the event data of a "Microsoft.ApiCenter.ApiDefinitionUpdated" event. */
392
- "Microsoft.ApiCenter.ApiDefinitionUpdated": ApiCenterApiDefinitionUpdatedEventData;
393
- /** An interface for the event data of a "Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated" event. */
394
- "Microsoft.Communication.AdvancedMessageDeliveryStatusUpdated": AcsMessageDeliveryStatusUpdatedEventData;
395
- /** An interface for the event data of a "Microsoft.Communication.AdvancedMessageReceived" event. */
396
- "Microsoft.Communication.AdvancedMessageReceived": AcsMessageReceivedEventData;
397
- /** An interface for the event data of a "Microsoft.Communication.RouterWorkerUpdated" event. */
398
- "Microsoft.Communication.RouterWorkerUpdated": AcsRouterWorkerUpdatedEventData;
399
- /** An interface for the event data of a Microsoft.ResourceNotifications.AksResources.FleetGateCreated event. */
400
- "Microsoft.ResourceNotifications.AksResources.FleetGateCreated": ResourceNotificationsAksResourcesFleetGateCreatedEventData;
401
- /** An interface for the event data of a Microsoft.ResourceNotifications.AksResources.FleetGateUpdated event. */
402
- "Microsoft.ResourceNotifications.AksResources.FleetGateUpdated": ResourceNotificationsAksResourcesFleetGateUpdatedEventData;
403
- /** An interface for the event data of a Microsoft.ResourceNotifications.AksResources.FleetGateDeleted event. */
404
- "Microsoft.ResourceNotifications.AksResources.FleetGateDeleted": ResourceNotificationsAksResourcesFleetGateDeletedEventData;
420
+ /** An interface for the event data of a "Microsoft.Web.SlotSwapWithPreviewStarted" event. */
421
+ "Microsoft.Web.SlotSwapWithPreviewStarted": WebSlotSwapWithPreviewStartedEventData;
405
422
  }
406
- /**
407
- * iSystemEvent returns "true" when a given event is a system event of a given type. When using
408
- * TypeScript, this function acts as a custom type guard and allows the TypeScript compiler to
409
- * identify the underlying data
410
- *
411
- * @param eventType - The type of system event to check for, e.g., "Microsoft.AppConfiguration.KeyValueDeleted"
412
- * @param event - The event to test.
413
- */
414
- export declare function isSystemEvent<T extends KnownSystemEventTypes>(eventType: T, event: EventGridEvent<unknown>): event is EventGridEvent<SystemEventNameToEventData[T]>;
415
- /**
416
- * iSystemEvent returns "true" when a given event is a system event of a given type. When using
417
- * TypeScript, this function acts as a custom type guard and allows the TypeScript compiler to
418
- * identify the underlying data
419
- *
420
- * @param eventType - The type of system event to check for, e.g., "Microsoft.AppConfiguration.KeyValueDeleted"
421
- * @param event - The event to test.
422
- */
423
- export declare function isSystemEvent<T extends KnownSystemEventTypes>(eventType: T, event: CloudEvent<unknown>): event is CloudEvent<SystemEventNameToEventData[T]>;
424
- //# sourceMappingURL=predicates.d.ts.map
423
+ //# sourceMappingURL=nameMapping.d.ts.map