File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdk/eventgrid/azure-eventgrid/azure/eventgrid Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ class SystemEventNames(str, Enum):
146
146
147
147
EventHubCaptureFileCreatedEventName = 'Microsoft.EventHub.CaptureFileCreated'
148
148
149
- FhirResourceCreatedEventName = 'Microsoft.HealthcareApis.FhirResourceCreated'
149
+ HealthcareFhirResourceCreatedEventName = 'Microsoft.HealthcareApis.FhirResourceCreated'
150
150
151
- FhirResourceDeletedEventName = 'Microsoft.HealthcareApis.FhirResourceDeleted'
151
+ HealthcareFhirResourceDeletedEventName = 'Microsoft.HealthcareApis.FhirResourceDeleted'
152
152
153
- FhirResourceUpdatedEventName = 'Microsoft.HealthcareApis.FhirResourceUpdated'
153
+ HealthcareFhirResourceUpdatedEventName = 'Microsoft.HealthcareApis.FhirResourceUpdated'
154
154
155
155
IotHubDeviceConnectedEventName = 'Microsoft.Devices.DeviceConnected'
156
156
You can’t perform that action at this time.
0 commit comments