chore: upgrade azure-sdk-for-go to v43.0.0
This commit is contained in:
2
vendor/github.com/Azure/azure-sdk-for-go/storage/entity.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/storage/entity.go
generated
vendored
@@ -234,7 +234,7 @@ func (e *Entity) InsertOrMerge(options *EntityOptions) error {
|
||||
}
|
||||
|
||||
func (e *Entity) buildPath() string {
|
||||
return fmt.Sprintf("%s(PartitionKey='%s', RowKey='%s')", e.Table.buildPath(), e.PartitionKey, e.RowKey)
|
||||
return fmt.Sprintf("%s(PartitionKey='%s',RowKey='%s')", e.Table.buildPath(), e.PartitionKey, e.RowKey)
|
||||
}
|
||||
|
||||
// MarshalJSON is a custom marshaller for entity
|
||||
|
||||
Reference in New Issue
Block a user