Skip to content

Commit

Permalink
1. Add a property as required (#9899)
Browse files Browse the repository at this point in the history
2. Remove AccessControl's operation id to elevate methods to client

Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
  • Loading branch information
aim-for-better and Zhenyu Zhou authored Jun 22, 2020
1 parent 46882ee commit 5703951
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,8 @@
}
},
"required": [
"sessionId"
"sessionId",
"commandPayload"
]
},
"DataFlowDebugQueryResponse": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tags": [
"RoleAssignments"
],
"operationId": "AccessControl_CreateRoleAssignment",
"operationId": "CreateRoleAssignment",
"description": "Create role assignment.",
"x-ms-examples": {
"Create role assignment": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"tags": [
"RoleAssignments"
],
"operationId": "AccessControl_GetRoleAssignments",
"operationId": "GetRoleAssignments",
"description": "List role assignments.",
"x-ms-examples": {
"Get role assignment information": {
Expand Down Expand Up @@ -120,7 +120,7 @@
"tags": [
"RoleAssignments"
],
"operationId": "AccessControl_GetRoleAssignmentById",
"operationId": "GetRoleAssignmentById",
"description": "Get role assignment by role assignment Id.",
"x-ms-examples": {
"Get role assignment information": {
Expand Down Expand Up @@ -158,7 +158,7 @@
"tags": [
"RoleAssignments"
],
"operationId": "AccessControl_DeleteRoleAssignmentById",
"operationId": "DeleteRoleAssignmentById",
"description": "Delete role assignment by role assignment Id.",
"x-ms-examples": {
"Delete role assignment": {
Expand Down Expand Up @@ -198,7 +198,7 @@
"tags": [
"RoleAssignments"
],
"operationId": "AccessControl_GetCallerRoleAssignments",
"operationId": "GetCallerRoleAssignments",
"description": "List role assignments of the caller.",
"x-ms-examples": {
"Get caller role assignments": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tags": [
"SynapseRoles"
],
"operationId": "AccessControl_GetRoleDefinitions",
"operationId": "GetRoleDefinitions",
"description": "List roles.",
"x-ms-examples": {
"Get access control information": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"tags": [
"SynapseRoles"
],
"operationId": "AccessControl_GetRoleDefinitionById",
"operationId": "GetRoleDefinitionById",
"description": "Get role by role Id.",
"x-ms-examples": {
"Get access control information": {
Expand Down

0 comments on commit 5703951

Please sign in to comment.