azure-devops-dotnet-samples icon indicating copy to clipboard operation
azure-devops-dotnet-samples copied to clipboard

Add capacity examples

Open shutchings opened this issue 6 years ago • 3 comments

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

shutchings avatar Jan 28 '19 23:01 shutchings

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 avatar Jan 28 '19 23:01 shutchings

@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?

danhellem avatar Apr 26 '19 14:04 danhellem

Can you retarget this at main and fix the conflict? Then we can merge. Thanks!

vtbassmatt avatar Jun 22 '20 17:06 vtbassmatt