serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

feat: Prompt user for confirmation to remove resource group #383

Closed tbarlow12 closed 5 years ago

tbarlow12 commented 5 years ago

What did you implement:

Requires user to enter resource group name as confirmation for group removal

Closes #380

How did you implement it:

How can we verify it:

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES Is it a breaking change?: NO

pjlittle commented 5 years ago

Minor comment, otherwise looks great. Thx for adding this!