Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example using Microsoft.Azure.Management.WebSites causes NuGet warning #262

Open
idg10 opened this issue Dec 8, 2022 · 0 comments
Open

Comments

@idg10
Copy link
Contributor

idg10 commented Dec 8, 2022

We get the red triangle of deprecation in the NuGet package manager because the Corvus.Identity.Examples.UsingMicrosoftRest project uses Microsoft.Azure.Management.Websites.

NuGet is telling us to upgrade to Azure.ResourceManager.AppService but that would be the wrong thing to do. The entire point of this example is to illustrate how to use the support for the old-school Microsoft.Rest authentication mechanisms. If we upgraded to the new management NuGet package, we'd need to move to the Azure.Core/Azure.Identity mechanisms, and we already have an example illustrating that: Corvus.Identity.Examples.UsingAzureCore

So what we might need to do is pick some other way of demonstrating how to use Microsoft.Rest-based auth. This might entail avoiding Azure client SDKs entirely, because Microsoft is gradually deprecating all of those as they fill in the gaps with Azure.Core-based versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant