Skip to content

Commit a2175a1

Browse files
committed
Fixed styling
1 parent 155b038 commit a2175a1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

contract-typespec/api/acls.tsp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@ model KafkaAcl {
8080
}
8181

8282
alias KafkaAclOpeations =
83-
UNKNOWN
84-
| ALL
85-
| READ
86-
| WRITE
87-
| CREATE
88-
| DELETE
89-
| ALTER
90-
| DESCRIBE
91-
| CLUSTER_ACTION
92-
| DESCRIBE_CONFIGS
93-
| ALTER_CONFIGS
94-
| IDEMPOTENT_WRITE
95-
| CREATE_TOKENS
96-
| DESCRIBE_TOKENS;
83+
"UNKNOWN"
84+
| "ALL"
85+
| "READ"
86+
| "WRITE"
87+
| "CREATE"
88+
| "DELETE"
89+
| "ALTER"
90+
| "DESCRIBE"
91+
| "CLUSTER_ACTION"
92+
| "DESCRIBE_CONFIGS"
93+
| "ALTER_CONFIGS"
94+
| "IDEMPOTENT_WRITE"
95+
| "CREATE_TOKENS"
96+
| "DESCRIBE_TOKENS";
9797

9898
enum KafkaAclResourceType {
9999
UNKNOWN,

contract-typespec/api/consumer-groups.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ model ConsumerGroup {
8888

8989
model ConsumerGroupDetails extends ConsumerGroup {
9090
@invisible(Lifecycle)
91-
inherit: "deatils";
91+
inherit: "details";
9292
partitions?: ConsumerGroupTopicPartition[];
9393
}
9494

0 commit comments

Comments
 (0)