Skip to content

Commit 7174b7d

Browse files
committed
Automapper update for RecoveryServices
1 parent 6911f05 commit 7174b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/RecoveryServices.SiteRecovery/Commands.RecoveryServices.SiteRecovery/Utilities/SiteRecoveryAutoMapperProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static IMappingExpression<TSource, TDestination> ForItems<TSource, TDesti
4848
}
4949
}
5050

51-
public class SiteRecoveryAutoMapperProfile : Profile
51+
public class SiteRecoveryAutoMapperProfile : AutoMapper.Profile
5252
{
5353
private static readonly Lazy<bool> initialize;
5454

0 commit comments

Comments
 (0)