We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cc5fb commit 0712c7aCopy full SHA for 0712c7a
1 file changed
f5/bigip/tm/ltm/data_group.py
@@ -94,4 +94,6 @@ def update(self, **kwargs):
94
< LooseVersion('11.6.0'):
95
if 'externalFileName' in self.__dict__:
96
del self.__dict__['externalFileName']
97
+ if 'type' in self.__dict__:
98
+ del self.__dict__['type']
99
return self._update(**kwargs)
0 commit comments