Skip to content

Commit

Permalink
Change output type of start cmdlet (Azure#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
romahamu authored Feb 21, 2020
1 parent d66eb2c commit 9e68f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StorageCache/HPCCache/Commands/StartAzHpcCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Commands.HPCCache
/// Remove HPC Cache.
/// </summary>
[Cmdlet("Start", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "HpcCache")]
[OutputType(typeof(PSHPCCache))]
[OutputType(typeof(bool))]
public class StartAzHpcCache : HpcCacheBaseCmdlet
{
/// <summary>
Expand Down Expand Up @@ -89,4 +89,4 @@ public void StartHpcCache()
}
}
}
}
}

0 comments on commit 9e68f22

Please sign in to comment.