Closed tbarlow12 closed 4 years ago
Small update to move reserved property from site resource to app service plan resource.
reserved
Closes #437
See above.
Deploy a premium node linux function app. It shouldn't fail
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
ETA for this merge ? Excited to see this in action.
@grizzly-monkey as soon as I can get an approval 👍 Working towards a v2 release soon
v2
LGTM
What did you implement:
Small update to move
reserved
property from site resource to app service plan resource.Closes #437
How did you implement it:
See above.
How can we verify it:
Deploy a premium node linux function app. It shouldn't fail
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES Is it a breaking change?: NO