Could we set provider's `skip_provider_registration` defaults from `false` to `true`?

Recently we’ve met a customer’s ticket who felt confused that even he didn’t write any code related to StoragePool, the provider still returned an error complaining that lack of permissions to register a new added resource provider feature to his account. This auto register mechanism makes life much easier for daily provider development and test, but for end users who worked in a following strict “least required privilege” policy environment, when a new required resource provider is added it will cause their automation procedure crashed by this permission issue. As for plugin developers and testers it’s easy to turn this feature on by setting environment variable, could we set skip_provider_registration default value from false to true for these end users in coming v3.0.0?