This repository was archived by the owner on Aug 4, 2022. It is now read-only.
Releases: microsoft/SCMScaleUnitDevTools
Releases · microsoft/SCMScaleUnitDevTools
Release v3.0.0
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
UserConfig.xml changes
- Remove
<AADTenantId>element(s) from yourUserConfig.xmlfile; it is ignored as of this release and will only lead to confusion if you keep it in.
Release v2.5.1
Ensure Batch service exists before stopping (#41) #patch Fixes #27 (take two) #patch
Release v2.5.0
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
fix issue with MES feature (#37)
Release v2.3.0
"Admin required" check when tool starts (#33) * Admin required check * review comments * review requests * Update Program.cs
Release v2.2.0
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
remove spoke from user config and remove unecessary dependency that l…
Release v1.5.0
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
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>