Mikhail Shilkov

Results 63 issues of Mikhail Shilkov

With Go 1.18, generics are now [a part of the Go language](https://tip.golang.org/doc/go1.18#generics). Generics bring a lot of potential to simplify our Pulumi Go SDK, make it more type-safe, and dramatically...

area/sdks
kind/enhancement
language/go

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement

I'm installing this chart with my own Cassandra but I'd still love it to automatically create keyspaces and do all the initialization as if the Cassandra was built-in. The need...

enhancement

`pulumi-bot` merges a PR in docs as soon as I approve it without waiting for the build to complete. Example: https://github.com/pulumi/docs/pull/5989 Two undesired effects: - A potentially broken PR is...

kind/bug

### Problem description As shown in https://github.com/pulumi/pulumi/issues/8946, a resource `id` cannot be made secret. In a sense, it's logical that `additionalSecretOutputs: ['id']` doesn't work, as `id` is not an output....

area/docs
docs/core-sdk
kind/enhancement

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

area/examples
kind/enhancement

Running list of changes to make in the next major version of pulumi-azure: - [ ] Remove resources like [`NamespaceAuthorizationRule`](https://github.com/pulumi/pulumi-azure/blob/master/sdk/dotnet/EventHub/NamespaceAuthorizationRule.cs) which were renamed and are deprecated. Example: https://github.com/pulumi/pulumi-azure/issues/998 - [...

kind/enhancement
impact/usability
impact/breaking
area/providers

Here are two examples of generated `Obsolete` attributes for deprecated resources: ``` [Obsolete(@"azure.RegistryWebook has been deprecated in favour of azure.RegistryWebhook")] [Obsolete(@"azure.getUserAssignedIdentity has been deprecated in favour of azure.getUserAssignedIdentity")] ``` Messages...

Add a mixins for `ArchiveFunctionApp` in .NET SDK comparable to the Node.js one

kind/enhancement

The new OS-specific VM resources of 2.0 (`LinuxVirtualMachine`, `WindowsVirtualMachine`, `LinuxVirtualMachineScaleSet`, `WindowsVirtualMachineScaleSet`) require `customData` to be base-64 encoded ([TF def](https://github.com/terraform-providers/terraform-provider-azurerm/blob/029e4e0e6490c060184054fb55c6e3838eff3664/azurerm/internal/services/compute/linux_virtual_machine_resource.go#L136)). Otherwise, they fail at preview time: ``` error: azure:compute/linuxVirtualMachine:LinuxVirtualMachine resource 'server-vm'...