This repository was archived by the owner on Aug 4, 2022. It is now read-only.
Releases: microsoft/SCMScaleUnitDevTools
Releases · microsoft/SCMScaleUnitDevTools
Release v3.3.7
Checking if the scaleUnitId is valid (#66) * Checking if the scaleUnitId is valid #patch * Improved error checking and testing Added error handling to the scaleUnitId check. Improved readability of MnemonicCalculator. Added testing of the MnemonicCalculator. * Fixing the range in the error message * Making the scaleUnitId error message more elaborate
Release v3.3.6
Set temporal assignments' effective date in the future =< 10.0.21 (#64) * Set temporal assignments' effective date in the future =< 10.0.21 #patch * Checking Application version instead of build version // Not Tested Application version 10.13.0 would have build version 10.0.21. Also, the version check method is changed to correctly check versions without patch numbers, e.g. 10.13. * Added variable name for app version 10.0.22
Release v3.3.5
Make temporal assignments' effective date UTC (#57) #patch
Release v3.3.4
Only run service actions in specific states (#55) #patch
Release v3.3.3
Set dev certificate FriendlyName to Subject value (#56) This is to allow better distinguishing which cert is what from IIS cert binding view. Fixes #28 #patch
Release v3.3.2
Add temporary mitigation for NumberSequenceTable deadlock #patch Closes #53 .
Release v3.3.1
CLRify IIS and Service Operations (#52) #patch
Release v3.3.0
Fix UseSingleOneBox on LCS-hosted devbox (#51)
Release v3.2.0
Add validation for nonexistent scaleunit ids defined in workloads. (#49) * add validation for nonexistent scaleunits defined in workloads. * resolving comments
Release v3.1.0
Use ScaleUnitManagement user if available (#46) * Admin -> ScaleUnitManagement. * Use Admin user if ScaleUnitManagement user does not exist. Co-authored-by: Foontik <dima.pogorelogre@gmail.com>