-
Notifications
You must be signed in to change notification settings - Fork 112
Create availability set if availability_set_name is specified #136
Conversation
Hi @Codethestars, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
@codestothestars, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
I'll take a look at adding this functionality in a separate PR if you don't want to update this (my fault -- it's been a while since I reviewed PRs out here). Thank you for the contribution. |
Do you mean update this PR to resolve the merge conflict? If so I'd be happy to, so please let me know. |
@codestothestars, yes. If you are interested in updating the PR to resolve the conflict, I'll gladly review it. |
@devigned Thanks, I'm showing no conflicts now. First time resolving a conflict on GitHub so I hope it looks clean on your end. |
I see now that it's showing two Merge commits. For some reason the first time I "resolved" the conflict, it still said there were conflicts, even though the "Files changed" showed everything looking as it was supposed to. So I went through the same "resolve" steps a second time, and only then did it show "no conflicts". That must be why it shows two Merge commits, but I don't know why I had to do it a second time at all. |
@codestothestars I'll give this a review this weekend. If you'd like to learn how to make your PRs look better (no merge commits, restructured and/or reworded), check out https://www.atlassian.com/git/tutorials/rewriting-history (or more generally git-rebase). It's super helpful. |
Actually, it looks good. I'm going to pull this in. It will land in 2.0.0.pre3. |
@devigned Great! I do want ideal PRs, so thanks for the resource. |
Finished implementing what appeared to be unfinished support for creating and setting an availability set for the VM. Before this, if availability_set_name was specified, the plugin would actually log to the console implying that an availability set would be created, although it would not create one.