Skip to content

Commit

Permalink
fix: Removed nested collected resources and fixed connections
Browse files Browse the repository at this point in the history
  • Loading branch information
1101-1 committed Dec 4, 2023
1 parent 11e22f8 commit 6145454
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 42 deletions.
4 changes: 2 additions & 2 deletions plugins/azure/resoto_plugin_azure/resource/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def fetch_resources(
path_parameters: List[str],
query_parameters: List[str],
compared_property: Callable[[Json], Union[List[str], str]],
binding_property: Callable[[Json], str],
) -> List[Tuple[Union[str, List[str]], str]]:
binding_property: Callable[[Json], Union[List[str], str]],
) -> List[Tuple[Union[str, List[str]], Union[str, List[str]]]]:
"""
Fetch additional resources from the Azure API for further connection using the connect_in_graph method.
Expand Down
Loading

0 comments on commit 6145454

Please sign in to comment.