-
Notifications
You must be signed in to change notification settings - Fork 4k
AzureRT updates #782
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 #782
Conversation
hyonholee
commented
Aug 21, 2015
- Expose ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
- Remove hard coded locations in test
- Fix AzureVMAccess test
- Fix Service Management test setup
- Add Set-AzureVMDataDisk cmdlet ARM:Set-AzureDataDisk is missing #694
- Format the output of Get image cmdlets as a table
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 = 5, |
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.
Since this one is in the Lun param set, its position shall be 1 (as for -Name)?
LGTM, given the data disk concern is addressed. |