Skip to content

Commit

Permalink
[Cosmos] skipping ItemManagement sample (#5094)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru authored Sep 11, 2019
1 parent 3a68763 commit c2b39e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/cosmosdb/cosmos/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"IndexManagement": "npx ts-node ./IndexManagement",
"ChangeFeed": "npx ts-node ./ChangeFeed",
"BulkUpdateWithSproc": "npx ts-node ./BulkUpdateWithSproc",
"all-samples": "npm run ContainerManagement && npm run UserManagement && npm run ServerSideScripts && npm run ItemManagement && npm run DatabaseManagement && npm run ChangeFeed && npm run BulkUpdateWithSproc"
"all-samples": "npm run ContainerManagement && npm run UserManagement && npm run ServerSideScripts && npm run DatabaseManagement && npm run ChangeFeed && npm run BulkUpdateWithSproc"
}
}

0 comments on commit c2b39e4

Please sign in to comment.