muellermatthias

Results 5 comments of muellermatthias

@Freakazoid182 FYI: As a workaround I used the DiagnosticSetting resource by the Azure Native provider: https://www.pulumi.com/registry/packages/azure-native/api-docs/insights/diagnosticsetting/

After fixing the URL parsing, I get a different error: "error: unexpected client error: unexpected requesting "https://{user}:{pat}@dev.azure.com/{org}/{project}/_git/pulumi{repo}/git-upload-pack" status code: 400" This error has already been reported in the go-git library...

Hi @komalali, thanks for looking into this. Your guess is correct. I didn't spot that, when looking at the code. Our `preview` code is similar to the `up` one: ```typescript...

There are no other runs/tests in parallel currently. We run `pulumi login --local` first and use the Automation API afterwards. Here is everything that is executed before the error is...

Thanks to the changed logging I now get a better error message: ``` console.warn warning: [runtime] Failed to parse engine event If you're seeing this warning, please comment on https://github.com/pulumi/pulumi/issues/6768...