Skip to content

Commit 803221a

Browse files
committed
updating latest hydra dll
1 parent 884be49 commit 803221a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Models/PSContracts.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,9 @@ public class AcsNamespace
521521
/// <param name="acsDetails">authenticating service Details name</param>
522522
public AcsNamespace(UploadCertificateResponse acsDetails)
523523
{
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;
527527
}
528528

529529
/// <summary>

0 commit comments

Comments
 (0)