@@ -22,8 +22,8 @@ public class TeamUserGenerator
2222 /// teams is less than 1/10th of that. The team/user data is serialized into json and stored in azure blob storage.
2323 /// </summary>
2424 /// <param name="gitHubEventClient">Authenticated GitHubEventClient</param>
25- /// <param name="teamUserBlobStorageUri">The URI, including SAS, of the team/user blob storage URI</param>
26- /// <param name="userOrgVisibilityBlobStorageUri">The URI, including SAS, of the user/org visibility blob</param>
25+ /// <param name="teamUserBlobStorageUri">The URI of the team/user blob storage URI</param>
26+ /// <param name="userOrgVisibilityBlobStorageUri">The URI of the user/org visibility blob</param>
2727 /// <returns>true if everything stored successfully, false otherwise</returns>
2828 public static async Task < bool > GenerateAndStoreTeamUserAndOrgData ( GitHubEventClient gitHubEventClient ,
2929 string teamUserBlobStorageUri ,
@@ -160,7 +160,7 @@ private static async Task<bool> VerifyStoredTeamUsers(GitHubEventClient gitHubEv
160160 /// to generate the org visibility data.
161161 /// </summary>
162162 /// <param name="gitHubEventClient">Authenticated GitHubEventClient</param>
163- /// <param name="userOrgVisibilityBlobStorageUri">The URI, including SAS, of the user/org visibility blob</param>
163+ /// <param name="userOrgVisibilityBlobStorageUri">The URI of the user/org visibility blob</param>
164164 /// <returns></returns>
165165 public static async Task < bool > GenerateAndStoreUserOrgData ( GitHubEventClient gitHubEventClient ,
166166 string userOrgVisibilityBlobStorageUri ,
0 commit comments