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

Releases: microsoft/SCMScaleUnitDevTools

Release v3.8.1

02 Sep 12:30
145cebd

Choose a tag to compare

Make seperate API write request for every workload (#84)

* Make seperate API request to write every workload

#patch

* Remove parallelism and fix api-call for HubWorkloadInstaller

Release v3.8.0

01 Sep 14:27
95d7e27

Choose a tag to compare

Update web config file with new scale unit id based on user config ch…

Release v3.7.1

01 Sep 13:05
9c6b69d

Choose a tag to compare

Close output file after process has exited (#81)

#patch
Fixes #80

Release v3.7.0

31 Aug 10:29
19a76e3

Choose a tag to compare

Disable scale unit feature (#78)

* Remove one level that is not needed for syncing DBs

* Update DB sync runner to take additional parameter for disabling/enabling scale unit feature

* Add support for removing scale unit triggers

* Remove unused import

* Update web config as part of disabling scale unit feature

Co-authored-by: Omar Eissa <omeissaa@microsoft.com>

Release v3.6.0

18 Aug 09:29
c1bc4ca

Choose a tag to compare

Add capability for cleaning up storage accounts (#71)

* Adds capability for cleaning up blobs

Adds an option to the Setup Tools menu, allowing the user to clean up the storage blob for a given scale unit.

* Adds capability for cleaning up blobs

Adds an option to the Setup Tools menu, allowing the user to clean up the storage blob for a given scale unit.

* Revert "Merge branch 'CleaningStorageBlobs' of https://github.com/Antonstockmarr/SCMScaleUnitDevTools into CleaningStorageBlobs"

This reverts commit f8616107a701869a7a357fa373fde7752942171d, reversing
changes made to 96bd93e86f29ef4d1560afe39ec93c3ef734f245.

* Reverting conditionals

* Changing the phrase "blobs" into "Storage accounts"

Release v3.5.2

18 Aug 09:04
75842b9

Choose a tag to compare

Replace use of Powershell scripts using SqlClient and Process.Start (…

Release v3.5.1

17 Aug 11:21
e21a491

Choose a tag to compare

Fixing movement of workloads (#74)

The scaleunits were being sorted while the program was iterating through them. The sort was unnecessary, so it has been removed to fix the issue.
#patch

Release v3.5.0

17 Aug 07:34
659925c

Choose a tag to compare

Reset after each action (#72)

Release v3.4.0

16 Aug 12:14
5c96b97

Choose a tag to compare

Add ability to move and delete workloads (#68)

* Add option of moving all workloads from spoke to hub
* Add option of seeing the status of all movements on scaleunit
* Add option of deleting all workloads on the hub
* Add support for deleting workloads from any environment, not just the hub

Release v3.3.8

03 Aug 08:30
7eeb224

Choose a tag to compare

Creating Setup Tools menu, which allows syncing both the Hub and the …