Mikhail Shilkov

Results 434 comments of Mikhail Shilkov

Here is a potential list of changes: ``` Insights->ApplicationInsights Portal->CloudShell DocumentDB->CosmosDB Devices->DeviceProvisioningServices DevTestLab->DevTestLabs HybridData->HybridDataManager Kubernetes->HybridKubernetes VirtualMachineImages->ImageBuilder Devices->IotHub Management->ManagementGroups DBforMariaDB->MariaDB Media->MediaServices OffAzure->Migrate Migrate->MigrateProjects Insights->Monitor ManagedIdentity->Msi DBforMySQL->MySql DBforPostgreSQL->PostgreSql DBforPostgreSQL->PostgreSqlHsc PowerBI->PowerBIEmbedded RecoveryServices->RecoveryServicesBackup RecoveryServices->RecoveryServicesSiteRecovery...

@headconnect Thank you for the feedback! Naming is indeed hard. > you're pushing ContainerService into compute, I think it's just one legacy-ish resource that goes from ContainerService to Compute, the...

> Will this affect existing stacks' state? This change has to be backwards compatible.. We will provide aliases, so it will work in most cases. (https://github.com/pulumi/pulumi/issues/6570 being a counter-example) >...

@ie-zero Yes, that's a good suggestion. We can definitely link from our resources to ARM types - I'm not sure how to deal with the other way around, which seems...

Should the issue go to pulumi/pulumi?

`PULUMI_CONTINUE_ON_ERROR` has been shipped in [release v3.122.0](https://github.com/pulumi/pulumi/releases/tag/v3.122.0).

It may be unrelated but I have a feeling that I have recently started to get much larger dumps from our node SDK. Example of an error that I got...

Yes, sorry for that, I posted because my stack traces don't seem to be useful either. I'll open a separate case next time I reproduce this.

Looking at API specs, this value is defined here: https://github.com/Azure/azure-rest-api-specs/blob/fa285f544fa37cd839c4befe1109db3547b016ab/specification/redis/resource-manager/Microsoft.Cache/stable/2023-08-01/redis.json#L2317 It sounds like the presence of `"additionalProperties": {},` is supposed to allow arbitrary keys to be passed into the dictionary,...

@Koen-Nocore Here is how you set it, I think: https://github.com/pulumi/pulumi-azure-nextgen/issues/87#issuecomment-719889893