This repository was archived by the owner on Aug 4, 2022. It is now read-only.
Releases: microsoft/SCMScaleUnitDevTools
Releases · microsoft/SCMScaleUnitDevTools
Release v3.8.1
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
Update web config file with new scale unit id based on user config ch…
Release v3.7.1
Close output file after process has exited (#81) #patch Fixes #80
Release v3.7.0
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
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
Replace use of Powershell scripts using SqlClient and Process.Start (…
Release v3.5.1
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
Reset after each action (#72)
Release v3.4.0
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
Creating Setup Tools menu, which allows syncing both the Hub and the …