Skip to content

Security Hot Fix #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 15, 2016
Merged

Security Hot Fix #332

merged 5 commits into from
Jun 15, 2016

Conversation

dragonfly91
Copy link

No description provided.

@@ -99,6 +100,12 @@ public BaseRecoveryServicesJobResponse EnableProtection()
containerUri = HelperUtils.GetContainerUri(keyValueDict, protectableObjectResource.Id);
protectedItemUri = HelperUtils.GetProtectableItemUri(
keyValueDict, protectableObjectResource.Id);

AzureIaaSVMProtectableItem iaasVmProteableItem = (AzureIaaSVMProtectableItem)protectableObjectResource.Properties;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iaasVmProtectableItem

@dragonfly91 dragonfly91 merged commit 5a7a6d1 into hotfix Jun 15, 2016
if (iaasVmProtectableItem != null)
{
sourceResourceId = iaasVmProtectableItem.VirtualMachineId;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if else part is needed for logging or error handling

pragrawa pushed a commit that referenced this pull request Oct 6, 2017
Revert "Merge pull request #294 from karravi-msft/preview" (Revert PrivateDNS changes from ignite payload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants