gen-synapse-workspace

Latest: v3.0.0
Category
Integration
Total Versions
2
Last Updated
2/3/2026

Release History

v3.0.0 Latest 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.