Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Authorization to add ver…
Browse files Browse the repository at this point in the history
…sion preview/2022-05-01-preview (Azure#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]>
  • Loading branch information
2 people authored and harryli0108 committed Jul 28, 2023
1 parent 90cfd7f commit 2bfce3d
Show file tree
Hide file tree
Showing 14 changed files with 1,306 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
}
},
"RoleManagementPolicyApprovalRule": {
"description": "The role management policy rule.",
"description": "The role management policy approval rule.",
"allOf": [
{
"$ref": "#/definitions/RoleManagementPolicyRule"
Expand All @@ -370,15 +370,15 @@
"properties": {
"isApprovalRequired": {
"type": "boolean",
"description": "Determine whether approval is required or not."
"description": "Determines whether approval is required or not."
},
"isApprovalRequiredForExtension": {
"type": "boolean",
"description": "Determine whether approval is required for assignment extension."
"description": "Determines whether approval is required for assignment extension."
},
"isRequestorJustificationRequired": {
"type": "boolean",
"description": "Determine whether requestor justification required."
"description": "Determine whether requestor justification is required."
},
"approvalMode": {
"type": "string",
Expand Down Expand Up @@ -411,16 +411,16 @@
"approvalStageTimeOutInDays": {
"type": "integer",
"format": "int32",
"description": "The time in days when approval request would be timed out."
"description": "The time in days when approval request would be timed out"
},
"isApproverJustificationRequired": {
"type": "boolean",
"description": "Determine whether approver need to provide justification for his decision."
"description": "Determines whether approver need to provide justification for his decision."
},
"escalationTimeInMinutes": {
"type": "integer",
"format": "int32",
"description": "The time in minutes when the approval request would be escalated if the primary approver does not approves."
"description": "The time in minutes when the approval request would be escalated if the primary approver does not approve"
},
"primaryApprovers": {
"type": "array",
Expand Down Expand Up @@ -473,7 +473,7 @@
}
},
"RoleManagementPolicyAuthenticationContextRule": {
"description": "The role management policy rule.",
"description": "The role management policy authentication context rule.",
"allOf": [
{
"$ref": "#/definitions/RoleManagementPolicyRule"
Expand Down Expand Up @@ -504,7 +504,7 @@
"type": "array",
"items": {
"type": "string",
"description": "The type of enable rules",
"description": "The type of enablement rule",
"enum": [
"MultiFactorAuthentication",
"Justification",
Expand All @@ -520,7 +520,7 @@
}
},
"RoleManagementPolicyExpirationRule": {
"description": "The role management policy rule.",
"description": "The role management policy expiration rule.",
"allOf": [
{
"$ref": "#/definitions/RoleManagementPolicyRule"
Expand All @@ -539,7 +539,7 @@
}
},
"RoleManagementPolicyNotificationRule": {
"description": "The role management policy rule.",
"description": "The role management policy notification rule.",
"allOf": [
{
"$ref": "#/definitions/RoleManagementPolicyRule"
Expand Down Expand Up @@ -589,11 +589,11 @@
"items": {
"type": "string"
},
"description": "The list notification recipients."
"description": "The list of notification recipients."
},
"isDefaultRecipientsEnabled": {
"type": "boolean",
"description": "Its value determine if the notification need to be sent to the recipient type specified in policy rule."
"description": "Determines if the notification will be sent to the recipient type specified in the policy rule."
}
}
},
Expand All @@ -614,7 +614,7 @@
},
"level": {
"type": "string",
"description": "The assignment level to which it is applied."
"description": "The assignment level to which rule is applied."
},
"targetObjects": {
"type": "array",
Expand Down
Loading

0 comments on commit 2bfce3d

Please sign in to comment.