Skip to content
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

Documentation correction for create container error #23888

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

tanyasethi-msft
Copy link
Member

@tanyasethi-msft tanyasethi-msft commented Dec 24, 2024

  • The purpose of this PR is explained in this or a referenced issue.
  • The PR does not update generated files.
  • Tests are included and/or updated for code changes.
  • Updates to module CHANGELOG.md are included.
  • MIT license headers are included in each file.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Dec 24, 2024
@tanyasethi-msft
Copy link
Member Author

Tests for this already check for "ContainerAlreadyExists" error, so no need to change the tests, only the documentation change is required.

func (s *ContainerRecordedTestsSuite) TestContainerCreateNameCollision() {

@tanyasethi-msft tanyasethi-msft enabled auto-merge (squash) December 24, 2024 10:19
@tanyasethi-msft tanyasethi-msft merged commit 933ca99 into main Dec 24, 2024
22 checks passed
@tanyasethi-msft tanyasethi-msft deleted the fix/storage/documentation branch December 24, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResourceExistsError mentioned in documentation, but does not exist in code
2 participants