Daniel Gonzalez
Daniel Gonzalez
We are trying to test classes and components for our React project that refer to VSS (which is referenced like the [README ](https://github.com/Microsoft/vss-web-extension-sdk/#include-the-sdk-script-on-your-page) suggests). When we try to shallow mount...
This has probably already been reported, but there's some weird syntax highlighting happening. When I try to do the following: ``` .class { // some css stuff &-second { //...
There's logic in the `azureauth ado token` command that checks for environment variables `AZUREAUTH_ADO_PAT` and `SYSTEM_ACCESSTOKEN`. https://github.com/AzureAD/microsoft-authentication-cli/blob/5520cb01a745f6032fb3762eed09f382c7eebe58/src/AzureAuth/Commands/Ado/CommandToken.cs#L92-L99 While returning `SYSTEM_ACCESSTOKEN` makes sense, I was surprised to see it returning the...