chore: upgrade to azure-sdk v40.2.0
chore: use autorest v0.9.6 fix go module issue fix go module error
This commit is contained in:
2
vendor/github.com/Azure/azure-sdk-for-go/storage/blob.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/storage/blob.go
generated
vendored
@@ -566,7 +566,7 @@ type DeleteBlobOptions struct {
|
||||
}
|
||||
|
||||
// Delete deletes the given blob from the specified container.
|
||||
// If the blob does not exists at the time of the Delete Blob operation, it
|
||||
// If the blob does not exist at the time of the Delete Blob operation, it
|
||||
// returns error.
|
||||
// See https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/Delete-Blob
|
||||
func (b *Blob) Delete(options *DeleteBlobOptions) error {
|
||||
|
Reference in New Issue
Block a user