Skip to content

Commit 0592d39

Browse files
committed
change property name in message
1 parent bcb6ead commit 0592d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsc_lib/locales/en-us.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ parameterNotObject = "Parameter '%{name}' is not an object"
6767
invokePropertyExpressions = "Invoke property expressions"
6868
invokeExpression = "Invoke property expression for %{name}: %{value}"
6969
propertyNotString = "Property '%{name}' with value '%{value}' is not a string"
70-
metadataMicrosoftDscIgnored = "Resource returned metadata property 'Microsoft.DSC' which is ignored"
71-
metadataNotObject = "Resource returned 'metadata' property which is not an object"
70+
metadataMicrosoftDscIgnored = "Resource returned '_metadata' property 'Microsoft.DSC' which is ignored"
71+
metadataNotObject = "Resource returned '_metadata' property which is not an object"
7272

7373
[discovery.commandDiscovery]
7474
couldNotReadSetting = "Could not read 'resourcePath' setting"

0 commit comments

Comments
 (0)