Andreas Vendel
Results
2
issues of
Andreas Vendel
One of the ``WithLabels`` overloads uses a params argument. Calling a method with a single value for a params argument allocates memory, and I suspect that using a single label...
I am using the SQL Server PS module in an [Azure Deployment Script](https://learn.microsoft.com/en-us/azure/templates/microsoft.resources/deploymentscripts?pivots=deployment-language-bicep). It imports the module with ``Install-Module`` and then invokes an SQL command with ``Invoke-SqlCmd``. This has previously...