Skip to content

Commit

Permalink
revert test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Oct 10, 2024
1 parent 2f4bc08 commit 694da59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/azure/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 694da59

Please sign in to comment.