@@ -207,7 +207,7 @@ Response<RoleAssignmentInner> deleteWithResponse(String scope, String roleAssign
207207 * @throws IllegalArgumentException thrown if parameters fail the validation.
208208 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
209209 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
210- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
210+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
211211 */
212212 @ ServiceMethod (returns = ReturnType .COLLECTION )
213213 PagedFlux <RoleAssignmentInner > listForScopeAsync (String scope , String filter , String tenantId , String skipToken );
@@ -219,7 +219,7 @@ Response<RoleAssignmentInner> deleteWithResponse(String scope, String roleAssign
219219 * @throws IllegalArgumentException thrown if parameters fail the validation.
220220 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
221221 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
222- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
222+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
223223 */
224224 @ ServiceMethod (returns = ReturnType .COLLECTION )
225225 PagedFlux <RoleAssignmentInner > listForScopeAsync (String scope );
@@ -231,7 +231,7 @@ Response<RoleAssignmentInner> deleteWithResponse(String scope, String roleAssign
231231 * @throws IllegalArgumentException thrown if parameters fail the validation.
232232 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
233233 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
234- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
234+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
235235 */
236236 @ ServiceMethod (returns = ReturnType .COLLECTION )
237237 PagedIterable <RoleAssignmentInner > listForScope (String scope );
@@ -250,7 +250,7 @@ Response<RoleAssignmentInner> deleteWithResponse(String scope, String roleAssign
250250 * @throws IllegalArgumentException thrown if parameters fail the validation.
251251 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
252252 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
253- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
253+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
254254 */
255255 @ ServiceMethod (returns = ReturnType .COLLECTION )
256256 PagedIterable <RoleAssignmentInner > listForScope (String scope , String filter , String tenantId , String skipToken ,
@@ -266,7 +266,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
266266 * @throws IllegalArgumentException thrown if parameters fail the validation.
267267 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
268268 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
269- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
269+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
270270 */
271271 @ ServiceMethod (returns = ReturnType .COLLECTION )
272272 PagedFlux <RoleAssignmentInner > listAsync (String filter , String tenantId );
@@ -276,7 +276,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
276276 *
277277 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
278278 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
279- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
279+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
280280 */
281281 @ ServiceMethod (returns = ReturnType .COLLECTION )
282282 PagedFlux <RoleAssignmentInner > listAsync ();
@@ -286,7 +286,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
286286 *
287287 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
288288 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
289- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
289+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
290290 */
291291 @ ServiceMethod (returns = ReturnType .COLLECTION )
292292 PagedIterable <RoleAssignmentInner > list ();
@@ -302,7 +302,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
302302 * @throws IllegalArgumentException thrown if parameters fail the validation.
303303 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
304304 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
305- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
305+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
306306 */
307307 @ ServiceMethod (returns = ReturnType .COLLECTION )
308308 PagedIterable <RoleAssignmentInner > list (String filter , String tenantId , Context context );
@@ -318,7 +318,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
318318 * @throws IllegalArgumentException thrown if parameters fail the validation.
319319 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
320320 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
321- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
321+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
322322 */
323323 @ ServiceMethod (returns = ReturnType .COLLECTION )
324324 PagedFlux <RoleAssignmentInner > listByResourceGroupAsync (String resourceGroupName , String filter , String tenantId );
@@ -330,7 +330,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
330330 * @throws IllegalArgumentException thrown if parameters fail the validation.
331331 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
332332 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
333- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
333+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
334334 */
335335 @ ServiceMethod (returns = ReturnType .COLLECTION )
336336 PagedFlux <RoleAssignmentInner > listByResourceGroupAsync (String resourceGroupName );
@@ -342,7 +342,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
342342 * @throws IllegalArgumentException thrown if parameters fail the validation.
343343 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
344344 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
345- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
345+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
346346 */
347347 @ ServiceMethod (returns = ReturnType .COLLECTION )
348348 PagedIterable <RoleAssignmentInner > listByResourceGroup (String resourceGroupName );
@@ -359,7 +359,7 @@ PagedIterable<RoleAssignmentInner> listForScope(String scope, String filter, Str
359359 * @throws IllegalArgumentException thrown if parameters fail the validation.
360360 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
361361 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
362- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
362+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
363363 */
364364 @ ServiceMethod (returns = ReturnType .COLLECTION )
365365 PagedIterable <RoleAssignmentInner > listByResourceGroup (String resourceGroupName , String filter , String tenantId ,
@@ -379,7 +379,7 @@ PagedIterable<RoleAssignmentInner> listByResourceGroup(String resourceGroupName,
379379 * @throws IllegalArgumentException thrown if parameters fail the validation.
380380 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
381381 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
382- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
382+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
383383 */
384384 @ ServiceMethod (returns = ReturnType .COLLECTION )
385385 PagedFlux <RoleAssignmentInner > listForResourceAsync (String resourceGroupName , String resourceProviderNamespace ,
@@ -395,7 +395,7 @@ PagedFlux<RoleAssignmentInner> listForResourceAsync(String resourceGroupName, St
395395 * @throws IllegalArgumentException thrown if parameters fail the validation.
396396 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
397397 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
398- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedFlux}.
398+ * @return role assignment list operation result as paginated response with {@link PagedFlux}.
399399 */
400400 @ ServiceMethod (returns = ReturnType .COLLECTION )
401401 PagedFlux <RoleAssignmentInner > listForResourceAsync (String resourceGroupName , String resourceProviderNamespace ,
@@ -411,7 +411,7 @@ PagedFlux<RoleAssignmentInner> listForResourceAsync(String resourceGroupName, St
411411 * @throws IllegalArgumentException thrown if parameters fail the validation.
412412 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
413413 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
414- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
414+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
415415 */
416416 @ ServiceMethod (returns = ReturnType .COLLECTION )
417417 PagedIterable <RoleAssignmentInner > listForResource (String resourceGroupName , String resourceProviderNamespace ,
@@ -432,7 +432,7 @@ PagedIterable<RoleAssignmentInner> listForResource(String resourceGroupName, Str
432432 * @throws IllegalArgumentException thrown if parameters fail the validation.
433433 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
434434 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
435- * @return the response of a RoleAssignment list operation as paginated response with {@link PagedIterable}.
435+ * @return role assignment list operation result as paginated response with {@link PagedIterable}.
436436 */
437437 @ ServiceMethod (returns = ReturnType .COLLECTION )
438438 PagedIterable <RoleAssignmentInner > listForResource (String resourceGroupName , String resourceProviderNamespace ,
0 commit comments