Skip to content

Commit 09f6653

Browse files
authored
Added CHANGELOG to Azure Batch SDK data plane directory (Azure#20293)
* Added CHANGELOG to Azure Batch SDK data plane directory * Removed comment change documentation and fixed property spelling
1 parent 1e9e84e commit 09f6653

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sdk/batch/batch/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release History
2+
3+
## 10.1.0 (2022-02-09)
4+
5+
### Features
6+
7+
- Added property `uploadHeaders` to `OutputFileBlobContainerDestination`.
8+
- Allows users to set custom HTTP headers on resource file uploads.
9+
- Array of type HttpHeader (also being added).
10+
- Added boolean property `allowTaskPreemption` to `JobSpecification`, `CloudJob`, `JobAddParameter`, `JobPatchParameter`, `JobUpdateParameter`
11+
- Mark Tasks as preemptible for higher priority Tasks (requires Comms-Enabled or Single Tenant Pool).
12+
13+
14+
### Bugs Fixed
15+
- Fixed missing SharedKeyCredentials class export.

0 commit comments

Comments
 (0)