Conversation
hyonholee
commented
May 22, 2015
- Combine Get-AzureVMImage and Get-AzureVMImageDetail
- Combine Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail
- Fix piping issue of Remove-AzureVMDataDisk and Remove-AzureVMNetworkInterface
- Update the ouput of Remove-AzureAvailabilitySet
- Add Force parameter for Remove-AzureAvailabilitySet
Combine Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail
and Remove-AzureVMNetworkInterface
|
Hi @hyonholee, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
There was a problem hiding this comment.
It's duplicate, and please use the following one:
public class PSOperation
{
public string RequestId { get; set; }
public HttpStatusCode StatusCode { get; set; }
}
There was a problem hiding this comment.
There are a bunch of child class of PSOperation, so if you use PSOperation and format it, all other cmdlets are affected, and show a wrong format. That is why I created a new class.
There was a problem hiding this comment.
May I know what's the specific wrong format about? If something is wrong, it's better to fix it correctly, isn't it?
|
I have concerns about |
|
@huangpf, is this ready to be considered for merge? |
|
@azuresdkci retest this please |
HPF PR: vmss <- huangpf:dev