Skip to content

Releases: Azure/azure-saas

v1.3.0

26 Dec 08:15
8405fa5
Compare
Choose a tag to compare

.NET 8, Apple Silicon and deployment experience improvements

This release upgrades the code base to .NET 8.

The release also fixes issues that were preventing deployments from dev machines running on Apple Silicon.

As well as various improvements and fixes to the general deployment experience due to changes in dependancies. Installation have now been tested om AZ CLI v2.55.0 with Bicep extension v0.24.24.

v1.2.0

13 Mar 18:08
0e57825
Compare
Choose a tag to compare

What's Changed

Deployment Updates by @landonpierce in #206

This release refactors much of the deployment experience. The Azure AD B2C provisioning and deployment is now done through a bash script with a configuration file, instead of through an interactive powershell script. The application code and documentation has also been updated to reflect this change.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

26 Sep 15:59
Compare
Choose a tag to compare

This is a new release with the new versioning strategy for adding a bugfix version. This includes the bugfix released in this commit to fix an issue with the graph API rejecting a request because of a casing issue.