Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: Azure/vdc

v2.0 pre-release

25 Sep 21:23
927e52f
Compare
Choose a tag to compare
v2.0 pre-release Pre-release
Pre-release

September 2019 2.0 (Preview Release)

The September 2019 preview release represents a major change for the toolkit.
There are numerous breaking changes and hence we incrementing the major version to 2.

We have revisited our core design princilpes and this lead to significant architectural changes.

At a high level, these include:

  • Using Azure DevOps as the default for orchestrating a deployment using YAML pipelines
  • Reducing the use of custom code and constructs
    • Modules can now be deployed without any custom code
  • Promoting Landing Zone as a core pattern
  • Improving auditability of deployments

NOTE:
The toolkit is in preview.
The approach of the toolkit is based on work with our customers, but the specific implementation of this release is not production-ready.

General changes

  • The toolkit now uses PowerShell Core 6.2 with Az PowerShell modules.
  • There is no longer any Python scripts beginning with this release
  • Modules are deployment engine agnostic.
    • You don't have to use anything proprietary to deploy a module.
    • Modules consist of templates and parameters that can be deployed just like any other Azure Resource Manager template.

Known Issues

  • Lack of documentation

vdc-toolkit-v1.1.1

25 Sep 21:17
Compare
Choose a tag to compare
vdc-toolkit-v1.1.1 Pre-release
Pre-release

This is the final release of the v1 line of development.

vdc-toolkit-v1.1

27 Jun 22:45
Compare
Choose a tag to compare
vdc-toolkit-v1.1 Pre-release
Pre-release
  • Added AKS archetype and documentation
  • Added documentation around new diagnostic and monitoring modules added to all archetype deployments
  • Fixed failed unit tests (api-version update)
  • Fixed broken links in the documentation

vdc-toolkit-v1.0

09 May 16:31
88c17ba
Compare
Choose a tag to compare
vdc-toolkit-v1.0 Pre-release
Pre-release

Contains the following updates:

  • Enabled Azure VM Diagnostics for Linux and Windows
  • Enabled Log Analytics Datasources
  • Uses single Diagnostic Storage Account for VM and Non-VM resources
  • Added Azure Automation Account with scheduled updates based on tags
  • Enabled Update Management on Linux and Windows VMs (tag: 3rdSat7pm)
  • Azure deployment names changed to Guids
  • Bug fixes

Missing updates:

  • Use Standard SKU for all Azure Load Balancers
  • Enable Log Analytics and Diagnostic Storage in an Application Gateway
  • Creation of Azure Monitor Workbooks and Alerts

vdc-toolkit-v0.8

09 May 16:38
Compare
Choose a tag to compare
vdc-toolkit-v0.8 Pre-release
Pre-release
v.08

added palo-alto test archetype (#33)