KristopherSodroski
KristopherSodroski
Is there any update to this? It seems to be impossible to use `New-AzEventGridSystemTopicEventSubscription` if you plan to use Microsoft's recommended security model (managed identity). These properties are exposed in...
Just gonna drop my 2 cents, but allowing libraries to encapsulate web worker functionality away from consuming applications would be an absolute game changer. With this, a future where we'll...
That sounds nice, but ideally, libraries would automatically wire up in a consuming application. If there were some kind of standard that we developed for workers inside a library, the...
@dgp1130 Sanitizing input is always a must, even in in Angular today. If Angular allows interpolation without requiring the user to sanitize, I don't see why this case should be...
Using some of @dgp1130 thoughts, I was able to kludge together a solution that worked. Not ideal. Won't be putting this into production in any way shape or form until...
Can confirm that this is happening to me as well with Azure Hosted Agents running windows-latest. Switching to PowershellCore inside the script seems to fix it, but it would be...
> Have you downgraded in a Microsoft Hosted agent or a Self Hosted agent? We are unable to downgrade on a MS Hosted agent The Powershell task should allow you...