Skip to content

Commit

Permalink
Merge pull request #9 from PowerShell/KarolKaczmarek-patch-1
Browse files Browse the repository at this point in the history
Fixed documentation (changed parameter name Count to RetryCount in xWaitForDisk resource). Fixes #8
  • Loading branch information
KarolKaczmarek committed Sep 16, 2015
2 parents 70e7b70 + 4a80ac7 commit cf3a7f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Details

* **DiskNumber**: Specifies the identifer for which disk to wait for.
* **RetryIntervalSec**: Specifies the number of secods to wait for the disk to become available.
* **Count**: The number of times to loop the retry interval while waiting for the disk.
* **RetryCount**: The number of times to loop the retry interval while waiting for the disk.

Renaming Requirements
---------------------
Expand All @@ -90,6 +90,9 @@ Versions

This module was previously named **xDisk**, the version is regressing to a ".1" release with the addition of xMountImage.

### Unreleased
* Updated documentation (changed parameter name Count to RetryCount in xWaitForDisk resource)

### 2.1.0.0

* Fixed encoding
Expand Down

0 comments on commit cf3a7f4

Please sign in to comment.