Skip to content

Commit d6eb8d5

Browse files
committed
Disable GetAllSubmodels_AasRepository (see #48)
1 parent 88f550a commit d6eb8d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aas_test_engines/api.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ def _extend(data: Dict[str, List[str]]) -> dict:
238238
"GetAssetInformation_AasRepository",
239239
"GetThumbnail_AasRepository",
240240
# Submodel Repository API by superpath:
241-
"GetAllSubmodels_AasRepository", # includes ...BySemanticId and ...ByIdShort
242-
"GetAllSubmodels_AasRepository Metadata",
243-
"GetAllSubmodels_AasRepository-ValueOnly",
244-
"GetAllSubmodels_AasRepository-Reference",
245-
"GetAllSubmodels_AasRepository-Path",
241+
# "GetAllSubmodels_AasRepository", # includes ...BySemanticId and ...ByIdShort
242+
# "GetAllSubmodels_AasRepository Metadata",
243+
# "GetAllSubmodels_AasRepository-ValueOnly",
244+
# "GetAllSubmodels_AasRepository-Reference",
245+
# "GetAllSubmodels_AasRepository-Path",
246246
"GetSubmodelById_AasRepository",
247247
"GetSubmodelById_AasRepository-Metadata",
248248
"GetSubmodelById_AasRepository-ValueOnly",

0 commit comments

Comments
 (0)