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

Attestation SDK uses deprecated snippet syntax #33874

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

Attestation SDK uses deprecated snippet syntax #33874

heaths opened this issue Feb 2, 2023 · 2 comments
Assignees
Labels
Attestation 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. Attestation labels Feb 2, 2023
@pallavit
Copy link
Contributor

@kinelski could we move these to the newer syntax?

@kinelski
Copy link
Member

kinelski commented Apr 3, 2024

@pallavit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Attestation 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

3 participants