We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06379f commit 645e9d9Copy full SHA for 645e9d9
main.py
@@ -15,7 +15,7 @@ def main():
15
my_interface = interface(ns="clab-vlan", name="my-interface")
16
17
eda = EDAClient(base_url="https://devbox.panda-cobra.ts.net")
18
- # eda.add_to_transaction_delete(my_banner)
+ eda.add_to_transaction_replace(my_banner)
19
eda.add_to_transaction_replace(my_interface)
20
_ = eda.commit_transaction()
21
0 commit comments