-
Notifications
You must be signed in to change notification settings - Fork 29
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
Implement expression functions #57
Comments
There is a lot of functions in that link. Is the plan for DSC v3 to implement all of them? Or maybe some have higher priority than others? |
I updated the description to a checklist. I don't think we need all of them or can implement them as needed. The current code assumes return value is always a string, so looking at the functions, we need to generalize it as it appears it can return an array, boolean, or number. |
|
Summary of the new feature / enhancement
ARM has a specific set of functions that can be used within a configuration: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/template-functions
Proposed technical implementation details (optional)
Array
CIDR
These aren't relevant to DSC
Comparison
Date
Deployment
Logical
Numeric
Object
Resource
Subset needed for DSC
Scope
Not applicable to DSC
String
The text was updated successfully, but these errors were encountered: