Rename GetConnectedAgentsByProjectIds RPC to GetConnectedAgentsByProjectIDs
requested to merge hristiyan.ivanov/gitlab-agent:fix-GetConnectedAgentsByProjectIds-rpc-name into master
After merging !1208 (merged) the types for GetConnectedAgentsByProjectIds
have changed, which resulted a change in the ruby gem. In order to provide backward compatibility, this merge request duplicates the RPC with the correct name and types. See discussion in !1208 (comment 1700286333). Related to #468 (closed)
Edited by Hristiyan Ivanov