Closed MitchellGerdisch closed 11 months ago
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/
How to recreate: Convert this ARM template to pulumi typescript https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-cdn-with-ruleseengine-rewriteandredirect/azuredeploy.json
The generated code will have a few "compile" time issue and a run time issue.
"compile" time issues:
"@odata.type"
as the property name when it should beodataType
order
property value when it should be a number."run" time issue
\
${profileNameParam}/${endpointNameParam}`but Azure doesn't appear to like this naming convention. Using just
endpointNameParam` works.I've attached a copy of the generated code with the corrections (and a few other changes I made for testing purposes). index_ts.txt