Justin Van Patten
Justin Van Patten
@alfred-stokespace, I think you're missing specifying the working directory that contains the `Pulumi.yaml` file, e.g. ```typescript const wkspc = LocalWorkspace.create({ workDir: "." }); ```
This looks specific to Azure Native, so transferring the issue to that repo.
Related: https://github.com/pulumi/pulumi/issues/7012#issuecomment-1158876330
Hi @ashlynshatos, thanks for opening the issue and really sorry for the trouble! We're looking into what caused this. We may have some follow-up questions for you, as we try...
Does the distinction between `pulumi.Resource` and `pulumi.CustomResource` matter? Just wondering if adding a `"pulumi.json#/Resource"` built-in (that emitted the equivalent of `pulumi.Resource` in each language) would be sufficient for your use...
It's currently by-design per https://github.com/pulumi/pulumi/pull/13579. @Frassle, is there anything we can do to make this scenario work? Helm v4 Chart is an MLC.
Also seeing some flakes of the similar `TestTokenSourceWithQuicklyExpiringInitialToken` test. Skipping that as well.
Are you also setting `AZURE_STORAGE_KEY`? Or logging in with the Azure CLI's `az login`? Under the covers, we use gocloud.dev for this functionality. More documentation on it is available here:...
Right now we generate code that imports `builtins` and references built-in types like `str` via `builtins.str`. This can break when a provider has a property named `builtins`. I suspect we...
This issue is specific to policy packs that use the compliance policies. Compliance policies have a way to output additional stats about the compliance policies, which adds a lot of...