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

Commit c337214

Browse files
authored
Merge pull request #1 from xingwu1/master
Update README text
2 parents 4faadf3 + ebbe9e8 commit c337214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ VirtualMachineConfiguration configuration = new VirtualMachineConfiguration();
3030
configuration.setNodeAgentSKUId(skuId).setImageReference(imageRef);
3131
client.getPoolOperations().createPool(poolId, poolVMSize, configuration, poolVMCount);
3232

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

3636
**Create a Job**

0 commit comments

Comments
 (0)