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

Releases: microsoft/SCMScaleUnitDevTools

Release v3.13.0

18 Oct 10:06
9ab08c7

Choose a tag to compare

What's Changed

Full Changelog: v3.12.1...v3.13.0

Release v3.12.1

01 Oct 09:58
cceb0c3

Choose a tag to compare

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

28 Sep 13:27
f2c1e0a

Choose a tag to compare

What's Changed

Full Changelog: v3.11.2...v3.12.0

Release v3.11.2

14 Sep 10:21
9ea5acc

Choose a tag to compare

What's Changed

Full Changelog: v3.11.1...v3.11.2

Release v3.11.1

13 Sep 20:31
4ab9c88

Choose a tag to compare

Bugfixes

  • Fix for #93. Movement jobs not getting created on workload installation.

What's Changed

Full Changelog: v3.11.0...v3.11.1

Release v3.11.0

10 Sep 12:40
6df33b4

Choose a tag to compare

Make separate AOS calls for every instance deleted (#90)

Release v3.10.1

10 Sep 12:36
ff98091

Choose a tag to compare

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

09 Sep 12:19
82224a5

Choose a tag to compare

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

07 Sep 11:22
6123a97

Choose a tag to compare

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

06 Sep 15:14
bf19064

Choose a tag to compare

Add support for draining/starting workloads and upgrading workloads (…