chore: upgrade azure-sdk-for-go to v43.0.0

This commit is contained in:
andyzhangx
2020-06-06 14:03:40 +00:00
parent 3a8d130fdf
commit ceecc17001
47 changed files with 4971 additions and 206 deletions

View File

@@ -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