Scott Addie

Results 29 comments of Scott Addie

@totpero I'm unable to reproduce this with the latest version of the extension (v2.2.307). Have you tried using that version already?

@DanielRosenwasser https://www.typescriptlang.org/docs/handbook/asp-net-core.html is in need of a rewrite. It references old / obsolete tech such as ASP.NET 5, Angular 2, and VS 2015. Let me know how I can help....

> We should, at a minimum, add some commentary to this doc to reflect this requirement, so customers who are using ProtectKeysWithAzureKeyVault but who don't know to use AddAzureClients or...

@AccidentalCitizen **Update:** Heads up that the `Microsoft.Azure.OperationalInsights` package has officially been deprecated.

> Thanks for the feedback. We're also working on a caching strategy for `ManagedIdentityCredential` involving improved support from MSAL. I don't have an exact timeframe to share, but it is...

@amirschw The **1.8.0** release will GA in October and will include token caching for _ManagedIdentityCredential._ We had to ship the 1.7.0 release sooner than expected to include [this feature for...

**UPDATE**: The 1.8.0 GA release has slipped to November. Why? The Azure SDK team strives to achieve [feature parity](https://azure.github.io/azure-sdk/general_introduction.html#consistent) across the most popular programming languages we support. We have numerous...

**UPDATE:** The 1.8.0 GA release shipped today!

@amirschw It's mentioned in the changelog entry for the initial 1.8.0 Beta release: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/CHANGELOG.md#180-beta1-2022-10-13

@gkochanowsky Why not create a template to use with `dotnet new`? Both item and project templates are supported. The documentation is at https://docs.microsoft.com/dotnet/core/tutorials/cli-templates-create-item-template.