Skip to content

Adit branch #22

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 3 commits into from
Jun 15, 2015
Merged

Adit branch #22

merged 3 commits into from
Jun 15, 2015

Conversation

AditTulasi
Copy link

Please review.

TODOs: 1. Track the operation for cancel job and return only when it succeeds.

Conflicts:
	src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureBackupCmdletHelpMessage.cs
// throw new Exception("Please use either JobID filter or Job filter but not both.");
//}

if(Job != null)
Copy link
Author

Choose a reason for hiding this comment

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

Updated this part of code to take List and AzureBackupJob objects.

Used code similar to this: if ((JobID is PSObject) && (((PSObject)JobID).ImmediateBaseObject is List))

@AditTulasi AditTulasi merged commit d066507 into dev Jun 15, 2015
swatimadhukar pushed a commit that referenced this pull request Jul 3, 2015
swatimadhukar pushed a commit that referenced this pull request Jul 3, 2015
swatimadhukar pushed a commit that referenced this pull request Jul 9, 2015
Fix DeviceProperties null error
AditTulasi pushed a commit that referenced this pull request Sep 22, 2015
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.

1 participant