From b2ff6d6f12fa6ac038e82c52d32da5fc0005807a Mon Sep 17 00:00:00 2001 From: Jonathan He Date: Tue, 2 May 2023 15:29:11 -0400 Subject: [PATCH 1/5] updated clusters descriptions --- src/vmware/HISTORY.md | 3 +++ src/vmware/azext_vmware/_help.py | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/vmware/HISTORY.md b/src/vmware/HISTORY.md index e5293414539..85f966b657a 100644 --- a/src/vmware/HISTORY.md +++ b/src/vmware/HISTORY.md @@ -1,5 +1,8 @@ # Release History +## 5.0.2 (2023-05) +- Update `az vmware cluster` subcommand descriptions + ## 5.0.1 (2022-12) - Update to AVS 2022-05-01 API diff --git a/src/vmware/azext_vmware/_help.py b/src/vmware/azext_vmware/_help.py index 3e74bc8471f..23719c68f99 100644 --- a/src/vmware/azext_vmware/_help.py +++ b/src/vmware/azext_vmware/_help.py @@ -44,7 +44,7 @@ helps['vmware cluster'] = """ type: group - short-summary: Commands to manage clusters in a private cloud. + short-summary: Commands to manage all the clusters in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud (commands to manage private clouds). """ helps['vmware authorization'] = """ @@ -74,27 +74,27 @@ helps['vmware cluster delete'] = """ type: command - short-summary: Delete a cluster in a private cloud. + short-summary: Delete a cluster in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud delete. """ helps['vmware cluster list'] = """ type: command - short-summary: List clusters in a private cloud. + short-summary: List clusters in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. """ helps['vmware cluster show'] = """ type: command - short-summary: Show details of a cluster in a private cloud. + short-summary: Show details of a cluster in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. """ helps['vmware cluster update'] = """ type: command - short-summary: Update a cluster in a private cloud. + short-summary: Update a cluster in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud update. """ helps['vmware cluster list-zones'] = """ type: command - short-summary: List hosts by zone in a cluster. + short-summary: List hosts by zone in a cluster in a private cloud, including the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. """ helps['vmware private-cloud add-identity-source'] = """ From dfa17dedfff39415f8e02d607f8b776510c602d3 Mon Sep 17 00:00:00 2001 From: Jonathan He Date: Tue, 2 May 2023 15:32:40 -0400 Subject: [PATCH 2/5] update version in setup.py --- src/vmware/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmware/setup.py b/src/vmware/setup.py index 2a63a4fa7fd..f339f167b01 100644 --- a/src/vmware/setup.py +++ b/src/vmware/setup.py @@ -8,7 +8,7 @@ from io import open from setuptools import setup, find_packages -VERSION = "5.0.1" +VERSION = "5.0.2" with open('README.md', encoding='utf-8') as f: readme = f.read() From 4dd53a792b3553fa67a18fb631c47c785b84c2c7 Mon Sep 17 00:00:00 2001 From: Jonathan He Date: Tue, 2 May 2023 15:33:50 -0400 Subject: [PATCH 3/5] fix styling on history.md --- src/vmware/HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vmware/HISTORY.md b/src/vmware/HISTORY.md index 85f966b657a..544236122e9 100644 --- a/src/vmware/HISTORY.md +++ b/src/vmware/HISTORY.md @@ -1,6 +1,7 @@ # Release History ## 5.0.2 (2023-05) + - Update `az vmware cluster` subcommand descriptions ## 5.0.1 (2022-12) From 8f7ebb8604fe201e347d157febdd5f75df505254 Mon Sep 17 00:00:00 2001 From: Jonathan He Date: Thu, 4 May 2023 15:30:42 -0400 Subject: [PATCH 4/5] review feedback updates --- src/vmware/azext_vmware/_help.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/vmware/azext_vmware/_help.py b/src/vmware/azext_vmware/_help.py index 23719c68f99..ab04441fae7 100644 --- a/src/vmware/azext_vmware/_help.py +++ b/src/vmware/azext_vmware/_help.py @@ -44,7 +44,7 @@ helps['vmware cluster'] = """ type: group - short-summary: Commands to manage all the clusters in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud (commands to manage private clouds). + short-summary: Commands to manage all the clusters in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud (commands to manage private clouds). """ helps['vmware authorization'] = """ @@ -74,22 +74,22 @@ helps['vmware cluster delete'] = """ type: command - short-summary: Delete a cluster in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud delete. + short-summary: Delete a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud delete. """ helps['vmware cluster list'] = """ type: command - short-summary: List clusters in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. + short-summary: List clusters in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. """ helps['vmware cluster show'] = """ type: command - short-summary: Show details of a cluster in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. + short-summary: Show details of a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. """ helps['vmware cluster update'] = """ type: command - short-summary: Update a cluster in a private cloud, except the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud update. + short-summary: Update a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud update. """ helps['vmware cluster list-zones'] = """ From af7ad78ba31aebc3a015ae9b97dcb8531a2cbf41 Mon Sep 17 00:00:00 2001 From: Jonathan He Date: Thu, 4 May 2023 15:49:20 -0400 Subject: [PATCH 5/5] review feedback updates --- src/vmware/azext_vmware/_help.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/vmware/azext_vmware/_help.py b/src/vmware/azext_vmware/_help.py index ab04441fae7..f09286d1168 100644 --- a/src/vmware/azext_vmware/_help.py +++ b/src/vmware/azext_vmware/_help.py @@ -44,7 +44,7 @@ helps['vmware cluster'] = """ type: group - short-summary: Commands to manage all the clusters in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud (commands to manage private clouds). + short-summary: Commands to manage all the clusters in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. For management cluster commands, use az vmware private-cloud. """ helps['vmware authorization'] = """ @@ -74,22 +74,22 @@ helps['vmware cluster delete'] = """ type: command - short-summary: Delete a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud delete. + short-summary: Delete a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. To delete the management cluster, use az vmware private-cloud delete. """ helps['vmware cluster list'] = """ type: command - short-summary: List clusters in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. + short-summary: List clusters in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. To view details of the management cluster, use az vmware private-cloud show. """ helps['vmware cluster show'] = """ type: command - short-summary: Show details of a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud show. + short-summary: Show details of a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. To view details of the management cluster, use az vmware private-cloud show. """ helps['vmware cluster update'] = """ type: command - short-summary: Update a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. See az vmware private-cloud update. + short-summary: Update a cluster in a private cloud, excluding the first cluster which is the default management cluster. The default management cluster is created and managed as part of the private cloud. To update details of the management cluster, use az vmware private-cloud update. """ helps['vmware cluster list-zones'] = """