-
Notifications
You must be signed in to change notification settings - Fork 4k
AzureRT updates #800
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
AzureRT updates #800
Conversation
… no resource for virtual machine cmdlets.
…thout resourceName parameter
Hi @hyonholee, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
[Parameter( | ||
Mandatory = true, | ||
Position = 0, | ||
ParameterSetName = IdParameterSet, |
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.
If any child parameter derive from this base cmdlet class has another parameter set, will it have access to this parameter defined in IdParameterSet
?
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.
That is an interesting question. Currently all child cmdlets of this base method do not have an additional parameter set. I think a child cmdlet can have more parameter sets in addition to these parameter sets.
LGTM |
@hyonholee Please pull the latest and resubmit |
@hyonholee Also, can you please submit changes to changelog.md for this and the previous PR? |
@azuresdkci retest this please |
Conflicts: ChangeLog.md
Conflicts: ChangeLog.md
@hyonholee Test failures |
[ValidateNotNullOrEmpty] | ||
[Alias("dst")] | ||
public Uri Destination | ||
{ |
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.
Just make it one line { get; set; }
@azuresdkci retest this please |
on demand run is here: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-on-demand/164/ |
AzurePS 0.8.13 :: Azure Virtual Machine commands silently fail #115
*AzureVM cmdlets in ResourceManager should have an "Id" parameter #369