Skip to content

Commit 93c43f5

Browse files
author
Chang Lu
committed
Address Analyze pipeline error.
1 parent 6f725a0 commit 93c43f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Search/Search/SearchService/UpgradeSearchServiceCommand.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121

2222
namespace Microsoft.Azure.Commands.Management.Search.SearchService
2323
{
24-
[Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SearchServiceUpgrade", DefaultParameterSetName = ResourceGroupParameterSetName), OutputType(typeof(bool))]
24+
[Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "SearchServiceUpgrade",
25+
DefaultParameterSetName = ResourceGroupParameterSetName,
26+
SupportsShouldProcess = true),
27+
OutputType(typeof(bool))]
2528
public class UpgradeSearchServiceCommand : SearchServiceBaseCmdlet
2629
{
2730
[Parameter(

0 commit comments

Comments
 (0)