Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Releases: microsoft/SCMScaleUnitDevTools

Release v3.0.0

10 Mar 12:50
4cb28d6

Choose a tag to compare

Support LBD environment types. (#45)

#major breaking change in user config

* Support installing workloads on LBD environments.

* Remove accidental line.

* Resolve comments.

* Remove TenantId field from config sample. Add warning for breaking changes in the new version.

* Fix build failures.

* #major version update.

Release v2.6.0

09 Mar 22:59
1a302a1

Choose a tag to compare

UserConfig.xml changes

  • Remove <AADTenantId> element(s) from your UserConfig.xml file; it is ignored as of this release and will only lead to confusion if you keep it in.

Release v2.5.1

02 Mar 16:11
2ca0228

Choose a tag to compare

Ensure Batch service exists before stopping (#41) #patch

Fixes #27 (take two) #patch

Release v2.5.0

02 Mar 16:02
f7fa540

Choose a tag to compare

Refresh upstream data contracts (#40)

* Move status constants and contracts to AOS directory

This better reflects the structure we have in internal repos that we copy
these contracts from.

* Add new contract properties and remove deprecated ones

* VersionedWorkload.DependsOn is now a List of <string> ids

Closes #39

Release v2.4.0

22 Feb 17:08
2179222

Choose a tag to compare

fix issue with MES feature (#37)

Release v2.3.0

09 Feb 12:43
f7eccf6

Choose a tag to compare

"Admin required" check when tool starts (#33)

* Admin required check

* review comments

* review requests

* Update Program.cs

Release v2.2.0

04 Feb 15:58
3542275

Choose a tag to compare

Assorted quality-of-life improvements (#31)

* Enable MES feature flight during hybrid topology initialization

Fixes #25

* Ensure shared-box SSL certs get installed in trusted root

Closes #23 as the documentation is no longer needed.

* Do not attempt to delete the Scale Unit batch service if it does not exist

Fixes #27

* Throw configuration error when scale units share IP in shared-box setup

Closes #29

* Emit retried errors to error log

Closes #30

* Delete existing batch service if it exists, then recreate it

* Ensure MES flight is inserted with Hub ID to avoid conflicts

Release v2.1.0

31 Jan 18:04
b680a92

Choose a tag to compare

remove spoke from user config and remove unecessary dependency that l…

Release v1.5.0

08 Jan 14:38
7ec0781

Choose a tag to compare

Known issues

  • This version only supports 10.0.17 and higher, please use release v1.4.0 for 10.0.16 or lower.

Release v1.4.0

08 Jan 10:06
aeedb22

Choose a tag to compare

Fix to respect dependsOn field (#16)

* fix

* fix logs

* add tests for WorkloadInstanceTopologicalSortUtilTest

* add comment in the workloadInstanceTopologicalSortUtil class

Co-authored-by: Alexandros Kalomoiros <alkalomo@microsoft.com>