Skip to content

Commit cae3148

Browse files
committed
Disabling Azure storage account validation for temporary testing
1 parent 83489d1 commit cae3148

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
@@ -166,10 +166,10 @@ protected override void StopProcessing()
166166
private void EnterpriseToAzureProtectionProfileObject()
167167
{
168168
// Verify whether the storage account is associated with the account or not.
169-
PSRecoveryServicesClientHelper.ValidateStorageAccountAssociation(this.RecoveryAzureStorageAccount);
169+
// PSRecoveryServicesClientHelper.ValidateStorageAccountAssociation(this.RecoveryAzureStorageAccount);
170170

171171
// Verify whether the subscription is associated with the account or not.
172-
PSRecoveryServicesClientHelper.ValidateSubscriptionAccountAssociation(this.RecoveryAzureSubscription);
172+
// PSRecoveryServicesClientHelper.ValidateSubscriptionAccountAssociation(this.RecoveryAzureSubscription);
173173

174174
this.ValidateReplicationStartTime(this.ReplicationStartTime);
175175

0 commit comments

Comments
 (0)