Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Tagging Objects #85

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

ChrisPortman
Copy link

Support for tagging is added to all types that are initialized after tags.

If a type does not include tags support in netbox, an exception will be raised alerting the user to the fact.

Tags must be pre-existing.

Example:

- address: 10.1.1.1
  status: active
  tags:
    - MyTag

@ChrisPortman
Copy link
Author

Opps, ill fix the lint issues in the morning...

Support for tagging is added to all types that are initialized after
tags.

If a type does not include tags support in netbox, an exception will be
raised alerting the user to the fact.

Tags must be pre-existing.

Example:

```yaml
- address: 10.1.1.1
  status: active
  tags:
    - MyTag
```
@tobiasge tobiasge merged commit 4ecbb60 into tobiasge:main Jan 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants