Matthew (Matt) Jeffryes

Results 248 comments of Matthew (Matt) Jeffryes

This issue has not been updated in over 180 days. If you are still experiencing this, please leave a comment to let us know that the issue is active.

A similar error occurs on https://raw.githubusercontent.com/cilium/tetragon/v1.2.0/install/kubernetes/tetragon/crds-yaml/cilium.io_tracingpolicies.yaml in both cases, the problem is that the crd has a field named "args", which is a suffix pulumi uses when generating the input...

Hi @talawahtech, could you share the code you're using to provision the `VirtualMachine` resource so we can try to reproduce what you're seeing?

Huh, that is pretty strange; you're right to expect that all the inputs would be reflected in the outputs of the resource. My best guess is that either Azure is...

this is the same as https://github.com/pulumi/crd2pulumi/issues/104

Hmm... It looks looks like what is happening is that we can't read the state of the resource because the `AzureADOnlyAuthentication` mode blocks reads from the user account that's running...

hmm... this issue on the Terraform provider could also be a hint: https://github.com/hashicorp/terraform-provider-azurerm/issues/14348 It looks like setting the `AdministratorLoginPassword` while also setting `AzureADOnlyAuthentication` might be allowed when creating the resource,...

You're absolutely right @olafurnielsen (and indeed we do have some related issues on other SDKs https://github.com/pulumi/pulumi-azure-native/issues/1981). We have a bit of groundwork to do to enable this (namely https://github.com/pulumi/pulumi/issues/15207), but...

Looks like according to the spec (https://github.com/Azure/azure-rest-api-specs/blob/14d24d17491d8c2bde24532cb8cc2d663c0ffd9f/specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/preview/2021-10-01-preview/streamingjobs.json#L698), there's a `sku` field at the top level and inside the `properties`. These fields look to be flattened out to a single input...