Summary
Currently if you update the device_defaults in an org_settings object and then commit your changes using sdk.orgs.update_settings(), the changes you make will only apply to newly deployed devices, and will not be pushed to existing devices.
We could add the ability to push changes to existing devices
Proposed API
sdk.orgs.update_settings(org_settings, publish=True)
Intended Use Case
- Updating a setting for all devices across an org