Skip to content

Commit d86dd5d

Browse files
[AutoPR azure-resourcemanager-authorization]-generated-from-SDK Generation - Java-6131697 (#48751)
* Configurations: 'specification/authorization/resource-manager/Microsoft.Authorization/Authorization/tspconfig.yaml', API Version: 2024-07-01-preview, SDK Release Type: beta, and CommitSHA: '14ea458babe962d08b39acbb244bb81bdd3cb999' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6131697 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Update CHANGELOG.md --------- Co-authored-by: Weidong Xu <weidxu@microsoft.com>
1 parent 510acfb commit d86dd5d

File tree

65 files changed

+646
-641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+646
-641
lines changed

sdk/authorization/azure-resourcemanager-authorization/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Release History
22

3-
## 2.54.0-beta.1 (Unreleased)
3+
## 2.54.0-beta.1 (2026-04-09)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Supported create and delete of "deny assignment".
108

119
### Other Changes
1210

11+
#### Dependency Updates
12+
13+
- Updated `api-version` to `2024-09-01-preview`.
14+
1315
## 2.53.8 (2026-03-30)
1416

1517
### Other Changes
@@ -18,7 +20,6 @@
1820

1921
- Upgraded `azure-resourcemanager-resources` from `2.53.5` to version `2.54.0`.
2022

21-
2223
## 2.53.7 (2026-01-29)
2324

2425
### Other Changes

sdk/authorization/azure-resourcemanager-authorization/src/main/java/com/azure/resourcemanager/authorization/fluent/AlertsClient.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beg
272272
* @throws IllegalArgumentException thrown if parameters fail the validation.
273273
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
274274
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
275-
* @return the response body along with {@link Response} on successful completion of {@link Mono}.
275+
* @return alert operation result along with {@link Response} on successful completion of {@link Mono}.
276276
*/
277277
@ServiceMethod(returns = ReturnType.SINGLE)
278278
Mono<Response<Flux<ByteBuffer>>> refreshAllWithResponseAsync(String scope);
@@ -284,7 +284,7 @@ SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beg
284284
* @throws IllegalArgumentException thrown if parameters fail the validation.
285285
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
286286
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
287-
* @return the {@link PollerFlux} for polling of long-running operation.
287+
* @return the {@link PollerFlux} for polling of alert operation result.
288288
*/
289289
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
290290
PollerFlux<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beginRefreshAllAsync(String scope);
@@ -296,7 +296,7 @@ SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beg
296296
* @throws IllegalArgumentException thrown if parameters fail the validation.
297297
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
298298
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
299-
* @return the {@link SyncPoller} for polling of long-running operation.
299+
* @return the {@link SyncPoller} for polling of alert operation result.
300300
*/
301301
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
302302
SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beginRefreshAll(String scope);
@@ -309,7 +309,7 @@ SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beg
309309
* @throws IllegalArgumentException thrown if parameters fail the validation.
310310
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
311311
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
312-
* @return the {@link SyncPoller} for polling of long-running operation.
312+
* @return the {@link SyncPoller} for polling of alert operation result.
313313
*/
314314
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
315315
SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beginRefreshAll(String scope,
@@ -322,7 +322,7 @@ SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beg
322322
* @throws IllegalArgumentException thrown if parameters fail the validation.
323323
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
324324
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
325-
* @return the response body on successful completion of {@link Mono}.
325+
* @return alert operation result on successful completion of {@link Mono}.
326326
*/
327327
@ServiceMethod(returns = ReturnType.SINGLE)
328328
Mono<AlertOperationResultInner> refreshAllAsync(String scope);
@@ -334,7 +334,7 @@ SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beg
334334
* @throws IllegalArgumentException thrown if parameters fail the validation.
335335
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
336336
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
337-
* @return the response.
337+
* @return alert operation result.
338338
*/
339339
@ServiceMethod(returns = ReturnType.SINGLE)
340340
AlertOperationResultInner refreshAll(String scope);
@@ -347,7 +347,7 @@ SyncPoller<PollResult<AlertOperationResultInner>, AlertOperationResultInner> beg
347347
* @throws IllegalArgumentException thrown if parameters fail the validation.
348348
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
349349
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
350-
* @return the response.
350+
* @return alert operation result.
351351
*/
352352
@ServiceMethod(returns = ReturnType.SINGLE)
353353
AlertOperationResultInner refreshAll(String scope, Context context);

sdk/authorization/azure-resourcemanager-authorization/src/main/java/com/azure/resourcemanager/authorization/fluent/RoleAssignmentsClient.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)