Skip to content
Merged
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
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ Install-PSResource AnyPackageDsc

## Documentation

Documentation is located in the [AnyPackage-Docs](https://github.com/AnyPackage/AnyPackage-Docs) repository.
Documentation is located in the
[AnyPackage-Docs](https://github.com/AnyPackage/AnyPackage-Docs) repository.

## Known Issues

### DSC Resources Not Found

The `AnyPackageDsc` or `AnyPackage` module has to be imported before `Get-DscResource` or `Invoke-DscResource` will find the resource.
`AnyPackageDsc` requires types in `AnyPackage` and is most likely the issue with how `PSDesiredStateConfiguration` finds resources.
An issue has been logged and you can follow PowerShell/PSDesiredStateConfiguration#104 for updates.
The `AnyPackageDsc` or `AnyPackage` module has to be imported before
`Get-DscResource` or `Invoke-DscResource` will find the resource.
`AnyPackageDsc` requires types in `AnyPackage` and is most likely the issue with
how `PSDesiredStateConfiguration` finds resources. An issue has been logged and
you can follow PowerShell/PSDesiredStateConfiguration#104 for updates.