Skip to content

Commit

Permalink
add support for auto-tag actions, but they are not currently implemen…
Browse files Browse the repository at this point in the history
…ted in SCM
  • Loading branch information
cdot65 committed Dec 7, 2024
1 parent dc30a5e commit af442f1
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 462 deletions.
6 changes: 6 additions & 0 deletions scm/config/objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@
from .service import Service
from .service_group import ServiceGroup
from .tag import Tag

"""
# these are SDK implementations created by not currently implemented in the API
# these will all return a 403 status code until implemented
from .auto_tag_actions import AutoTagAction
"""
Loading

0 comments on commit af442f1

Please sign in to comment.