File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Describe 'config schema tests' {
7
7
$LASTEXITCODE | Should - Be 0
8
8
$schema | Should -Not - BeNullOrEmpty
9
9
$schema = $schema | ConvertFrom-Json
10
- $schema .' $schema' | Should - BeExactly ' http ://json-schema.org/draft-07 /schema# '
10
+ $schema .' $schema' | Should - BeExactly ' https ://json-schema.org/draft/2020-12 /schema'
11
11
}
12
12
13
13
It ' return dsc schema: <type>' - Skip:(! $IsWindows ) - TestCases @ (
@@ -26,14 +26,14 @@ Describe 'config schema tests' {
26
26
$LASTEXITCODE | Should - Be 0
27
27
$schema | Should -Not - BeNullOrEmpty
28
28
$schema = $schema | ConvertFrom-Json
29
- $schema .' $schema' | Should - BeExactly ' http ://json-schema.org/draft-07 /schema# '
29
+ $schema .' $schema' | Should - BeExactly ' https ://json-schema.org/draft/2020-12 /schema'
30
30
}
31
31
32
32
It ' can accept the use of --output-format as a subcommand' {
33
33
$schema = dsc resource schema - r Microsoft.DSC.Debug/ Echo - o pretty- json
34
34
$LASTEXITCODE | Should - Be 0
35
35
$schema | Should -Not - BeNullOrEmpty
36
36
$schema = $schema | ConvertFrom-Json
37
- $schema .' $schema' | Should - BeExactly ' http ://json-schema.org/draft-07 /schema# '
37
+ $schema .' $schema' | Should - BeExactly ' https ://json-schema.org/draft/2020-12 /schema'
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments