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

Releases: microsoft/SCMScaleUnitDevTools

Release v3.3.7

30 Jul 09:51
e1d5e11

Choose a tag to compare

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

22 Jul 16:00
334a18a

Choose a tag to compare

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

20 May 07:54
8f1a42f

Choose a tag to compare

Make temporal assignments' effective date UTC (#57)

#patch

Release v3.3.4

11 May 10:21
19d4ef3

Choose a tag to compare

Only run service actions in specific states (#55)

#patch

Release v3.3.3

11 May 10:20
63027d2

Choose a tag to compare

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

06 May 10:21
b14caa1

Choose a tag to compare

Add temporary mitigation for NumberSequenceTable deadlock

#patch
Closes #53 .

Release v3.3.1

04 May 20:11
71201ed

Choose a tag to compare

CLRify IIS and Service Operations (#52)

#patch

Release v3.3.0

04 May 11:07
504dead

Choose a tag to compare

Fix UseSingleOneBox on LCS-hosted devbox (#51)

Release v3.2.0

21 Apr 21:19
2202436

Choose a tag to compare

Add validation for nonexistent scaleunit ids defined in workloads. (#49)

* add validation for nonexistent scaleunits defined in workloads.

* resolving comments

Release v3.1.0

25 Mar 09:01
bdaae61

Choose a tag to compare

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>