Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from xingwu1/master
Browse files Browse the repository at this point in the history
Update README text
  • Loading branch information
xingwu1 authored Nov 29, 2016
2 parents 4faadf3 + ebbe9e8 commit c337214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VirtualMachineConfiguration configuration = new VirtualMachineConfiguration();
configuration.setNodeAgentSKUId(skuId).setImageReference(imageRef);
client.getPoolOperations().createPool(poolId, poolVMSize, configuration, poolVMCount);

System.out.println("Created an IaaS Pool: " + poolId);
System.out.println("Created a Pool: " + poolId);
```

**Create a Job**
Expand Down

0 comments on commit c337214

Please sign in to comment.