Attempting to disable this globally yields a notification:
XXXX-4507R-CORE(config)#no ip device tracking
% IP device tracking is disabled at the interface level by removing the relevant configs
There's a whole thread that seems to indicate that there's a bug within certain code-bases and that the actual changes need to take place on the port level. IP device tracking|2244042 - Cisco Support Community
It looks like you can disable this at the port level by issuing the command(s):
switch(config)# int range gig1/0/1 - 24
switch(config-if)# nmsp attach suppress
The Cisco Bug CSCuj04986 (https://tools.cisco.com/bugsearch/bug/CSCuj04986) seems to indicate that this bug is not planning on being fixed, but the related Support Community article above states otherwise. Not sure what the means going forward.
I ran the recommended configuration "nmsp attach suppress" on each of the ports on my one switch, rediscovered it, and then enumerated the resources with no change.