Thomas Kappler

Results 54 issues of Thomas Kappler

Also manually re-wrap some long lines because the "lll" linter now complains about them being longer than 120 chars. # Description Go 1.19 introduces changes to gofmt for some kinds...

impact/no-changelog-required

Examples in our docs that use discriminated unions to determine `...Input` types are broken, e.g., pulumi/pulumi-azure-native#1960. Debugging this, I found that the discriminator is expected to be a string, but...

impact/no-changelog-required

### What happened? A new codegen test discriminated-union-pp was added in #10705 which passes in all languages but Go. For Go, the generated code does not compile. ### Steps to...

kind/bug
language/go
area/codegen
customer/feedback

Currently, in `AzureCliAuthorizer.Token()`, the arguments to `az` are hard-coded as ``` {"account", "get-access-token", fmt.Sprintf("--resource=%s", a.conf.Endpoint)} ``` This is correct for ADAL and also works for MSAL as long as you...

### Name of the resource Other ### Resource Name All resources with a long description ### Issue Description In the CF schema from both https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip and https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip, the `Description` properties...

bug

### Name of the resource AWS::EC2::Subnet ### Resource Name _No response_ ### Issue Description When an EC2::Subnet is created without `Ipv6CidrBlock` being set, subsequent updates fail with _"Invalid request provided:...

bug

Type: Bug Extension Bisec identified this extension as the likely culprit. The crashes happened in a Typescript project with no YAML files open, although one is in the root folder....

- Fix build tag for Equinix for tests to actually run - Remove Packet from test matrix, no tests exist **TODO: needs Equinix test credentials**

- Add pulumi/examples tests to examples/ test suite - Temporarily add regenerated ci-mgmt workflows directly

### What happened? `make clean build` on a clean master branch fails with ``` error: failed to generate package: open pulumi-azure/sdk/nodejs/location.ts: no such file or directory ``` Building the SDKs...

kind/engineering