Closed viveklak 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/
There are a number of default/singleton sub-resources commonly seen in ARM templates. Normally sub resources follow the pattern of API path URL:
parent-type + parent-name + sub-resource type
but many of these default sub-resources have distinct handling requirements: e.g.corresponds to
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork"
Using the above heuristic fails for some of these resources. ARM2Pulumi needs to correctly translate such resources.
Here are the currently supported default resource paths in the provider that need to be correctly translated: