From f54f2e16bd8cd140bc2fb3212e4bc99e78fa939b Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Tue, 9 Apr 2024 08:44:58 +0200 Subject: [PATCH] add link to comment Signed-off-by: Matteo Mortari --- api/openapi/model-registry.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/openapi/model-registry.yaml b/api/openapi/model-registry.yaml index 6e4082b8..a27adf80 100644 --- a/api/openapi/model-registry.yaml +++ b/api/openapi/model-registry.yaml @@ -1297,7 +1297,7 @@ components: allOf: - $ref: "#/components/schemas/WithBaseResourceUpdate" - $ref: "#/components/schemas/WithModelArtifactUpdate" - # TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now + # TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now (see: https://github.com/microsoft/kiota/issues/4428) # - $ref: "#/components/schemas/WithBaseArtifactUpdate" - type: object properties: @@ -1315,7 +1315,7 @@ components: - $ref: "#/components/schemas/WithModelArtifactUpdate" - $ref: "#/components/schemas/WithBaseResourceCreate" - $ref: "#/components/schemas/WithBaseResourceUpdate" - # TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now + # TODO: WORKAROUND: WithBaseArtifactUpdate got picked up as direct parent - inlining it for now (see: https://github.com/microsoft/kiota/issues/4428) # - $ref: "#/components/schemas/WithBaseArtifactUpdate" - type: object properties: