-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Update Snippet replacement syntax #20431
Comments
There should be no markdown changes, though for KV and Search this exercise yielded a couple bugs so I ended up with 3 desirable markdown changes. |
Resolves Key Vault's and Search's portions of Azure#20431
* Update Key Vault, Search samples using SNIPPET def Resolves Key Vault's and Search's portions of #20431 * Resolve PR feedback
We are almost there, only synapse left. |
Running the following script, I still find the following client libraries are using this older syntax:
$found = dir sdk | dir -include Azure.* | dir -filter *.cs -recurse | select-string '(//@@|/\*@@\*/)'
$found | group @{e={$relpath = $_.relativepath($PWD); $relpath.Substring(4, $relpath.indexof('\', 4) - 4) }} -NoElement | sort count -desc I'll update the OP to make use of "new" task lists to track these. |
Hi @pakrym, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
@kinelski can we remove the older syntax? |
Hi @pakrym, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
We are switching from the
//@@
and/*@@*/
syntax for line replacement in snippets to a more C#-native#if SNIPPET .. #endif
preprocessor directive.Please switch your samples to use the new syntax. Example migration: https://github.com/Azure/azure-sdk-for-net/pull/20391/files#diff-988626950b27d8a9a30cfe0d394aba056f460eeadfd350f5f8e7b894f63c6c0d
Before:
After:
🍏 appconfiguration
Owners:
@annelo-msft
@AlexanderSher
Files:
attestation
Owners:
@anilba06
Files:
communication
Owners:
@acsdevx-msft
Files:
🍏 core
Owners:
@pakrym
@KrzysztofCwalina
Files:
eventhub
Owners:
@serkantkaraca
@jsquire
Files:
🍏 formrecognizer
Owners:
@annelo-msft
@kinelski
@maririos
Files:
🍏 keyvault
Owners:
@schaabs
@heaths
Files:
🍏 metricsadvisor
Owners:
@kinelski
Files:
monitor
Owners:
@sameergMS
@dadunl
Files:
🍏 search
Owners:
@brjohnstmsft
@arv100kri
@bleroy
@Mohit-Chakraborty
@tg-msft
@heaths
Files:
servicebus
Owners:
@JoshLove-msft
@jsquire
Files:
storage
Owners:
@tg-msft
@amishra-dev
@seanmcc-msft
@amnguye
@kasobol-msft
Files:
synapse
Owners:
@aim-for-better
@idear1203
@chamons
Files:
🍏 tables
Owners:
@christothes
Files:
🍏 textanalytics
Owners:
@annelo-msft
@maririos
@suhas92
Files:
🍏 translation
Owners:
@maririos
Files:
The text was updated successfully, but these errors were encountered: