Skip to content

v2.34.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 13:36
edaa297

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.

Features

  • retry request on API timeout error (#797)
  • list actions for a given resource (#791)