From 6ddfceaae7ffebb8cd23ecd3f9789f664acdbb51 Mon Sep 17 00:00:00 2001 From: giakas Date: Fri, 31 Jan 2020 00:48:33 -0800 Subject: [PATCH 1/4] Marking Azure Media Services CLI as GA from preview. --- src/azure-cli/azure/cli/command_modules/ams/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..ab0385c69db 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', is_preview=False): pass From 92807fa3105209ea086207e8d6f09172c15e6e2f Mon Sep 17 00:00:00 2001 From: giakas Date: Fri, 31 Jan 2020 01:01:23 -0800 Subject: [PATCH 2/4] updating history --- src/azure-cli/HISTORY.rst | 5 +++++ src/azure-cli/azure/cli/command_modules/ams/commands.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index 6dac89530b9..ac4475def42 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -144,6 +144,11 @@ Release History 2.0.80 ++++++ +**AMS** + +* az ams is now GA. + + **Compute** * disk update: Add --disk-encryption-set and --encryption-type 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 ab0385c69db..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=False): + with self.command_group('ams'): pass From 867e4763f04e7a549c3e746438b4871616fc6e92 Mon Sep 17 00:00:00 2001 From: giakas Date: Mon, 3 Feb 2020 10:34:12 -0800 Subject: [PATCH 3/4] Fixing History --- src/azure-cli/HISTORY.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index ac4475def42..cbeb39e452a 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -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 @@ -144,11 +148,6 @@ Release History 2.0.80 ++++++ -**AMS** - -* az ams is now GA. - - **Compute** * disk update: Add --disk-encryption-set and --encryption-type From 0e227675115fad9cf00242c08ffc469474355136 Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Tue, 4 Feb 2020 10:20:33 +0800 Subject: [PATCH 4/4] Update HISTORY.rst --- src/azure-cli/HISTORY.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index cbeb39e452a..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 ++++++ @@ -21,10 +25,6 @@ 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