Skip to content

Commit

Permalink
Deprecate dla module
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn-ys committed Sep 10, 2024
1 parent 6322e58 commit 6e6ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/dla/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ def load_command_table(self, _):
g.show_command('show', 'get')
g.command('delete', 'delete')

with self.command_group('dla', is_preview=True):
with self.command_group('dla', deprecate_info=self.deprecate(expiration='2.67.0')):
pass

0 comments on commit 6e6ad60

Please sign in to comment.