Skip to content

Commit

Permalink
mgmt, datafactory sample tag (Azure#22307)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jun 16, 2021
1 parent 6b59c1b commit b4a1dce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public void dataFactoryTest() {
.create();

try {
// @embedmeStart
// storage account
StorageAccount storageAccount = storageManager.storageAccounts().define(STORAGE_ACCOUNT)
.withRegion(REGION)
Expand Down Expand Up @@ -146,6 +147,7 @@ public void dataFactoryTest() {
pipelineRun = manager.pipelineRuns().get(RESOURCE_GROUP, DATA_FACTORY, createRun.runId());
runStatus = pipelineRun.status();
}
// @embedmeEnd

manager.linkedServices().listByFactory(RESOURCE_GROUP, DATA_FACTORY).stream().count();
manager.datasets().listByFactory(RESOURCE_GROUP, DATA_FACTORY).stream().count();
Expand Down

0 comments on commit b4a1dce

Please sign in to comment.