File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ResourceManager/RecoveryServices
Commands.RecoveryServices/Models Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -521,9 +521,9 @@ public class AcsNamespace
521
521
/// <param name="acsDetails">authenticating service Details name</param>
522
522
public AcsNamespace ( UploadCertificateResponse acsDetails )
523
523
{
524
- this . HostName = ( acsDetails . Properties as ACSCertificateProperties ) . GlobalAcsHostName ;
525
- this . Namespace = ( acsDetails . Properties as ACSCertificateProperties ) . GlobalAcsNamespace ;
526
- this . ResourceProviderRealm = ( acsDetails . Properties as ACSCertificateProperties ) . GlobalAcsRPRealm ;
524
+ this . HostName = acsDetails . Properties . GlobalAcsHostName ;
525
+ this . Namespace = acsDetails . Properties . GlobalAcsNamespace ;
526
+ this . ResourceProviderRealm = acsDetails . Properties . GlobalAcsRPRealm ;
527
527
}
528
528
529
529
/// <summary>
You can’t perform that action at this time.
0 commit comments