diff --git a/.changeset/gold-coats-type.md b/.changeset/gold-coats-type.md deleted file mode 100644 index 3cfa741ea..000000000 --- a/.changeset/gold-coats-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"azure_storage_account": patch ---- - -Fixed bug not allowing to create public storage accounts diff --git a/infra/modules/azure_storage_account/CHANGELOG.md b/infra/modules/azure_storage_account/CHANGELOG.md index e0186e274..2172df13a 100644 --- a/infra/modules/azure_storage_account/CHANGELOG.md +++ b/infra/modules/azure_storage_account/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_storage_account +## 0.0.5 + +### Patch Changes + +- f44fec3: Fixed bug not allowing to create public storage accounts + ## 0.0.4 ### Patch Changes diff --git a/infra/modules/azure_storage_account/package.json b/infra/modules/azure_storage_account/package.json index a1f8760d5..718ca5500 100644 --- a/infra/modules/azure_storage_account/package.json +++ b/infra/modules/azure_storage_account/package.json @@ -1,6 +1,6 @@ { "name": "azure_storage_account", - "version": "0.0.4", + "version": "0.0.5", "private": true, "provider": "azurerm" }