Thomas Kappler

Results 86 comments of Thomas Kappler

~~The added docs are [live now](https://www.pulumi.com/registry/packages/azure-native/api-docs/sql/server/). I hope that helps.~~

@mikhailshilkov I'm happy to take @MatteoCalabro-TomTom's word for it :) However, other users could still run into this. I'd like us to 1. Add docs to this resource that warn...

A custom resource would look exactly like [the one for PIM Role Management Policies](https://github.com/pulumi/pulumi-azure-native/pull/3130/files#diff-71ab106b32d882411341ddf19582f920b139d3eb8012af90df5b881ed64f40a3). On Create, save the existing configuration, and on Delete, restore it. We might be able to...

It turns out there is a way to delete a Configuration, i.e., reset it to its default, by making a PATCH request without a value. Tracked by #3476.

I took a more in-depth look at this and unfortunately, it's due to a shortcoming in a dependency that we use that cannot be upgraded quickly. Related to #1464. We...

Hi @jhlabs, the property does indeed [exist in the API](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/CommonDefinitions.json#L820) (in newer versions like your 2023-08-01-preview). The elements of the array are defined as a triple of name, serviceId, and...

Hi @Stadly, thank you for your report. It looks like "public access from any Azure service" depends on "Allow public access" (the checkbox above it)? If so, this issue depends...

Hi everyone, I gave it another try to reproduce this issue. I wrote [an Automation API program](https://gist.github.com/thomas11/66b4f48b39a515e728d6e885384b3063) that creates N stacks in parallel. Each one has a CosmosDB account with...

Hi @jirikopecky, if it happens very reliably for you, it would be very helpful if you capture [verbose logs](https://www.pulumi.com/docs/iac/support/troubleshooting/#verbose-logging). They will contain some data like your subscription id, though, so...