Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Synapse DataPlane]Add a property as required and Remove AccessControl's operation id #9899

Merged
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