Skip to content

Commit

Permalink
Update SDK config (microsoft#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Nov 21, 2024
1 parent 096225c commit 11852a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.56"
},
"sdk": {
"version": "8.0.400",
"rollForward": "latestFeature"
"allowPrerelease": false,
"version": "8.0.404",
"rollForward": "latestPatch"
}
}
12 changes: 6 additions & 6 deletions schemas/PSRule-language.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3671,8 +3671,8 @@
"trim": {
"type": "object",
"title": "Trim",
"description": "Trim a string value by removing leading and trailings whitespace.",
"markdownDescription": "Trim a string value by removing leading and trailings whitespace.",
"description": "Trim a string value by removing leading and trailing whitespace.",
"markdownDescription": "Trim a string value by removing leading and trailing whitespace.",
"$ref": "#/definitions/fn/definitions/function"
}
},
Expand Down Expand Up @@ -3746,13 +3746,13 @@
"oneOf": [
{
"type": "string",
"description": "The split function converts a string into an array by spliting based on a delimiter.",
"markdownDescription": "The `split` function converts a string into an array by spliting based on a delimiter."
"description": "The split function converts a string into an array by splitting based on a delimiter.",
"markdownDescription": "The `split` function converts a string into an array by splitting based on a delimiter."
},
{
"type": "object",
"description": "The split function converts a string into an array by spliting based on a delimiter.",
"markdownDescription": "The `split` function converts a string into an array by spliting based on a delimiter.",
"description": "The split function converts a string into an array by splitting based on a delimiter.",
"markdownDescription": "The `split` function converts a string into an array by splitting based on a delimiter.",
"$ref": "#/definitions/fn/definitions/function"
}
],
Expand Down

0 comments on commit 11852a9

Please sign in to comment.