Skip to content

Can't specify which type to override a property on if there are ambiguities #5

@garethj-msft

Description

@garethj-msft

Currently the override syntax is just propertyname:propertyValue

This makes it impossible for example to specify displayName because suddenly ALL displayName properties will be given the same override value.

Need to decide a syntax that the parser is happy with.

e.g.

[typename.]propertyname:val1[,val2,val3]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions