Andrew Sears
Andrew Sears
Should Be that community use Assert module rather than Should? Seems much friendlier, some Rules to Better Pester Tests would be good. Could this be done by aliasing the commands?...
Thanks for answering my questions. It sounds like Assert should be merged into Pester, with some refactoring done on the Assert repo prior to this / during this. Maybe an...
Other than ANSI, color can be controlled via Azure Devops-specific commands. There are not as many color options available as in Output.ps1 themes though. https://developercommunity.visualstudio.com/t/write-host-foreground-color-with-powershell-task-i/440605 Travis CI has this unbuffer...
This came up again when I was working with New-AzResourceGroupDeployment. I am looking for various ways around this error, and perhaps can update documentation or point to link for fix?...
External File Format is required with an External Table, though it is not used in this view example. The OpenRowSet syntax uses a built-in formatter. Agree, it would be beneficial...
Any updates on this process for APIM / OpenApi synch with Azure Functions? Should this issue be closed / is there a good path in VS 2019 / VSCode for...
Took a couple years, however head command is there. [MS Docs](https://docs.microsoft.com/en-us/powershell/module/azurerm.datalakestore/get-azurermdatalakestoreitemcontent?view=azurermps-5.1.1)
Some conflicting info in the documentation. Shows more than 1 character for example delimiters, says max 1 character. https://msdn.microsoft.com/en-us/azure/data-lake-analytics/u-sql/extractor-parameters-u-sql Did you try Extractors.Csv()?
Is this related to the issue we arehaving with the following syntax? In the synopsis header ```powershell .PARAMETER None ``` fails with following unhandled error: ```powershell Get-Command : The term...
This is a couple years old and still an open issue. Can this rule be updated (or a new rule created) in order to fix the VSCode formatting issue? I...