Cameron Stokes

Results 32 issues of Cameron Stokes

### Problem description All of our resource types have a `.get()` function to lookup existing resources, but the `id` format is "opaque" - e.g. `The unique provider ID of the...

kind/enhancement

### Problem description There seem to be some unicode characters that are not being rendered correctly in some resource property descriptions. From https://www.pulumi.com/docs/reference/pkg/azure-nextgen/compute/virtualmachine/#datadisk: ![image](https://user-images.githubusercontent.com/293763/102517097-7b913600-4044-11eb-83bb-95f492e9e78e.png)

docs/api
kind/bug

#### Problem This is an unfortunate situation where a change to a `azure.network.VirtualNetwork` resource causes Azure (not Pulumi) to attempt to re-create the network and child resources out of band...

kind/bug
area/providers
awaiting-upstream

When an update to `azure.core.TemplateDeployment` fails, the error message emitted doesn't include the detailed error message from the Azure API so the user has very little information to troubleshoot with....

kind/enhancement
impact/usability

If I call `pulumi.runtime.registerStackTransformation` from my Pulumi application and run a unit test against my application, the tests fail to run with the error `The root stack resource was referenced...

kind/bug
area/testing

### Problem Scenario It can be common to need to query for an existing resource and if it doesn't exist then take some other action. Currently Pulumi's `.get()` methods halt...

area/sdks
kind/enhancement
customer/feedback

### Problem description When a user tries to use assume role with https://github.com/pulumi/pulumi-eks, they get an error message about the cluster being "unreachable". We added support for assume role with...

kind/enhancement

### Problem description Based on [this user's experience](https://pulumi-community.slack.com/archives/CRFURDVQB/p1599572902017800) with Pulumi's Helm Chart resource, it seems that specifying `repo: ...` in the top-level args object and in `fetchOpts: { repo: ......

kind/bug
area/helm
mro2

### Problem A user's state file can occasionally get into a bad _state_ (e.g. https://github.com/pulumi/pulumi/issues/3583) and must be fixed either with `pulumi state delete ...` or through manual changes. Unfortunately,...

area/cli
kind/enhancement

[Managed Virtual Networks for Data Factory](https://docs.microsoft.com/en-us/rest/api/datafactory/managed-virtual-networks/create-or-update) are not available in the Azure Native provider. Per @mikhailshilkov, this resource is getting skipped because the REST API does not define a `DELETE`...

kind/enhancement
impact/missing-api
awaiting-upstream