diff --git a/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs b/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs index e448dc239..e51e82cc9 100644 --- a/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs +++ b/extensions/Worker.Extensions.Storage.Blobs/src/BlobOutputAttribute.cs @@ -11,7 +11,6 @@ public sealed class BlobOutputAttribute : OutputBindingAttribute private readonly string _blobPath; /// Initializes a new instance of the class. - /// The name of the property to which to bind /// The path of the blob to which to bind. public BlobOutputAttribute(string blobPath) {