diff --git a/src/StorageCache/HPCCache/Commands/StartAzHpcCache.cs b/src/StorageCache/HPCCache/Commands/StartAzHpcCache.cs index 445f0c29797a..0ff84868661a 100644 --- a/src/StorageCache/HPCCache/Commands/StartAzHpcCache.cs +++ b/src/StorageCache/HPCCache/Commands/StartAzHpcCache.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Commands.HPCCache /// Remove HPC Cache. /// [Cmdlet("Start", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "HpcCache")] - [OutputType(typeof(PSHPCCache))] + [OutputType(typeof(bool))] public class StartAzHpcCache : HpcCacheBaseCmdlet { /// @@ -89,4 +89,4 @@ public void StartHpcCache() } } } -} \ No newline at end of file +}