File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/ServiceManagement/Compute/Commands.ServiceManagement Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ public static void Initialize()
266
266
. ForMember ( c => c . SshSettings , o => o . MapFrom ( r => r . SSH ) ) ;
267
267
cfg . CreateMap < PVM . WindowsProvisioningConfigurationSet , NSM . ConfigurationSet > ( )
268
268
. ForMember ( c => c . PublicIPs , o => o . Ignore ( ) )
269
- . ForMember ( c => c . StoredCertificateSettings , o => o . Ignore ( ) )
270
269
. ForMember ( c => c . AdminPassword , o => o . MapFrom ( r => r . AdminPassword == null ? null : r . AdminPassword . ConvertToUnsecureString ( ) ) ) ;
271
270
cfg . CreateMap < PVM . ProvisioningConfigurationSet , NSM . ConfigurationSet > ( )
272
271
. ForMember ( c => c . PublicIPs , o => o . Ignore ( ) ) ;
@@ -576,4 +575,4 @@ public static void Initialize()
576
575
_mapper = config . CreateMapper ( ) ;
577
576
}
578
577
}
579
- }
578
+ }
You can’t perform that action at this time.
0 commit comments