diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 6dac89530b9..fe7384d73e3 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +**AMS** + +* az ams is now GA. + 2.0.81 ++++++ diff --git a/src/azure-cli/azure/cli/command_modules/ams/commands.py b/src/azure-cli/azure/cli/command_modules/ams/commands.py index 1ea3a506415..f7d983eb70e 100644 --- a/src/azure-cli/azure/cli/command_modules/ams/commands.py +++ b/src/azure-cli/azure/cli/command_modules/ams/commands.py @@ -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