David O'Brien

Results 11 comments of David O'Brien

Ah right. Well, I've not changed anything, just ran it as is and hit this issue. If packer is just downloading the latest then that is probably Jenkins 2.

It would be great if we'd be able to access builds from other repos in our org through this action. Is that planned at all?

Hi, We have come across this same error with `Invoke-CosmosDbStoredProcedure`. We call the cmdlet as part of a `do...while` loop. ``` Cannot index into a null array. At C:\Users\DavidO'Brien\Documents\WindowsPowerShell\Modules\CosmosDB\4.5.0\CosmosDB.psm1:844 char:17...

same issue for me, and nothing here works. PowerShell 7.2 PowerShell v4 Function Same error. The function host starts. grpc error comes up, VS Code debugger doesn't attach.

@xboxeer any insights here to get this working?

btw opening the folder in WSL and attempting to launch cloud shell from there works. This only happens if VS Code is opened in a Windows workspace.

I tried that with the `-EncryptConnection` switch, which, according to the docs is a switch, but it behaves like a String param it seems. ``` $server = Connect-DbaInstance -SqlInstance $env:sqlServerFqdn...

https://github.com/dataplat/dbatools/blob/master/public/Connect-DbaInstance.ps1#L304 Not a switch :)

Okay, new error when using this: ```powershell $server = Connect-DbaInstance -SqlInstance $env:sqlServerFqdn -EncryptConnection 'Mandatory' -Tenant $env:ARM_TENANT_ID ``` Just to mention again. This is on a version ~4 Windows Azure Functions...

@wsmelton any idea what could be happening here? Otherwise I'll have to see if I can find an alternative way to talk to this database. Thanks