-
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
Sample Readmes #14029
Sample Readmes #14029
Conversation
sdk/tables/Azure.Data.Tables/samples/Sample1CreateDeleteTables.md
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,95 @@ | |||
# Create and Delete Entities | |||
This sample demonstrates how to add and delete entities. To get started, you'll need access to either a Storage or Cosmos DB account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe say add and delete entities to a table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I wasn't sure if I should go ahead and do that since the current SDK has CreateEntity
as the way to add the entity to the service, but I thiiink it's supposed to change based on Krzysztof's feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohhh.. didn't know that. you could leave it as is, and whenever the new implementation comes, someone can change it
sdk/tables/Azure.Data.Tables/samples/Sample2CreateDeleteEntities.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments here and there but overall LGTM!
automanage readme t1 del (Azure#14029) * automanage readme t1 del * automanage readme t1 del * readme.md t1 config del
#13865
Looking at other samples, I might take out some of the redundant comments that are already said in the Readme itself. :P