Mikhail Shilkov

Results 434 comments of Mikhail Shilkov

cc @rquitales @EronWright for you awareness.

Hi @bmbferreira thank you for raising this issue. We rely on Azure API status codes to decide whether an operation succeeds or not. If Azure reports an update as successful,...

Tested this today and received the value back: ```ts import * as pulumi from "@pulumi/pulumi"; import * as cloudflare from "@pulumi/cloudflare"; const example3 = new cloudflare.Record("example", { name: "example", ttl:...

@daronstinnett Which provider were you using - Azure Native or Azure Classic?

@kraakevik I believe this is by design: https://www.pulumi.com/registry/packages/azure/v6-migration/#subscription-id-is-now-mandatory

@kralikba Apologies for the no response, the issue slipped out. Do you still have this problem? If so, could you share your code and repro steps? In general, any update...

Yes, this is the idea. As it's not a problem for you anymore, I'll close the issue for now. If anyone is facing a similar problem and has a repro,...

@Bj3MaS yeah I think it's not directly possible to rename the system pool like this. @viveklak do you know a clear workaround?

@0x53A I think this deserves a separate issue. It's a similar kind of issue as https://github.com/pulumi/pulumi-azure-native/issues/611 but for different resources.

Our problem is that ARM API has no support for KeyVault Certificates, currently. We'd have to implement a custom resource using the data plane SDK.