Skip to content
Open
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 schemas/src/config/document.metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ properties:
properties:
securityContext:
$ref: /<PREFIX>/<VERSION>/metadata/Microsoft.DSC/securityContext.yaml
default: Current
default: current
description: >-
This property defines the security context a configuration requires. If you invoke a DSC
operation against the configuration document in a security context that conflicts with
Expand Down
32 changes: 28 additions & 4 deletions schemas/v3.0.0/bundled/config/document.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,45 @@
"https://github.com/raw/PowerShell/DSC/main/schemas/v3/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3/bundled/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3/bundled/config/document.vscode.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.1/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.1/bundled/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.1/bundled/config/document.vscode.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.1.0/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.1.0/bundled/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.1.0/bundled/config/document.vscode.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0/bundled/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0/bundled/config/document.vscode.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.0/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.0/bundled/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.0/bundled/config/document.vscode.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.1/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.1/bundled/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.1/bundled/config/document.vscode.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.2/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.2/bundled/config/document.json",
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.2/bundled/config/document.vscode.json",
"https://aka.ms/dsc/schemas/v3/config/document.json",
"https://aka.ms/dsc/schemas/v3/bundled/config/document.json",
"https://aka.ms/dsc/schemas/v3/bundled/config/document.vscode.json",
"https://aka.ms/dsc/schemas/v3.1/config/document.json",
"https://aka.ms/dsc/schemas/v3.1/bundled/config/document.json",
"https://aka.ms/dsc/schemas/v3.1/bundled/config/document.vscode.json",
"https://aka.ms/dsc/schemas/v3.1.0/config/document.json",
"https://aka.ms/dsc/schemas/v3.1.0/bundled/config/document.json",
"https://aka.ms/dsc/schemas/v3.1.0/bundled/config/document.vscode.json",
"https://aka.ms/dsc/schemas/v3.0/config/document.json",
"https://aka.ms/dsc/schemas/v3.0/bundled/config/document.json",
"https://aka.ms/dsc/schemas/v3.0/bundled/config/document.vscode.json",
"https://aka.ms/dsc/schemas/v3.0.0/config/document.json",
"https://aka.ms/dsc/schemas/v3.0.0/bundled/config/document.json",
"https://aka.ms/dsc/schemas/v3.0.0/bundled/config/document.vscode.json"
"https://aka.ms/dsc/schemas/v3.0.0/bundled/config/document.vscode.json",
"https://aka.ms/dsc/schemas/v3.0.1/config/document.json",
"https://aka.ms/dsc/schemas/v3.0.1/bundled/config/document.json",
"https://aka.ms/dsc/schemas/v3.0.1/bundled/config/document.vscode.json",
"https://aka.ms/dsc/schemas/v3.0.2/config/document.json",
"https://aka.ms/dsc/schemas/v3.0.2/bundled/config/document.json",
"https://aka.ms/dsc/schemas/v3.0.2/bundled/config/document.vscode.json"
]
},
"parameters": {
Expand Down Expand Up @@ -339,7 +363,7 @@
"properties": {
"securityContext": {
"$ref": "/PowerShell/DSC/main/schemas/v3.0.0/metadata/Microsoft.DSC/securityContext.json",
"default": "Current",
"default": "current",
"description": "This property defines the security context a configuration requires. If you invoke a DSC operation against the configuration document in a security context that conflicts with this metadata, DSC raises an error when it validates the configuration document.\nThe default security context is `Current`."
}
}
Expand Down Expand Up @@ -378,9 +402,9 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.0/definitions/resourceType.json",
"title": "DSC resource fully qualified type name",
"description": "The namespaced name of the DSC resource, using the syntax:\n\nowner[.group][.area]/name\n\nFor example:\n\n - Microsoft.SqlServer/Database\n - Microsoft.SqlServer.Database/User\n",
"description": "The namespaced name of the DSC resource, using the syntax:\n\n<owner>[.<group>][.<area>][.<subarea>]/<name>\n\nFor example:\n\n- Microsoft/OSInfo\n- Microsoft.SqlServer/Database\n- Microsoft.SqlServer.Database/User\n",
"type": "string",
"pattern": "^\\w+(\\.\\w+){0,2}\\/\\w+$"
"pattern": "^\\w+(\\.\\w+){0,3}\\/\\w+$"
},
"https://github.com/raw/PowerShell/DSC/main/schemas/v3.0.0/definitions/instanceName.json": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
Expand Down
Loading
Loading