Skip to content

Commit 92f1406

Browse files
committed
Update
1 parent 19e9e42 commit 92f1406

File tree

3 files changed

+732
-732
lines changed

3 files changed

+732
-732
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Automation/Generate-FunctionCommand.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ function Generate-CliFunctionCommandImpl
130130

131131
if ($ModelNameSpace -like "*.WindowsAzure.*")
132132
{
133-
# Use Preview Category for RDFE APIs
134-
$invoke_category_desc = "Commands (preview) to invoke service management operations.";
135-
$invoke_category_code = ".category('preview').description('${invoke_category_desc}')";
133+
# Use Invoke Category for RDFE APIs
134+
$invoke_category_desc = "Commands to invoke service management operations.";
135+
$invoke_category_code = ".category('invoke').description('${invoke_category_desc}')";
136136
}
137137

138138
$code += " var $cliCategoryVarName = cli${invoke_category_code}.category('${cliCategoryName}').description(`$('Commands to manage your $cliOperationDescription.'));" + $NEW_LINE;

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Automation/Generate-ParameterCommand.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ function Generate-CliParameterCommandImpl
107107

108108
if ($ModelNameSpace -like "*.WindowsAzure.*")
109109
{
110-
# Use Preview Category for RDFE APIs
111-
$invoke_category_desc = "Commands (preview) to invoke service management operations.";
112-
$invoke_category_code = ".category('preview').description('${invoke_category_desc}')";
110+
# Use Invoke Category for RDFE APIs
111+
$invoke_category_desc = "Commands to invoke service management operations.";
112+
$invoke_category_code = ".category('invoke').description('${invoke_category_desc}')";
113113
}
114114

115115
if ($TreeNode.Properties.Count -gt 0 -or ($TreeNode.IsListItem))

0 commit comments

Comments
 (0)