-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
questionFurther information is requestedFurther information is requested
Description
When running against a specific subscription, I get the below error:
listing resource set: parsing resource id
/subscriptions/<id_redacted>/resourceGroups/rg_name/providers/Micros
extending for RP Microsoft.Web: missing resource type name after type certificates
It looks like it has a problem with a specific resource that it can't continue past but the error doesn't appear in the debug log.
Command run: aztfexport resource-group --log-level DEBUG --log-path ./aztfexport.log rg_name
Last entries in debug log:
time=2026-01-17T16:42:45.873Z level=INFO msg="List begins" azlist.subscription=id_redacted azlist.predicate="resourceGroup =~ \"rg_name\"" azlist.parallelism=10 azlist.recursive=true "azlist.include managed resources"=false
time=2026-01-17T16:42:45.873Z level=DEBUG msg="Listing tracked resources"
time=2026-01-17T16:45:40.574Z level=INFO msg="aztfexport ends"
How can I at least get the name of the resource causing the issue and maybe exclude it?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested