Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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