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

Identity SDK uses deprecated snippet syntax #33876

Closed
Tracked by #20431
heaths opened this issue Feb 2, 2023 · 0 comments
Closed
Tracked by #20431

Identity SDK uses deprecated snippet syntax #33876

heaths opened this issue Feb 2, 2023 · 0 comments
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system.

Comments

@heaths
Copy link
Member

heaths commented Feb 2, 2023

The snippet syntax //@@ and /*@@*/ is deprecated in favor of:

#if SNIPPET
  Uri uri = new Uri("https://myresource.azure.net");
#else
  Uri uri = TestEnvironment.ResourceUri;
#endif

Please use this new syntax so we can stop supporting the old syntax in snippet-generator. See #20431 for more information.

@heaths heaths added Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system. Azure.Identity labels Feb 2, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system.
Projects
None yet
Development

No branches or pull requests

2 participants