Skip to content

Azure.ResourceManager.Terraform_1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 Jun 07:18
930c976

1.0.0-beta.2 (2025-06-19)

Features Added

  • Support for Exclusion Filters in Export Operations:

    • Added AzureResourcesToExclude and TerraformResourcesToExclude properties to export parameter models,
      these allow users to exclude resources from being exported based on Azure resource ID patterns or Terraform resource types.
  • Authorization Scope Filter Support:

    • Introduced the TerraformAuthorizationScopeFilter struct, enabling fine-grained control over the scope of Azure Resource Graph queries during export.
  • Export Result Enhancements:

    • The TerraformExportResult model now includes an Import property, providing Terraform import blocks for exported resources.
  • API Version Updates:

    • Updated the default API version for Terraform export operations to 2025-06-01-preview across all relevant classes and REST operations.