Skip to content

Commit bd0c772

Browse files
committed
Fix linter errors
1 parent 0eae60d commit bd0c772

3 files changed

Lines changed: 519 additions & 43 deletions

File tree

src/azure-cli/azure/cli/command_modules/cognitiveservices/_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def load_arguments(self, _):
163163

164164
with self.argument_context('cognitiveservices account', arg_group="AI Services") as c:
165165
c.argument('allow_project_management',
166+
options_list=['--manage-projects', '--allow-project-management'],
166167
arg_type=get_three_state_flag(),
167168
help='Only used for AIServices kind. Specifies whether this resource support project management. Default is true.')
168169

0 commit comments

Comments
 (0)