Azure Saas Versions Save

The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.

v1.3.0

4 months ago

.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

1 year ago

What's Changed

Deployment Updates by @landonpierce in https://github.com/Azure/azure-saas/pull/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: https://github.com/Azure/azure-saas/compare/v1.1.1...v1.2.0

v1.1.1

1 year ago

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.

v1.1

1 year ago

What's Changed

Full Changelog: https://github.com/Azure/azure-saas/compare/v1.0...v1.1

latest

1 year ago

Commits

  • dd5575d: Apply suggestions from code review (Landon Pierce) #185
  • 4bb442a: remove feature branch reference (Landon Pierce) #185