Skip to content

Explain formatting of cross-configuration resource dependencies #2159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dsc/waitForAllResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WaitForAll [string] #ResourceName

| Property | Description |
|---|---|
| ResourceName| The resource name to depend on.|
| ResourceName| The resource name to depend on. If this resource belongs to a different configuration, format the name as "[__ResourceType__]__ResourceName__::[__ConfigurationName__]::[__ConfigurationName__]"|
| NodeName| The target nodes of the resource to depend on.|
| RetryIntervalSec| The number of seconds before retrying. Minimum is 1.|
| RetryCount| The maximum number of times to retry.|
Expand Down
2 changes: 1 addition & 1 deletion dsc/waitForAnyResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WaitForAny [string] #ResourceName

| Property | Description |
|---|---|
| ResourceName| The resource name to depend on.|
| ResourceName| The resource name to depend on. If this resource belongs to a different configuration, format the name as "[__ResourceType__]__ResourceName__::[__ConfigurationName__]::[__ConfigurationName__]"|
| NodeName| The target nodes of the resource to depend on.|
| RetryIntervalSec| The number of seconds before retrying. Minimum is 1.|
| RetryCount| The maximum number of times to retry.|
Expand Down
2 changes: 1 addition & 1 deletion dsc/waitForSomeResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ WaitForSome [String] #ResourceName
|---|---|
| NodeCount| The minimum number of nodes that must be in the desired state for this resource to succeed.|
| NodeName| The target nodes of the resource to depend on.|
| ResourceName| The resource name to depend on.|
| ResourceName| The resource name to depend on. If this resource belongs to a different configuration, format the name as "[__ResourceType__]__ResourceName__::[__ConfigurationName__]::[__ConfigurationName__]"|
| RetryIntervalSec| The number of seconds before retrying. Minimum is 1.|
| RetryCount| The maximum number of times to retry.|
| ThrottleLimit| Number of machines to connect simultaneously. Default is new-cimsession default.|
Expand Down