diff --git a/schemas/2024/04/bundled/config/document.json b/schemas/2024/04/bundled/config/document.json index f7f30849d..baefc4c48 100644 --- a/schemas/2024/04/bundled/config/document.json +++ b/schemas/2024/04/bundled/config/document.json @@ -395,4 +395,4 @@ ] } } -} +} diff --git a/schemas/2024/04/bundled/config/document.vscode.json b/schemas/2024/04/bundled/config/document.vscode.json index 3188fe437..b47d7dbbe 100644 --- a/schemas/2024/04/bundled/config/document.vscode.json +++ b/schemas/2024/04/bundled/config/document.vscode.json @@ -616,4 +616,4 @@ } } } -} +} diff --git a/schemas/2024/04/config/document.metadata.json b/schemas/2024/04/config/document.metadata.json index a2323cf06..17283b945 100644 --- a/schemas/2024/04/config/document.metadata.json +++ b/schemas/2024/04/config/document.metadata.json @@ -19,4 +19,4 @@ } } } -} +} diff --git a/schemas/src/config/document.metadata.yaml b/schemas/src/config/document.metadata.yaml index 5146112e5..377a78743 100644 --- a/schemas/src/config/document.metadata.yaml +++ b/schemas/src/config/document.metadata.yaml @@ -32,13 +32,13 @@ properties: properties: securityContext: $ref: ///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 this metadata, DSC raises an error when it validates the configuration document. - The default security context is `Current`. + The default security context is `current`. markdownDescription: | *** [_Online Documentation_][01] @@ -48,11 +48,11 @@ properties: operation against the configuration document in a security context that conflicts with this metadata, DSC raises an error when it validates the configuration document. - The default security context is `Current`. + The default security context is `current`. [01]: /reference/schemas/config/metadata?#microsoft.dsc markdownEnumDescriptions: - - | # Current + - | # current > ### Current security context diff --git a/schemas/v3.0.0/bundled/config/document.json b/schemas/v3.0.0/bundled/config/document.json index c453b023f..eadfa92ac 100644 --- a/schemas/v3.0.0/bundled/config/document.json +++ b/schemas/v3.0.0/bundled/config/document.json @@ -339,8 +339,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0.0/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.0.0/bundled/config/document.vscode.json b/schemas/v3.0.0/bundled/config/document.vscode.json index 849e06904..22292d387 100644 --- a/schemas/v3.0.0/bundled/config/document.vscode.json +++ b/schemas/v3.0.0/bundled/config/document.vscode.json @@ -503,9 +503,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.0.0/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.0.0/config/document.metadata.json b/schemas/v3.0.0/config/document.metadata.json index c6b1b0588..07bd6f03a 100644 --- a/schemas/v3.0.0/config/document.metadata.json +++ b/schemas/v3.0.0/config/document.metadata.json @@ -13,8 +13,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0.0/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.0.1/bundled/config/document.json b/schemas/v3.0.1/bundled/config/document.json index a5dd847c1..896ef95d7 100644 --- a/schemas/v3.0.1/bundled/config/document.json +++ b/schemas/v3.0.1/bundled/config/document.json @@ -345,8 +345,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0.1/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.0.1/bundled/config/document.vscode.json b/schemas/v3.0.1/bundled/config/document.vscode.json index 9529b5250..9fc945007 100644 --- a/schemas/v3.0.1/bundled/config/document.vscode.json +++ b/schemas/v3.0.1/bundled/config/document.vscode.json @@ -515,9 +515,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.0.1/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.0.1/config/document.metadata.json b/schemas/v3.0.1/config/document.metadata.json index 4bd5ad88d..5937288a2 100644 --- a/schemas/v3.0.1/config/document.metadata.json +++ b/schemas/v3.0.1/config/document.metadata.json @@ -13,8 +13,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0.1/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.0.2/bundled/config/document.json b/schemas/v3.0.2/bundled/config/document.json index 17af6ea47..6e37aac4b 100644 --- a/schemas/v3.0.2/bundled/config/document.json +++ b/schemas/v3.0.2/bundled/config/document.json @@ -351,8 +351,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0.2/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.0.2/bundled/config/document.vscode.json b/schemas/v3.0.2/bundled/config/document.vscode.json index 0340c324e..4fcca86e1 100644 --- a/schemas/v3.0.2/bundled/config/document.vscode.json +++ b/schemas/v3.0.2/bundled/config/document.vscode.json @@ -527,9 +527,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.0.2/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.0.2/config/document.metadata.json b/schemas/v3.0.2/config/document.metadata.json index b758e188a..8bb5da0d1 100644 --- a/schemas/v3.0.2/config/document.metadata.json +++ b/schemas/v3.0.2/config/document.metadata.json @@ -13,8 +13,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0.2/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.0/bundled/config/document.json b/schemas/v3.0/bundled/config/document.json index fa929500a..30643eac2 100644 --- a/schemas/v3.0/bundled/config/document.json +++ b/schemas/v3.0/bundled/config/document.json @@ -351,8 +351,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.0/bundled/config/document.vscode.json b/schemas/v3.0/bundled/config/document.vscode.json index c919523e8..53a7eb1dc 100644 --- a/schemas/v3.0/bundled/config/document.vscode.json +++ b/schemas/v3.0/bundled/config/document.vscode.json @@ -527,9 +527,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.0/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.0/config/document.metadata.json b/schemas/v3.0/config/document.metadata.json index 34618db44..e106b922d 100644 --- a/schemas/v3.0/config/document.metadata.json +++ b/schemas/v3.0/config/document.metadata.json @@ -13,8 +13,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.0/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.1.0/bundled/config/document.json b/schemas/v3.1.0/bundled/config/document.json index aeb878659..e8e7ef142 100644 --- a/schemas/v3.1.0/bundled/config/document.json +++ b/schemas/v3.1.0/bundled/config/document.json @@ -363,8 +363,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.1.0/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.1.0/bundled/config/document.vscode.json b/schemas/v3.1.0/bundled/config/document.vscode.json index 3270996a7..7a794354f 100644 --- a/schemas/v3.1.0/bundled/config/document.vscode.json +++ b/schemas/v3.1.0/bundled/config/document.vscode.json @@ -551,9 +551,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.1.0/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.1.0/bundled/resource/stdout/resolve.json b/schemas/v3.1.0/bundled/resource/stdout/resolve.json index 7cdda1d9c..438603222 100644 --- a/schemas/v3.1.0/bundled/resource/stdout/resolve.json +++ b/schemas/v3.1.0/bundled/resource/stdout/resolve.json @@ -385,8 +385,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.1.0/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.1.0/bundled/resource/stdout/resolve.vscode.json b/schemas/v3.1.0/bundled/resource/stdout/resolve.vscode.json index 8c6c4377c..01c00eb37 100644 --- a/schemas/v3.1.0/bundled/resource/stdout/resolve.vscode.json +++ b/schemas/v3.1.0/bundled/resource/stdout/resolve.vscode.json @@ -576,9 +576,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.1.0/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.1.0/config/document.metadata.json b/schemas/v3.1.0/config/document.metadata.json index 8635e038e..e9e2ff607 100644 --- a/schemas/v3.1.0/config/document.metadata.json +++ b/schemas/v3.1.0/config/document.metadata.json @@ -13,8 +13,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.1.0/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.1/bundled/config/document.json b/schemas/v3.1/bundled/config/document.json index ea706d01d..78356385f 100644 --- a/schemas/v3.1/bundled/config/document.json +++ b/schemas/v3.1/bundled/config/document.json @@ -363,8 +363,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.1/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.1/bundled/config/document.vscode.json b/schemas/v3.1/bundled/config/document.vscode.json index d81b5ec5d..83d5fa841 100644 --- a/schemas/v3.1/bundled/config/document.vscode.json +++ b/schemas/v3.1/bundled/config/document.vscode.json @@ -551,9 +551,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.1/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.1/bundled/resource/stdout/resolve.json b/schemas/v3.1/bundled/resource/stdout/resolve.json index 5aa8da5b9..d11ad2a72 100644 --- a/schemas/v3.1/bundled/resource/stdout/resolve.json +++ b/schemas/v3.1/bundled/resource/stdout/resolve.json @@ -385,8 +385,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.1/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3.1/bundled/resource/stdout/resolve.vscode.json b/schemas/v3.1/bundled/resource/stdout/resolve.vscode.json index c55511968..063dd3bce 100644 --- a/schemas/v3.1/bundled/resource/stdout/resolve.vscode.json +++ b/schemas/v3.1/bundled/resource/stdout/resolve.vscode.json @@ -576,9 +576,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3.1/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3.1/config/document.metadata.json b/schemas/v3.1/config/document.metadata.json index 7e8a9207a..cfb299856 100644 --- a/schemas/v3.1/config/document.metadata.json +++ b/schemas/v3.1/config/document.metadata.json @@ -13,8 +13,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3.1/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3/bundled/config/document.json b/schemas/v3/bundled/config/document.json index 6428d589c..9fcd5e7d5 100644 --- a/schemas/v3/bundled/config/document.json +++ b/schemas/v3/bundled/config/document.json @@ -363,8 +363,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3/bundled/config/document.vscode.json b/schemas/v3/bundled/config/document.vscode.json index 139fb84d8..6de126ba9 100644 --- a/schemas/v3/bundled/config/document.vscode.json +++ b/schemas/v3/bundled/config/document.vscode.json @@ -551,9 +551,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3/bundled/resource/stdout/resolve.json b/schemas/v3/bundled/resource/stdout/resolve.json index 88e3db2af..395d12804 100644 --- a/schemas/v3/bundled/resource/stdout/resolve.json +++ b/schemas/v3/bundled/resource/stdout/resolve.json @@ -385,8 +385,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } } diff --git a/schemas/v3/bundled/resource/stdout/resolve.vscode.json b/schemas/v3/bundled/resource/stdout/resolve.vscode.json index 6a1be5d30..c73261102 100644 --- a/schemas/v3/bundled/resource/stdout/resolve.vscode.json +++ b/schemas/v3/bundled/resource/stdout/resolve.vscode.json @@ -576,9 +576,9 @@ "properties": { "securityContext": { "$ref": "#/$defs/PowerShell/DSC/main/schemas/v3/metadata/Microsoft.DSC/securityContext.json", - "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`.", - "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `Current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", + "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`.", + "markdownDescription": "***\n[_Online Documentation_][01]\n***\n\nThis property defines the security context a configuration requires. If you invoke a DSC\noperation against the configuration document in a security context that conflicts with\nthis metadata, DSC raises an error when it validates the configuration document.\n\nThe default security context is `current`.\n\n[01]: https://learn.microsoft.com/powershell/dsc/reference/schemas/config/metadata?view=dsc-3.0&preserve-view=true#microsoft.dsc\n", "markdownEnumDescriptions": [ "\n\n> ### Current security context\n>\n> Indicates that the configuration document is usable under any security context. You\n> can invoke DSC operations against the document when elevated as root or an\n> administrator and as a normal user or account.\n", "\n\n> ### Elevated security context\n>\n> Indicates that the configuration document is usable only in an elevated security\n> context. You can invoke DSC operations against the document when elevated as root or\n> an administrator. When you invoke DSC operations against the document as a\n> non-elevated user or account, DSC raises an error when it validates the configuration\n> document.\n", diff --git a/schemas/v3/config/document.metadata.json b/schemas/v3/config/document.metadata.json index c1e1e8e4f..ce6578a21 100644 --- a/schemas/v3/config/document.metadata.json +++ b/schemas/v3/config/document.metadata.json @@ -13,8 +13,8 @@ "properties": { "securityContext": { "$ref": "/PowerShell/DSC/main/schemas/v3/metadata/Microsoft.DSC/securityContext.json", - "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`." + "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`." } } }