File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,6 @@ parameterNotObject = "Parameter '%{name}' is not an object"
67
67
invokePropertyExpressions = " Invoke property expressions"
68
68
invokeExpression = " Invoke property expression for %{name}: %{value}"
69
69
70
- [discovery .mod ]
71
- extensionUnexpcted = " Extension '%{extension}' not expected"
72
-
73
70
[discovery .commandDiscovery ]
74
71
couldNotReadSetting = " Could not read 'resourcePath' setting"
75
72
appendingEnvPath = " Appending PATH to resourcePath"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ impl DscRepoSchema for ExtensionManifest {
42
42
fn schema_metadata ( ) -> schemars:: schema:: Metadata {
43
43
schemars:: schema:: Metadata {
44
44
title : Some ( t ! ( "extensions.extension_manifest.extensionManifestSchemaTitle" ) . into ( ) ) ,
45
- description : Some ( t ! ( "extensions.extension_manifest.extensioneManifestSchemaDescription " ) . into ( ) ) ,
45
+ description : Some ( t ! ( "extensions.extension_manifest.extensionManifestSchemaDescription " ) . into ( ) ) ,
46
46
..Default :: default ( )
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments