Skip to content

Commit 526e604

Browse files
veseshad92Ryan Ren
andauthored
[Hub Generated] Review request for Microsoft.Authorization to add version preview/2022-05-01-preview (#23941)
* Adds base for updating Microsoft.Authorization from version stable/2022-04-01 to version 2022-05-01-preview * Updates readme * Updates API version in new specs and examples * Update swagger Docs for Roledefintiion condition in payload * delete unwanted example files * fix errors * typo * more fixes * scope fix * roledef fix * fixing warnings * Revert "fixing warnings" This reverts commit 2f81f5d. * revert scope base * supress warnings with reason * remove x-ms path * supresess * fixing get by id as there nothing called get by name * fix * Scope * v2 to v4 * scope param * scope param * typo * api version * Revert "api version" This reverts commit 7d8e791. * update correct package version * fix warnings * added missing access review file * removing 200 response code * pretty fix * fix errors * update azure-sdk-for-go readme * fix errors * u4 * u5 * u5 * u6 * u7 * u8 * u9 * u10 * u11 --------- Co-authored-by: Ryan Ren <[email protected]>
1 parent 90189a4 commit 526e604

File tree

14 files changed

+1306
-20
lines changed

14 files changed

+1306
-20
lines changed

specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicy.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
}
351351
},
352352
"RoleManagementPolicyApprovalRule": {
353-
"description": "The role management policy rule.",
353+
"description": "The role management policy approval rule.",
354354
"allOf": [
355355
{
356356
"$ref": "#/definitions/RoleManagementPolicyRule"
@@ -370,15 +370,15 @@
370370
"properties": {
371371
"isApprovalRequired": {
372372
"type": "boolean",
373-
"description": "Determine whether approval is required or not."
373+
"description": "Determines whether approval is required or not."
374374
},
375375
"isApprovalRequiredForExtension": {
376376
"type": "boolean",
377-
"description": "Determine whether approval is required for assignment extension."
377+
"description": "Determines whether approval is required for assignment extension."
378378
},
379379
"isRequestorJustificationRequired": {
380380
"type": "boolean",
381-
"description": "Determine whether requestor justification required."
381+
"description": "Determine whether requestor justification is required."
382382
},
383383
"approvalMode": {
384384
"type": "string",
@@ -411,16 +411,16 @@
411411
"approvalStageTimeOutInDays": {
412412
"type": "integer",
413413
"format": "int32",
414-
"description": "The time in days when approval request would be timed out."
414+
"description": "The time in days when approval request would be timed out"
415415
},
416416
"isApproverJustificationRequired": {
417417
"type": "boolean",
418-
"description": "Determine whether approver need to provide justification for his decision."
418+
"description": "Determines whether approver need to provide justification for his decision."
419419
},
420420
"escalationTimeInMinutes": {
421421
"type": "integer",
422422
"format": "int32",
423-
"description": "The time in minutes when the approval request would be escalated if the primary approver does not approves."
423+
"description": "The time in minutes when the approval request would be escalated if the primary approver does not approve"
424424
},
425425
"primaryApprovers": {
426426
"type": "array",
@@ -473,7 +473,7 @@
473473
}
474474
},
475475
"RoleManagementPolicyAuthenticationContextRule": {
476-
"description": "The role management policy rule.",
476+
"description": "The role management policy authentication context rule.",
477477
"allOf": [
478478
{
479479
"$ref": "#/definitions/RoleManagementPolicyRule"
@@ -504,7 +504,7 @@
504504
"type": "array",
505505
"items": {
506506
"type": "string",
507-
"description": "The type of enable rules",
507+
"description": "The type of enablement rule",
508508
"enum": [
509509
"MultiFactorAuthentication",
510510
"Justification",
@@ -520,7 +520,7 @@
520520
}
521521
},
522522
"RoleManagementPolicyExpirationRule": {
523-
"description": "The role management policy rule.",
523+
"description": "The role management policy expiration rule.",
524524
"allOf": [
525525
{
526526
"$ref": "#/definitions/RoleManagementPolicyRule"
@@ -539,7 +539,7 @@
539539
}
540540
},
541541
"RoleManagementPolicyNotificationRule": {
542-
"description": "The role management policy rule.",
542+
"description": "The role management policy notification rule.",
543543
"allOf": [
544544
{
545545
"$ref": "#/definitions/RoleManagementPolicyRule"
@@ -589,11 +589,11 @@
589589
"items": {
590590
"type": "string"
591591
},
592-
"description": "The list notification recipients."
592+
"description": "The list of notification recipients."
593593
},
594594
"isDefaultRecipientsEnabled": {
595595
"type": "boolean",
596-
"description": "Its value determine if the notification need to be sent to the recipient type specified in policy rule."
596+
"description": "Determines if the notification will be sent to the recipient type specified in the policy rule."
597597
}
598598
}
599599
},
@@ -614,7 +614,7 @@
614614
},
615615
"level": {
616616
"type": "string",
617-
"description": "The assignment level to which it is applied."
617+
"description": "The assignment level to which rule is applied."
618618
},
619619
"targetObjects": {
620620
"type": "array",

0 commit comments

Comments
 (0)