You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.SiteRecovery/Commands.RecoveryServices.SiteRecovery.Test/ScenarioTests/Common/AsrTests.cs
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.SiteRecovery/Commands.RecoveryServices.SiteRecovery/Common/PSAsrClient.cs
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,15 @@ public PSRecoveryServicesClient(
132
132
/// Generating that authentication token here and sending it via http headers.
133
133
/// </summary>
134
134
/// <param name="clientRequestId">Unique identifier for the client's request</param>
135
+
/// <param name="dateTime">Optional , datetime used for header genertion</param>
135
136
/// <returns>The authentication token for the provider</returns>
0 commit comments