Skip to content

Commit

Permalink
Fix diagnositics validate message failures (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-hai-feng authored Nov 13, 2024
1 parent 533c100 commit 9a3eee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azext_iot/central/models/v2022_06_30_preview/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def _extract_modules(self, template: dict) -> dict:
interfaces = self._extract_interfaces(template)
schema_names = self._extract_schema_names(interfaces)
components = self._extract_components(template)
component_schema_names = []
if components:
component_schema_names = self._extract_schema_names(components)

Expand Down

0 comments on commit 9a3eee6

Please sign in to comment.