Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 4 additions & 0 deletions src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Release History

* Each cluster gets a separate service principal to improve isolation

**AMS**

* az ams is now GA.

**AppConfig**

* Support import/export of keyvault references from/to appservice
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/ams/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,5 @@ def get_custom_sdk(custom_module, client_factory):
custom_func_name='update_account_filter',
custom_func_type=get_custom_sdk('account_filter', get_mediaservices_client))

with self.command_group('ams', is_preview=True):
with self.command_group('ams'):
pass