File tree Expand file tree Collapse file tree 3 files changed +732
-732
lines changed
src/ServiceManagement/Compute/Commands.ServiceManagement.Preview Expand file tree Collapse file tree 3 files changed +732
-732
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ function Generate-CliFunctionCommandImpl
130
130
131
131
if ($ModelNameSpace -like " *.WindowsAzure.*" )
132
132
{
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} ')" ;
136
136
}
137
137
138
138
$code += " var $cliCategoryVarName = cli${invoke_category_code} .category('${cliCategoryName} ').description(`$ ('Commands to manage your $cliOperationDescription .'));" + $NEW_LINE ;
Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ function Generate-CliParameterCommandImpl
107
107
108
108
if ($ModelNameSpace -like " *.WindowsAzure.*" )
109
109
{
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} ')" ;
113
113
}
114
114
115
115
if ($TreeNode.Properties.Count -gt 0 -or ($TreeNode.IsListItem ))
You can’t perform that action at this time.
0 commit comments