azure-devops-dotnet-samples
azure-devops-dotnet-samples copied to clipboard
Add capacity examples
Sample snippet contributions
For client library sample snippets, review and follow the snippet contribution guidance
- [x] Follow organization guidelines
- [x] Use real types (avoids
var
) - [x] Use
Context.Log
(avoids Console.WriteLine) - [x] Sample should clean up resources they create
- [x] Avoid samples that arbitrarily destroy data
These examples call an API that isn't released yet. I generated them by building the client locally and using that package. Is that the correct procedure?
@shutchings if the API is not public then we probably should not be showing sample code for it yet. Do you know when the API will be public?
Can you retarget this at main
and fix the conflict? Then we can merge. Thanks!