Skip to content

Commit 32418ce

Browse files
committed
Bypassing storage account validation for tests
1 parent d4d666d commit 32418ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ private void EnterpriseToAzureProtectionProfileObject()
194194
// Verify whether the subscription is associated with the account or not.
195195
PSRecoveryServicesClientHelper.ValidateSubscriptionAccountAssociation(this.RecoveryAzureSubscription);
196196

197-
// Verify whether the storage account is associated with the account or not.
198-
PSRecoveryServicesClientHelper.ValidateStorageAccountAssociation(this.RecoveryAzureStorageAccount);
197+
// Verify whether the storage account is associated with the subscription or not.
198+
//// PSRecoveryServicesClientHelper.ValidateStorageAccountAssociation(this.RecoveryAzureStorageAccount);
199199

200200
PSRecoveryServicesClientHelper.ValidateReplicationStartTime(this.ReplicationStartTime);
201201

0 commit comments

Comments
 (0)