-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
The current documentation for resource authors is that canonical properties should use the $ref
keyword to link out to GitHub for the property reference. However, that won't work if the system is air-gapped.
Excerpt from _exist
canonical property.
To add this property to a resource's instance schema, define the property with the following snippet:
"_exist": {
"$ref": "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3/resource/properties/exist.json"
}
To better support air-gapped systems, the documentation should be updated to return the full schema without internet refs and update the canonical property docs with a snippet to include.
Steps to reproduce
n/a
Expected behavior
n/a
Actual behavior
n/a
Error details
n/a
Environment data
n/a
Version
n/a
Visuals
No response