Skip to content

Commit 8dcd4f8

Browse files
author
pjbreaux
authored
Merge pull request #531 from zancas/feature.implement_1150_min
Support from 11.5.0 forward.
2 parents d371022 + 0730ef5 commit 8dcd4f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

f5/bigip/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def __init__(self, container):
180180
self._set_meta_data_uri()
181181
# Supported versions for each class will be defined here.
182182
# List can be modified downstream in each sub-class
183-
self._meta_data['minimum_version'] = '11.6.0'
183+
self._meta_data['minimum_version'] = '11.5.0'
184184
# Commands you can run on a resource or collection, we define it here
185185
self._meta_data['allowed_commands'] = []
186186
# Define required command parameters

0 commit comments

Comments
 (0)