Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Mismatch between AffectedVirtualLink data type in SOL005 and as defined in yaml file.
In order to have backward compatibility, SOL WG has decided in the #158-e-Meeting to fix this issue in other SOL005 OpenAPI versions. The issue is same already fixed in other versions: It was found a mismatch between the SOL005 v2.4.1 and the SOL005NSLifecycleManagement_def.yaml in SOL005 OpenAPI v2.4.1 for an attribute name of the AffectedVirtualLink data type: AffectedVirtualLink: description: > This type provides information about added, deleted, modified and temporary VLs. type: object required: - id - virtualLinkDescId - changeType - networkResource ``` The solution requires to replace the "id" attribute name with "nsVirtualLinkInstanceId" in all occurrences as defined in SOL005 v2.4.1. ```
issue