Describe the need
The CreateFile and UpdateFile methods in RepositoryContentsClient return a type of Task<RepositoryContentChangeSet>, but DeleteFile does not (it only returns Task).
The delete a file endpoint returns the same response structure as the create or update file contents endpoint (with null content), so the DeleteFile methods should also return Task<RepositoryContentChangeSet>.
SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct