File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Describe 'tests for resource discovery' {
96
96
Set-Content - Path " $testdrive /test.dsc.resource.json" - Value $manifest
97
97
$out = dsc resource list 2>&1
98
98
write-verbose - verbose ($out | Out-String )
99
- $out | Should -Match ' WARN.*?Validation.*?Invalid manifest.*? version'
99
+ $out | Should -Match ' WARN.*?Validation.*?invalid version' - Because ( $out | Out-String )
100
100
}
101
101
finally {
102
102
$env: DSC_RESOURCE_PATH = $oldPath
Original file line number Diff line number Diff line change @@ -164,11 +164,19 @@ diffKeyNotObject = "diff: key '%{key}' is not an object"
164
164
diffArraySize = " diff: arrays have different lengths"
165
165
diffMissingItem = " diff: actual array missing expected item"
166
166
167
+ [dscresources .resource_manifest ]
168
+ resourceManifestSchemaTitle = " Resource manifest schema URI"
169
+ resourceManifestSchemaDescription = " Defines the JSON Schema the resource manifest adheres to."
170
+
167
171
[extensions .dscextension ]
168
172
discoverNoResults = " No results returned for discovery extension '%{extension}'"
169
173
discoverNotAbsolutePath = " Resource path from extension '%{extension}' is not an absolute path: %{path}"
170
174
extensionReturned = " Extension '%{extension}' returned line: %{line}"
171
175
176
+ [extensions .extension_manifest ]
177
+ extensionManifestSchemaTitle = " Extension manifest schema URI"
178
+ extensionManifestSchemaDescription = " Defines the JSON Schema the extension manifest adheres to."
179
+
172
180
[functions ]
173
181
invalidArgType = " Invalid argument type"
174
182
invalidArguments = " Invalid argument(s)"
You can’t perform that action at this time.
0 commit comments