Praneet Loke
Praneet Loke
So it turns out that these "stray" `\*` aren't just some insignificant characters. Like @stack72 pointed out, these are anchor links in the backing TF provider doc. Specifically they link...
Also, note that the version requirement is only for the `vsphere_compute_cluster` resource, which is [this class](https://www.pulumi.com/docs/reference/pkg/python/pulumi_vsphere/#pulumi_vsphere.ComputeCluster) in our Python docs. By the way, this is a problem in the NodeJS...
I have pushed this out to the next milestone for now.
It looks like this _may_ be fixed with the provider version 1.20. I see this note in the [docs](https://www.terraform.io/docs/providers/azurerm/auth/azure_cli.html): ``` Prior to version 1.20 the AzureRM Provider used a different...
Just hit this today. My initial container image had a problem and the service failed to create. The only solution was to delete the service and recreate it. This seems...
Shouldn't you use the Angular plugin? The issue title/description suggests that you are trying this in Angular, but you installed the `rete-vue-render-plugin` instead of the Angular one. I am not...
**EDIT**: Nevermind. **My comment below did not work,** even though at first it looked it did. I encountered this with an Angular app. There was a detail in the examples...
I think I have another solution, though, it may be specific to Angular. I made a few observations since my last comment above and think I have a fairly stable...
@mikhailshilkov this PR is blocked by a pending release of `pulumi-dotnet` that includes the newly added attribute for constructor params of output types.
@mikhailshilkov I've marked this as ready for review. pulumi-dotnet's [`3.61.0`](https://github.com/pulumi/pulumi-dotnet/blob/main/CHANGELOG.md#v3610---2024-04-16) contains the C# attribute this PR uses in the codegen. My understanding is that the project reference emitted by the...