Skip to content

Commit ee1a7a9

Browse files
committed
add output type to cmdlet
1 parent db79833 commit ee1a7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CosmosDB/CosmosDB/NewAzCosmosDBPhysicalPartitionThroughputObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
namespace Microsoft.Azure.Commands.CosmosDB
2020
{
21-
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBPhysicalPartitionThroughputObject")]
21+
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "CosmosDBPhysicalPartitionThroughputObject"), OutputType(typeof(PSPhysicalPartitionThroughputInfo))]
2222
public class NewAzCosmosDBPhysicalPartitionThroughputObject : AzureCosmosDBCmdletBase
2323
{
2424
[Parameter(Mandatory = true, HelpMessage = Constants.PhysicalPartitionIdHelpMessage)]

0 commit comments

Comments
 (0)