From fdd181afa7426564c01b65ff0820f88bab17609d Mon Sep 17 00:00:00 2001 From: Tim Rupp Date: Wed, 5 Oct 2016 09:03:16 -0700 Subject: [PATCH] Corrects the required SDK version (#3095) The SDK version that was mentioned originally was incorrect --- network/f5/bigip_ssl_certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/f5/bigip_ssl_certificate.py b/network/f5/bigip_ssl_certificate.py index 076caba9f54..9c6034d513e 100644 --- a/network/f5/bigip_ssl_certificate.py +++ b/network/f5/bigip_ssl_certificate.py @@ -88,7 +88,7 @@ notes: tmsh or these modules. extends_documentation_fragment: f5 requirements: - - f5-sdk >= 1.3.1 + - f5-sdk >= 1.5.0 - BigIP >= v12 author: - Kevin Coming (@waffie1)