Merill Fernando
Merill Fernando
Thanks, I didn't notice this. It looks like it started today. The `_redirects` file is directly used by Cloudflare to perform the redirect. I have raised it with them to...
I think this is something that we can definitely add to the browser extension. With a config option to set your default tenant and then have the redirection include it...
Unfortunately since Azure DevOps has the instance name of each organisation and repo in the url it is not going to be possible for us to have a fixed url...
+1 on using the PowerShell profile. This gives the flexibility to have custom config options for each different profiles/session instead of a single confiig for the desktop. I like the...
This is a good suggestion. Would you like to submit a PR?
I was thinking of embedding in the mail directly... but yeah email html is not really great for showing things visually. Maybe we might need to embed them as images.
In typical DevOps scenarios users need to automate configuration changes across Microsoft 365, Azure and even other clouds such as AWS and GCP (through workload identity federation). They may use...
Most devs are familiar with the MSAL pattern of invoking getAccessToken before making an API call with a token. It would be best to reuse the same pattern instead of...
@JeremyTBradshaw I was commenting in general. The MSAL library already does this out of the box. It checks the expiry time and only makes a call to AzureAD when the...
Thanks Aaron, I think there is a typo in one of the links. Also is there a GitHub repo for these that provide more details on what the modules do?