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 environment variables DSC Meta Configuration #619

Open
Gijsreyn opened this issue Dec 24, 2024 · 0 comments
Open

Support environment variables DSC Meta Configuration #619

Gijsreyn opened this issue Dec 24, 2024 · 0 comments
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage

Comments

@Gijsreyn
Copy link
Contributor

Summary of the new feature / enhancement

With the initial batch completed in #574, I want to be able to use environment variables in the directories field. The current implementation in preview.12 doesn't support the following:

{
  "resourcePath": {
    "allowEnvOverride": true,
    "appendEnvPath": true,
    "directories": ["%SYSTEMDRIVE%\\CompanyResources"]
  },
  "tracing": {
    "level": "TRACE",
    "format": "Default",
    "allowOverride": true
  }
}

Proposed technical implementation details (optional)

No response

@Gijsreyn Gijsreyn added Issue-Enhancement The issue is a feature or idea Needs Triage labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Projects
None yet
Development

No branches or pull requests

1 participant