/// <summary> /// Get the latest release from every distribution group associated with an /// application. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='ownerName'> /// The name of the owner /// </param> /// <param name='appName'> /// The name of the application /// </param> public static IList <BasicReleaseDetailsResponse> ListLatest1(this IReleases operations, string ownerName, string appName) { return(operations.ListLatest1Async(ownerName, appName).GetAwaiter().GetResult()); }