Yohan Lasorsa

Results 115 issues of Yohan Lasorsa

**Describe the bug** Trying to deploy an app in CI using a service principal and --clientId/--clientSecret option does not work and fall back to interactive browser login. **To Reproduce** See...

type: bug
command: login

When a new function template is created (new project or just a new function), from CLI or VS Code extension, by default it's configured to respond to GET and POST...

**Describe the bug** If you used `az configure --defaults group=` to define a default resource group for the az cli, all commands that do not define a resource group will...

effort1: hours
priority: high
scope: azure-cli
status: accepted
type: bug

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

`node-sass` is deprecated and won't work with newer Node.js versions. Replacing it with `sass` package

## Description As part of schematics, it would be nice to also add a `"deploy": "ng run :deploy"` npm script to follow usual nodejs project conventions. This is also a...

enhancement

## Description Currently files are deployed on blob storage directly, making a default Angular website generated by ng CLI available, but with some limitations: - Redirection to `index.html` file is...

enhancement

## Description Many of the Azure logic used in this tool (like login, subscription selection, resource group selection/creation, etc) could be extracted in a separate library, independant from the Angular...

enhancement

## Description It would be nice to add a command to re-run the `azure.json` config process (login/subscription/resource group...) without having to do `ng add` again or edit the config file...

enhancement

First I would like to thank you for maintaining this package! I just discovered thanks to a bug reported on my downstream project that you removed the `--marker` flag, which...