diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs index 3ad9d1f90e2b..470b2bf4403c 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/EventProcessorClient.cs @@ -418,7 +418,7 @@ public EventProcessorClient(BlobContainerClient checkpointStore, /// /// /// The container associated with the is expected to exist; the - /// does not assume the ability to manage the storage account and is safe to run without permission to manage the storage account. + /// does not assume the ability to manage the storage account and is safe to run with only read/write permission for blobs in the container. /// /// public EventProcessorClient(BlobContainerClient checkpointStore, @@ -445,7 +445,7 @@ public EventProcessorClient(BlobContainerClient checkpointStore, /// /// /// The container associated with the is expected to exist; the - /// does not assume the ability to manage the storage account and is safe to run without permission to manage the storage account. + /// does not assume the ability to manage the storage account and is safe to run with only read/write permission for blobs in the container. /// /// public EventProcessorClient(BlobContainerClient checkpointStore, diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/src/EventHubConnection.cs b/sdk/eventhub/Azure.Messaging.EventHubs/src/EventHubConnection.cs index 32d3490e9184..32011b64db13 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/src/EventHubConnection.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/src/EventHubConnection.cs @@ -509,7 +509,7 @@ internal static string BuildConnectionAudience(EventHubsTransportType transportT /// The name of the Event Hub being connected to. /// The type of transport being used for the connection. /// - /// The which the was translated into. + /// The which the was translated into, if the parameters were populated; otherwise, null. /// internal static SharedAccessSignatureCredential TranslateSharedKeyCredential(EventHubsSharedAccessKeyCredential credential, string fullyQualifiedNamespace,