Skip to content

Commit

Permalink
fix: don't send is_multimaster NSGroup field in update
Browse files Browse the repository at this point in the history
See [this
issue](infobloxopen#386).
  • Loading branch information
pieterlexis-tomtom committed Dec 4, 2024
1 parent f804344 commit d52e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infoblox_client/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -12946,7 +12946,7 @@ class Nsgroup(InfobloxObject):
'external_secondaries', 'grid_primary', 'grid_secondaries',
'is_grid_default', 'is_multimaster', 'name',
'use_external_primary']
_search_for_update_fields = ['name']
_search_for_update_fields = ['name', 'is_multimaster']
_updateable_search_fields = ['comment', 'name']
_all_searchable_fields = ['comment', 'name']
_return_fields = ['comment', 'extattrs', 'name']
Expand Down

0 comments on commit d52e137

Please sign in to comment.