@@ -2295,8 +2295,9 @@ class EventHubDataConnection(DataConnection):
22952295 :ivar provisioning_state: The provisioned state of the resource. Possible values include:
22962296 "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving".
22972297 :vartype provisioning_state: str or ~kusto_management_client.models.ProvisioningState
2298- :ivar managed_identity_resource_id: The resource ID of a managed identity (system or user
2299- assigned) to be used to authenticate with event hub.
2298+ :ivar managed_identity_resource_id: Empty for non-managed identity based data connection. For
2299+ system assigned identity, provide cluster resource Id. For user assigned identity (UAI)
2300+ provide the UAI resource Id.
23002301 :vartype managed_identity_resource_id: str
23012302 :ivar managed_identity_object_id: The object ID of the managedIdentityResourceId.
23022303 :vartype managed_identity_object_id: str
@@ -2373,8 +2374,9 @@ def __init__(
23732374 :keyword compression: The event hub messages compression type. Possible values include: "None",
23742375 "GZip". Default value: "None".
23752376 :paramtype compression: str or ~kusto_management_client.models.Compression
2376- :keyword managed_identity_resource_id: The resource ID of a managed identity (system or user
2377- assigned) to be used to authenticate with event hub.
2377+ :keyword managed_identity_resource_id: Empty for non-managed identity based data connection.
2378+ For system assigned identity, provide cluster resource Id. For user assigned identity (UAI)
2379+ provide the UAI resource Id.
23782380 :paramtype managed_identity_resource_id: str
23792381 :keyword database_routing: Indication for database routing information from the data
23802382 connection, by default only database routing information is allowed. Possible values include:
0 commit comments