Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unversioned namespaces in decorator command set target #710

Closed
dselman opened this issue Sep 8, 2023 · 0 comments · Fixed by #712
Closed

Support unversioned namespaces in decorator command set target #710

dselman opened this issue Sep 8, 2023 · 0 comments · Fixed by #712

Comments

@dselman
Copy link
Contributor

dselman commented Sep 8, 2023

Feature Request 🛍️

To allow decorator command sets to target all versions of a namespace it would be useful to be able to use unversioned namespaces in the DCS target. E.g.

{
        "$class": "[email protected]",
        "type": "UPSERT",
        "target": {
          "$class": "[email protected]",
          "namespace": "test", // unversioned!
          "declaration": "Driver",
          "property": "favoriteColor"
        },
        "decorator": {
          "$class": "[email protected]",
          "name": "Preference",
          "arguments": []
        }
      }

Use Case

Apply decorator to all versioned of the test namespace.

Possible Solution

Context

Detailed Description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant