Skip to content

Commit 0dc82c3

Browse files
Update CustomRulePowerShellProbe.json
Fix typo
1 parent 283908e commit 0dc82c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/sql-assessment-api/notebooks/CustomizationSamples/CustomRulePowerShellProbe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"displayName": "PowerShell host information",
1616
"description": "Information about the PowerShell console host ",
17-
"message": "Upgrade PowerShell. Installed major version is @{Output.Version}, latest available is @{latestVersion}.",
17+
"message": "Upgrade PowerShell. Installed version is @{Output.Version}, latest available is @{latestVersion}.",
1818
"level": "Warning",
1919
"latestVersion": "7.0.2",
2020
"condition": {

0 commit comments

Comments
 (0)