microsoft / terraform-provider-fabric

Terraform Provider for Microsoft Fabric
https://registry.terraform.io/providers/microsoft/fabric
Mozilla Public License 2.0
26 stars 5 forks source link

[bug] `main.version` is not properly modified during the release/build process #102

Closed PabloZaiden closed 7 hours ago

PabloZaiden commented 8 hours ago

🐛 What happened?

main.version is not properly modified during the release/build process

🔬 How to reproduce?

  1. Run the release pipeline
  2. Use the new version of the provider
  3. Inspecting the HTTP requests made by the provider, show that the version is dev

🏗️ Code Sample / Log

No response

📷 Screenshots

No response

📈 Expected behavior

The user agent in the http requests should include the proper version of the provider

🌌 Environment (Provider Version)

0.1.0-beta5

🌌 Environment (Terraform Version)

1.9.8

🌌 Environment (OS)

Linux

📎 Additional context

No response

🔰 Code of Conduct