Skip to content

Commit

Permalink
Merge pull request #193 from marksull/release/20240418.0
Browse files Browse the repository at this point in the history
Release/20240418.0
  • Loading branch information
marksull authored Apr 17, 2024
2 parents 50fa9de + 8693425 commit 7b4193b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions fmcapi/api_objects/object_services/timeranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ class TimeRanges(APIClassTemplate):
"description",
"effectiveStartDateTime",
"effectiveEndDateTime",
"recurrenceList"
"recurrenceList",
]
VALID_FOR_KWARGS = VALID_JSON_DATA + []
REQUIRED_FOR_POST = [
"name",
"effectiveStartDateTime",
"effectiveEndDateTime"
]
REQUIRED_FOR_POST = ["name", "effectiveStartDateTime", "effectiveEndDateTime"]
URL_SUFFIX = "/object/timeranges"

def __init__(self, fmc, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="fmcapi",
version="20240417.0",
version="20240418.0",
description="Easier interface to Cisco's FMC API than writing your own way.",
long_description="""With the removal to configure a Cisco NGFW via the command line your only option is to
do so via a manager. Some things are better when automated so using the manager's API gives us that power.
Expand Down

0 comments on commit 7b4193b

Please sign in to comment.