v2.34.0
ResourceActionClient now has a generic type parameter
The ResourceActionClient struct now has a generic type parameter. The type parameter is used to describe the API resource of the Actions client.
The IResourceActionClient interface that is generated from the ResourceActionClient struct, is also affected by this change.
This API was never intended to be used directly and we did not find any usage of it in public code. So while potentially breaking, the benefits of this change out weighted the risks of doing it.