Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth7 committed Aug 7, 2018
1 parent bb9a4ea commit 473d061
Show file tree
Hide file tree
Showing 2 changed files with 113,611 additions and 139,002 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ public RestAzureNS.AzureOperationResponse RestoreDisk(
Region = vaultLocation,
StorageAccountId = storageAccountId,
SourceResourceId = rp.SourceResourceId,
TargetResourceGroupId = targetResourceGroupName ??
"/subscriptions/" + BmsAdapter.Client.SubscriptionId + "/resourceGroups/" + targetResourceGroupName,
TargetResourceGroupId = targetResourceGroupName != null ?
"/subscriptions/" + BmsAdapter.Client.SubscriptionId + "/resourceGroups/" + targetResourceGroupName :
null,
OriginalStorageAccountOption = useOsa,
};

Expand Down
Loading

0 comments on commit 473d061

Please sign in to comment.