Breaking Changes
v0.2.0 is re-write of the Azure Storage Account Sub-resources (Queue, Table, Share, Containers), it changes the Azure provider, and you will have to update any code and state that is dependent on this module. We try to avoid making updates like this, but in this case, we considered the updates valuable enough to make this change.
What's Changed
This update transitions the module to an AzAPI implementation. The primary drive for this change is to prevent unnecessary data plane requests, customers can deploy Azure Storage Account sub-resources without encountering any data plane reading issues.
- Rename the Private Endpoint with Static Ip example folder by @chinthakaru in #102
- Add supportability of Shares output by @chinthakaru in #106
- Update the outputs for storage accounts and examples by @chinthakaru in #109
- chore: repository governance by @mbilalamjad in #105
- chore: repository governance by @mbilalamjad in #112
- Changing Storage Sub Resource to azapi provider by @chinthakaru in #110
- Bump actions/checkout from 4.1.6 to 4.1.7 in /.github/workflows by @dependabot in #111
New Contributors
- @mbilalamjad made their first contribution in #105
Full Changelog: v0.1.3...v0.2.0