Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivani-gslab committed Nov 19, 2024
1 parent c92c919 commit 49d0f13
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ Please refer to the schema documentation for details on the various keys in the
- Refer Arista documentation for description content.
- Ensure all descriptions end with punctuation.
- Highlight the key names in description, like - `<key_name>`.
4. **Type Conversion:** Add `convert_types: [str]` for `type: int` keys.
4. **Type Conversion:**
- Add `convert_types: [str]` for `type: int` keys.
- Add `convert_types: [int]` for `type: str` if it can be numeric.
5. **Defaults:** Avoid using `default` in eos_cli_config_gen.
6. **Min/Max:** Specify min/max values in the schema if they are defined in the EOS CLI. Make sure to check on different hardware platforms.
7. **Valid_Values:** Specify valid options in the schema as per the EOS CLI and ensure compatibility across different hardware platforms.

### Creating Jinja2 Templates

Expand Down

0 comments on commit 49d0f13

Please sign in to comment.