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/Commands.RecoveryServices/Common/PSRecoveryServicesVaultExtendedInfoClient.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -128,8 +128,9 @@ public ASRVaultCreds GenerateVaultCredential(X509Certificate2 managementCert, AR
128
128
/// <summary>
129
129
/// Upload cert to idmgmt
130
130
/// </summary>
131
-
/// <param name="managementCert"></param>
132
-
/// <returns></returns>
131
+
/// <param name="managementCert">certificate to be uploaded</param>
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Vault/GetAzureRMRecoveryServicesVaultSettingsFile.cs
0 commit comments