Fix schema validation (#2666)
This commit is contained in:
@@ -57,5 +57,5 @@ atomic_tests:
|
||||
$ftpUrl = "#{ftpServer}"
|
||||
$creds = Get-Credential -Credential "#{credentials}"
|
||||
Invoke-WebRequest -Uri $ftpUrl -Method Put -InFile "#{sampleFile}" -Credential $creds
|
||||
cleanup_command: |
|
||||
Remove-Item -Path "#{sampleFile}" -ErrorAction Ignore
|
||||
cleanup_command: |
|
||||
Remove-Item -Path "#{sampleFile}" -ErrorAction Ignore
|
||||
|
||||
@@ -111,7 +111,6 @@ atomic_tests:
|
||||
description: "Identify the system owner or current user using native Windows command prompt utilities."
|
||||
supported_platforms:
|
||||
- "windows"
|
||||
auto_generated_guid: 35b88076-7edb-4eb5-bdc5-11ede7f45c6a
|
||||
input_arguments:
|
||||
output_file_path:
|
||||
description: "Location of output file."
|
||||
@@ -126,5 +125,5 @@ atomic_tests:
|
||||
echo User Domain: %USERDOMAIN% >> %file%
|
||||
net users >> %file%
|
||||
query user >> %file%
|
||||
cleanup_command: |
|
||||
del #{output_file_path}\\user_info_*.tmp
|
||||
cleanup_command: |
|
||||
del #{output_file_path}\\user_info_*.tmp
|
||||
|
||||
@@ -21,6 +21,7 @@ properties:
|
||||
$defs:
|
||||
test:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
- description
|
||||
|
||||
Reference in New Issue
Block a user