Skip to content

Commit c74306d

Browse files
committed
[fleet] Mark Gate commands as preview.
1 parent f8edddf commit c74306d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fleet/azext_fleet/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def load_command_table(self, _):
113113
g.custom_command("generate-update-run", "generate_update_run", supports_no_wait=True)
114114

115115
# fleet gates command group
116-
with self.command_group("fleet gate", gates_sdk, client_factory=cf_gates) as g:
116+
with self.command_group("fleet gate", gates_sdk, client_factory=cf_gates, is_preview=True) as g:
117117
g.custom_command("list", "list_gates_by_fleet")
118118
g.custom_show_command("show", "show_gate")
119119
g.custom_command("update", "update_gate")

0 commit comments

Comments
 (0)