Aleksandar Nikolić

Results 56 comments of Aleksandar Nikolić

Could someone fix this bug, please? Enable-AzVMPSRemoting targeting a Windows Azure VM could not be used for more than 6 months.

This will enable us to get tab completion for `azd` commands in PowerShell shell. Brilliant!

@89z You won't go far with that kind of attitude in this community. Your tone isn't nice from the start. People here try to help and understand your issue.

Instead of `--json` or `--jsonoutput`, I would suggest implementing `--output` that can accept `json` as a value and maybe some other values in the future. Just how Azure CLI does...

@navba-MSFT I don't understand what is expected from me. The current version of this cmdlet **still doesn't** output the MachineName property. That property should be part of the default output,...

Instead of asking a user to parse the ID property, you should output the machine name and resource group and enable the user to EASILY identify the machine. That's a...

@petrhollayms It's easy to fix wrongly named parameters and maintain backward compatibility. Rename the `-ApplicationId` parameter to `-ObjectId` and create a parameter alias `-ApplicationId`.

@peombwa This is a PowerShell issue: SDK v2, beta endpoint: Get-MgBetaUser returns UserType, but it's not displayed in the output by default

@peombwa I'm confused now. Why can't we have the same output in SDK v1 and SDK v2 for beta endpoint? SDK v1, beta endpoint: Get-MgUser returns and displays UserType by...

v1.0: TypeName: Microsoft.Graph.PowerShell.Models.MicrosoftGraphUser beta: TypeName: Microsoft.Graph.Beta.PowerShell.Models.MicrosoftGraphUser Could you use the full type names instead of `model-name: ^MicrosoftGraphUser\d*$`? In SDK v1, you managed to get different default output when v1.0 and...