Skip to content

Commit

Permalink
documentation correction for create container error (#23888)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyasethi-msft authored Dec 24, 2024
1 parent ba0c64b commit 933ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/storage/azblob/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (c *Client) ServiceClient() *service.Client {
}

// CreateContainer is a lifecycle method to creates a new container under the specified account.
// If the container with the same name already exists, a ResourceExistsError will be raised.
// If the container with the same name already exists, a ContainerAlreadyExists Error will be raised.
// This method returns a client with which to interact with the newly created container.
func (c *Client) CreateContainer(ctx context.Context, containerName string, o *CreateContainerOptions) (CreateContainerResponse, error) {
return c.svc.CreateContainer(ctx, containerName, o)
Expand Down

0 comments on commit 933ca99

Please sign in to comment.