* Copied wrong file

* remove mid url en-us
This commit is contained in:
Brandon Klein 2020-10-16 15:53:43 -07:00 коммит произвёл GitHub
Родитель d1ddbd4b58
Коммит 4f733414a3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -32,6 +32,16 @@ https://docs.microsoft.com/rest/api/batchservice/computenode/list#nodeagentinfor
## Change Log
### 1.8.7
#### Released: 2020-09-29
- Fix issue in application package download retry logic.
- Application package and container image downloads will now transition the respective task into `running` state.
Prior to this the task would remain in `active` state until these actions completed.
### 1.8.6
#### Released: 2020-09-09
- Add support for [variable slots scheduling](https://docs.microsoft.com/azure/batch/batch-parallel-node-tasks).
### 1.8.5
#### Released: 2020-08-10
- Fix bug on newly provisioned Windows nodes failing to transition to `idle` in `VirtualMachineConfiguration` pools.