Skip to content

Commit e53a1db

Browse files
authored
quick fix (Azure#23788)
1 parent 462edaa commit e53a1db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_event_mappings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ class SystemEventNames(str, Enum):
146146

147147
EventHubCaptureFileCreatedEventName = 'Microsoft.EventHub.CaptureFileCreated'
148148

149-
FhirResourceCreatedEventName = 'Microsoft.HealthcareApis.FhirResourceCreated'
149+
HealthcareFhirResourceCreatedEventName = 'Microsoft.HealthcareApis.FhirResourceCreated'
150150

151-
FhirResourceDeletedEventName = 'Microsoft.HealthcareApis.FhirResourceDeleted'
151+
HealthcareFhirResourceDeletedEventName = 'Microsoft.HealthcareApis.FhirResourceDeleted'
152152

153-
FhirResourceUpdatedEventName = 'Microsoft.HealthcareApis.FhirResourceUpdated'
153+
HealthcareFhirResourceUpdatedEventName = 'Microsoft.HealthcareApis.FhirResourceUpdated'
154154

155155
IotHubDeviceConnectedEventName = 'Microsoft.Devices.DeviceConnected'
156156

0 commit comments

Comments
 (0)