diff --git a/internal/azure/loader.go b/internal/azure/loader.go index 8f004334..fe77f6d4 100644 --- a/internal/azure/loader.go +++ b/internal/azure/loader.go @@ -37,7 +37,7 @@ func GetAzureSchema() *Schema { // preload the first definition for _, resource := range schema.Resources { if len(resource.Definitions) > 0 { - //_, _ = resource.Definitions[0].GetDefinition() + _, _ = resource.Definitions[0].GetDefinition() } } return schema