Skip to content

Commit

Permalink
imagestatus.v1: Change SupportNotIntroduced & SupportRemoved to warnings
Browse files Browse the repository at this point in the history
1) Deprecating the old error codes
   ERROR_CODE_SUPPORT_NOT_INTRODUCED
   ERROR_CODE_SUPPORT_REMOVED

2) Adding new warning codes
   WARNING_CODE_SUPPORT_NOT_INTRODUCED
   WARNING_CODE_SUPPORT_REMOVED

[GENERATED_COMMIT]

Change-Id: Iec986c3a01c9c60c4356c435c0f40972e579717a
  • Loading branch information
Arista-Jenkins authored and Yuki771 committed Nov 21, 2023
1 parent 0c0a3da commit 9f0a9df
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
32 changes: 26 additions & 6 deletions arista/imagestatus/v1/imagestatus_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions fmp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2023 Arista Networks, Inc. All rights reserved.

import fmp.wrappers_pb2 as wrappers
import fmp.extensions_pb2 as extensions
import fmp.deletes_pb2 as deletes
import fmp.inet_pb2 as inet
import fmp.extensions_pb2 as extensions
import fmp.yang_pb2 as yang
import fmp.deletes_pb2 as deletes
import fmp.wrappers_pb2 as wrappers

0 comments on commit 9f0a9df

Please sign in to comment.