Skip to content

fix: 修改封锁/解封授权分区的注释信息 #49

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions .changeset/heavy-points-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@scow/scow-scheduler-adapter-interface": patch
---

修改封锁/解封账户分区接口的注释
2 changes: 0 additions & 2 deletions protos/account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ message DeleteAccountResponse {
message BlockAccountWithPartitionsRequest {
string account_name = 1;
// when the value exists: block specified partition(s) of the account
// when the value is [] or undefined: block the account in all partitions
repeated string blocked_partitions = 2;
}

Expand All @@ -113,7 +112,6 @@ message BlockAccountWithPartitionsResponse {
message UnblockAccountWithPartitionsRequest {
string account_name = 1;
// specify the available partition(s) when executing unblock
// when the value is [] or undefined: use all partitions
repeated string unblocked_partitions = 2;
}

Expand Down