Skip to content

Commit 0cc4dff

Browse files
(DOCS) Update reference for OSInfo/Registry
This change updates the reference docs for: - `Microsoft/OSInfo` resource - `osinfo` CLI tool - `Microsoft.Windows/Registry` resource - `registry` CLI tool These are the only resources currently documented on the live docs site.
1 parent 4bb662f commit 0cc4dff

22 files changed

+3584
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# yaml-language-server: $schema=https://aka.ms/dsc/schemas/v3/bundled/config/document.vscode.json
2+
$schema: https://aka.ms/dsc/schemas/v3/bundled/config/document.json
3+
resources:
4+
- name: Operating System Assertion
5+
type: Microsoft.DSC/Assertion
6+
properties:
7+
$schema: https://aka.ms/dsc/schemas/v3/bundled/config/document.json
8+
resources:
9+
- name: Is64BitOS
10+
type: Microsoft/OSInfo
11+
properties:
12+
bitness: '32'

0 commit comments

Comments
 (0)