gen-synapse-workspace

Latest: v3.0.1
Category
Integration
Total Versions
3
Last Updated
3/25/2026

Release History

v3.0.1 Latest

Changes:

  • Added the ACT - Nightly build trigger as a pipeline resource trigger. Pipeline will then only run the test stage every night. Removed src trigger
  • Merged PR 17621: Update pr template and add nightly build trigger
  • Replaced the data object that used these variables :
  • name = var.config.storage_account_name
  • resource_group_name = var.config.storage_resource_group_name
  • with a direct one :
  • var.config.storage_account_id
  • This simplifies the configuration.
  • Also removed the fixed dependancy on AzAPI version 1.12.1 to a more flexible =>2.4.0 and updated the AzAPI from:"Microsoft.Storage/storageAccounts/blobServices/containers@2023-01-01"
  • to :"Microsoft.Storage/storageAccounts/blobServices/containers@2025-06-01"

v3.0.0 Breaking

Changes:

  • Replaced the data object that used these variables :
  • name = var.config.storage_account_name
  • resource_group_name = var.config.storage_resource_group_name
  • with a direct one :
  • var.config.storage_account_id
  • This simplifies the configuration.
  • Also removed the fixed dependancy on AzAPI version 1.12.1 to a more flexible =>2.4.0 and updated the AzAPI from:"Microsoft.Storage/storageAccounts/blobServices/containers@2023-01-01"
  • to :"Microsoft.Storage/storageAccounts/blobServices/containers@2025-06-01"
  • Merged PR 16178: Update gen-synapse-workspace

v2.0.7

Changes:

  • Added variable group
  • Changed releasenote branch to main
  • Changed PR template without skip
  • Added IPMhub publish
  • Merged PR 12221: Update pull request template and YAML configuration
  • Updated pipeline and pull request template to work with the simacsupport releasenote website.
  • Update tflint to latest version.