Closed engineersamuel closed 4 years ago
@engineersamuel what's the status on this? Still WIP? Were you able to deploy to a slot?
@engineersamuel what's the status on this? Still WIP? Were you able to deploy to a slot?
Just pushed some of the latest work I have here. It does deploy to the given slot, however I believe this may be specific to the consumption plan. I haven't tested this on premium functions, but maybe that is out of scope for this PR? Also the Github build is failing:
src/plugins/deploy/azureDeployPlugin.ts(127,22): error TS2339: Property 'slot' does not exist on type 'AzureLoginOptions'.
src/plugins/deploy/azureDeployPlugin.ts(127,95): error TS2339: Property 'slot' does not exist on type 'AzureLoginOptions'.
src/plugins/deploy/azureDeployPlugin.ts(127,117): error TS2339: Property 'slot' does not exist on type 'AzureLoginOptions'.
src/plugins/deploy/azureDeployPlugin.ts(128,75): error TS2339: Property 'slot' does not exist on type 'AzureLoginOptions'.
src/plugins/deploy/azureDeployPlugin.ts(130,121): error TS2339: Property 'slot' does not exist on type 'AzureLoginOptions'.
However tsc
and npm run test
work fine locally, is there something specific to the Github build I need to do here?
Is this going to be resolved in the near future :)? (developing custom workaround if not)
@engineersamuel we will be retiring the dev
branch for now, since our team is not actively working on this project and don't have time to maintain any semblance of git flow. This will allow the community to make PRs directly against master and speed up our release cycle. Thanks for your contribution! Feel free to rebase and re-open against master if you'd like
What did you implement:
Closes #372
How did you implement it:
How can we verify it:
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?: NO
Is it a breaking change?: NO