Skip to content

Commit 090c8dc

Browse files
committed
Incorporating the code review feedback
Incorporating the code review feedback
1 parent a3229bd commit 090c8dc

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/CreateAzureSiteRecoveryProtectionProfileObject.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ private void ProceedToCreateProtectionProfileObject()
266266
{
267267
RecoveryAzureSubscription = this.RecoveryAzureSubscription,
268268
RecoveryAzureStorageAccountName = this.RecoveryAzureStorageAccount,
269-
//// Currently Data Encryption is not supported.
270269
EncryptStoredData = this.EncryptStoredData,
271270
ReplicationFrequencyInSeconds = replicationFrequencyInSeconds,
272271
RecoveryPoints = this.RecoveryPoints,

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/lib/CertUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public static string GetCertInBase64EncodedForm(string certFileName)
178178
catch (Exception e)
179179
{
180180
certInBase64EncodedForm = null;
181-
throw new ArgumentException(e.Message, certFileName);
181+
throw new ArgumentException(e.Message, certFileName, e);
182182
}
183183
finally
184184
{

0 commit comments

Comments
 (0)