This repository was archived by the owner on Aug 4, 2022. It is now read-only.
Releases: microsoft/SCMScaleUnitDevTools
Releases · microsoft/SCMScaleUnitDevTools
Release v3.13.0
What's Changed
- Allow user to choose a subset of steps to run by @Antonstockmarr in #102
Full Changelog: v3.12.1...v3.13.0
Release v3.12.1
What's Changed
- Fix cleaning up storage account of LCS-hosted environment, by loading storage string from web.config by @Antonstockmarr in #98
Full Changelog: v3.12.0...v3.12.1
Release v3.12.0
Release v3.11.2
What's Changed
- Add assembly details, with tagged version on CI in main by @AndreasHassing in #95
Full Changelog: v3.11.1...v3.11.2
Release v3.11.1
Bugfixes
- Fix for #93. Movement jobs not getting created on workload installation.
What's Changed
- Use DateTime from AddMinutes by @AndreasHassing in #94
Full Changelog: v3.11.0...v3.11.1
Release v3.11.0
Make separate AOS calls for every instance deleted (#90)
Release v3.10.1
Starting the W3SVC service in case it is stopped (#91) When starting IIS site AOSServices, the IIS services must be running. This change will start it every time, and if it is already started, it will just state that. #patch
Release v3.10.0
Add capability to import workloads from different Azure Storage (#86) * Add capability to import workloads from different Azure Storage Using a SAS token, the user can copy an Azure blob into one of the scale unit containers.
Release v3.9.1
Validate the AAD apps used in the configuration (#85) * Validate the AAD apps The AAD app for a scale unit must never be the same as the AAD app for the inter-AOS communications. #patch Resolves #79
Release v3.9.0
Add support for draining/starting workloads and upgrading workloads (…