Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: avm/res/storage/storage-account update connectionstrings of sec…
…retsExportConfiguration to store key value instead of key object as string (#3164) ## Description This pull request includes one change to the `avm/res/storage/storage-account` module to ensure that the correct values are used for storage account connection strings. The main change involve updating the Bicep file to access the correct key values and updating the template hash. ### Updates to Bicep and JSON files: * [`avm/res/storage/storage-account/main.bicep`](diffhunk://#diff-823c2bd5d1737bff6811e4a77310241fa36fc2be2105f0db35d241d797d48151L656-R656): Updated the `value` property for `connectionString1` and `connectionString2` to correctly access the `value` field of the storage account keys. [[1]](diffhunk://#diff-823c2bd5d1737bff6811e4a77310241fa36fc2be2105f0db35d241d797d48151L656-R656) [[2]](diffhunk://#diff-823c2bd5d1737bff6811e4a77310241fa36fc2be2105f0db35d241d797d48151L672-R672) Closes #3160 ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | | [![avm.res.storage.storage-account](https://github.com/anotherRedbeard/bicep-registry-modules/actions/workflows/avm.res.storage.storage-account.yml/badge.svg)](https://github.com/anotherRedbeard/bicep-registry-modules/actions/workflows/avm.res.storage.storage-account.yml) | ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - [ ] Update to CI Environment or utilities (Non-module affecting changes) - [ ] Azure Verified Module updates: - [x] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [x] Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description. - [ ] The bug was found by the module author, and no one has opened an issue to report it yet. - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [x] Update to documentation ## Checklist - [x] I'm sure there are no other open Pull Requests for the same update/change - [x] I have run `Set-AVMModule` locally to generate the supporting module files. - [x] My corresponding pipelines / checks run clean and green without any errors or warnings <!-- Please keep up to date with the contribution guide at https://aka.ms/avm/contribute/bicep -->
- Loading branch information