Closed pierskarsenbarg closed 11 months ago
The issue reported above was solved for me by using the below syntax. var parameters = new Dictionary<string, object> { { "name", new Dictionary<string, object>() { { "value", apiWebsiteName } } } };
Suggestions for improvement:
The standalone arm2pulumi tool has been deprecated in favor of the Pulumi CLI built-in command pulumi convert --from arm. Therefore, I'm closing all issues in this repository as "won't fix". Please file any issue related to pulumi convert in https://github.com/pulumi/pulumi/issues/
Trying to import
Microsoft.Resources/deployments
and it's not handling theParameters
input (https://www.pulumi.com/docs/reference/pkg/azure-native/resources/deployment/#parameters_csharp)ARM docs: https://docs.microsoft.com/en-us/azure/templates/microsoft.resources/deployments?tabs=json#deploymentproperties-object