We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7ea18 commit 95c7f62Copy full SHA for 95c7f62
plugins/module_utils/fabric/fabric_types.py
@@ -101,10 +101,12 @@ def _init_fabric_types(self) -> None:
101
102
self._valid_fabric_types = sorted(self._fabric_type_to_template_name_map.keys())
103
104
- # Adding self._external_fabric_types to be used in conjunction with
+ # self._external_fabric_types is used in conjunction with
105
# self._fabric_type_to_ext_fabric_type_map. This is used in (at least)
106
# FabricCreateCommon() to determine if EXT_FABRIC_TYPE key needs to be
107
# added to a payload.
108
+ #
109
+ # Exposed via property external_fabric_types
110
self._external_fabric_types = set()
111
self._external_fabric_types.add("ISN")
112
0 commit comments