diff --git a/arista/imagestatus.v1/imagestatus-changelog.yaml b/arista/imagestatus.v1/imagestatus-changelog.yaml index 1ff3c734..344c7ebe 100644 --- a/arista/imagestatus.v1/imagestatus-changelog.yaml +++ b/arista/imagestatus.v1/imagestatus-changelog.yaml @@ -7,10 +7,6 @@ # New entries go on top. Changes: - - date: 2023-10-18 - description: Remove supervisor related errors - version: 1.2.1 - cvaas: true - date: 2023-09-20 description: Add embedded information to extensions version: 1.2.0 diff --git a/arista/imagestatus.v1/imagestatus.proto b/arista/imagestatus.v1/imagestatus.proto index 3ef95a54..fe8e2f38 100644 --- a/arista/imagestatus.v1/imagestatus.proto +++ b/arista/imagestatus.v1/imagestatus.proto @@ -274,10 +274,10 @@ enum ErrorCode { ERROR_CODE_GET_PROPOSED_IMAGE_INFO_FAILED = 5; // ERROR_CODE_GET_RUNNING_IMAGE_INFO_FROM_ACTIVE_SUPERVISOR_FAILED represents case where we // fail to get running image information from an active supervisor. - ERROR_CODE_GET_RUNNING_IMAGE_INFO_FROM_ACTIVE_SUPERVISOR_FAILED = 6 [deprecated=true]; + ERROR_CODE_GET_RUNNING_IMAGE_INFO_FROM_ACTIVE_SUPERVISOR_FAILED = 6; // ERROR_CODE_GET_RUNNING_IMAGE_INFO_FROM_PEER_SUPERVISOR_FAILED represents case when we // fail to get information from peer supervisor. - ERROR_CODE_GET_RUNNING_IMAGE_INFO_FROM_PEER_SUPERVISOR_FAILED = 7 [deprecated=true]; + ERROR_CODE_GET_RUNNING_IMAGE_INFO_FROM_PEER_SUPERVISOR_FAILED = 7; // ERROR_CODE_EOS_TA_ARCHITECTURE_INCOMPATIBLE represents the case where EOS architecture and // TerminAttr architecture are incompatible. ERROR_CODE_EOS_TA_ARCHITECTURE_INCOMPATIBLE = 8;