-
Notifications
You must be signed in to change notification settings - Fork 2
Merge dev1 #269
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
Merge dev1 #269
Conversation
| Assert-NotNull($vault.Name) | ||
| Assert-NotNull($vault.ID) | ||
| Assert-NotNull($vault.Type) | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indent this properly so that there is no confusion. It looks like the test ended here and code below is just hanging around.
| using System.Text; | ||
| using System.Globalization; | ||
| using Microsoft.Azure.Management.RecoveryServices.Models; | ||
| using Microsoft.Azure.Commands.RecoveryServices.Properties; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
group system and microsoft seperately
No description provided.