Skip to content

Commit e4d0057

Browse files
author
Samuel Anudeep
committed
Took review comment: fixed a copy paste bug
1 parent ff15a1e commit e4d0057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.Models/AzureFileShareModels/AzureFileShareContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models
1818
{
1919
/// <summary>
20-
/// Azure VM specific container class.
20+
/// Azure File Share specific container class.
2121
/// </summary>
2222
public class AzureFileShareContainer : AzureContainer
2323
{

0 commit comments

Comments
 (0)