From 89ce7ff81694146b1395e9f86d40510d1880e37d Mon Sep 17 00:00:00 2001 From: David Becher Date: Mon, 3 May 2021 14:06:50 -0500 Subject: [PATCH 1/2] fixed redundant prop name --- .../Microsoft.AVS/stable/2021-06-01/vmware.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json index f82e7adc7726..d0d7d5171b57 100644 --- a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json +++ b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json @@ -6749,7 +6749,7 @@ "ScriptCmdletProperties": { "description": "Properties of a pre-canned script", "properties": { - "cmdletDescription": { + "description": { "description": "Description of the scripts functionality", "type": "string", "readOnly": true From 7da1d2251ed7bd4104e26b7445287f675d811825 Mon Sep 17 00:00:00 2001 From: David Becher Date: Tue, 4 May 2021 03:11:01 -0500 Subject: [PATCH 2/2] updated examples to pass CI --- .../stable/2021-06-01/examples/ScriptCmdlets_Get.json | 2 +- .../stable/2021-06-01/examples/ScriptCmdlets_List.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_Get.json b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_Get.json index ea58c327d00a..4a96299ab2b8 100644 --- a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_Get.json +++ b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_Get.json @@ -13,7 +13,7 @@ "name": "New-ExternalSsoDomain", "id": "/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}/scriptCmdlets/New-ExternalSsoDomain", "properties": { - "cmdletDescription": "Add an external Sso domain to their vCenter", + "description": "Add an external Sso domain to their vCenter", "timeout": "P0Y0M0DT0H60M0S", "parameters": [ { diff --git a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_List.json b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_List.json index 33b18167ec4c..a1419f5f80f2 100644 --- a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_List.json +++ b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/examples/ScriptCmdlets_List.json @@ -14,7 +14,7 @@ "name": "Set-AvsStoragePolicy", "id": "/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/scriptPackages/{scriptPackageName}/scriptCmdlets/Set-AvsStoragePolicy", "properties": { - "cmdletDescription": "Allow user to set the storage policy of the specified VM", + "description": "Allow user to set the storage policy of the specified VM", "timeout": "P0Y0M0DT0H60M0S", "parameters": [ { @@ -37,7 +37,7 @@ "name": "New-ExternalSsoDomain", "id": "/subscriptions/{subscription-id}/resourceGroups/group1/providers/Microsoft.AVS/privateClouds/cloud1/scriptPackages/{scriptPackageName}/scriptCmdlets/New-ExternalSsoDomain", "properties": { - "cmdletDescription": "Add an external Sso domain to their vCenter", + "description": "Add an external Sso domain to their vCenter", "timeout": "P0Y0M0DT0H60M0S", "parameters": [ {