POC PR for now
This PR moves resolving of the profile AST to getProfile function. It also adds ability to use profile without need to specify it in super.json (local or in code). Profile id and version is specified in getProfile
Description
Motivation and Context
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] I have updated the documentation accordingly. If you are changing code related to user secrets you need to really make sure that security documentation is correct.
POC PR for now This PR moves resolving of the profile AST to
getProfile
function. It also adds ability to use profile without need to specify it in super.json (local or in code). Profile id and version is specified ingetProfile
Description
Motivation and Context
Types of changes
Checklist: