-
Notifications
You must be signed in to change notification settings - Fork 317
Doc | Add detail to Attestation Protocol #1505
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
Conversation
doc/snippets/Microsoft.Data.SqlClient/SqlConnectionStringBuilder.xml
Outdated
Show resolved
Hide resolved
doc/snippets/Microsoft.Data.SqlClient/SqlConnectionStringBuilder.xml
Outdated
Show resolved
Hide resolved
|
The published order for SqlConnectionAttestationProtocol isn't the same as the order of the enum values, even though the order in SqlConnectionAttestationProtocol.xml is correct. Any idea why? |
Co-authored-by: Johnny Pham <[email protected]>
Looking at other enums, it looks like the API docs sorts them alphabetically, by default. |
No description provided.