-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adding more guidance on private network access (#843)
## Description [![avm.res.resources.deployment-script](https://github.com/sebassem/bicep-registry-modules/actions/workflows/avm.res.resources.deployment-script.yml/badge.svg?branch=avm-deployment-script)](https://github.com/sebassem/bicep-registry-modules/actions/workflows/avm.res.resources.deployment-script.yml) <!--Why this PR? What is changed? What is the effect? etc.--> - Closes #812 - Added guidance on not specifying storageAccountKeys in private network scenario - Conditionally provide the storageAccountKey property - Added a disclaimer on the needed permissions in the private network scenario - Modified the default test to not deploy a storage account as part of the dependencies ## Updating an existing module <!--Run through the checklist if your PR updates an existing module.--> - [X] This is a bug fix: - [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. - [] I have run `brm validate` locally to verify the module files. - [X] I have run deployment tests locally to ensure the module is deployable. - [X] I have read the [Updating an existing module](https://github.com/Azure/bicep-registry-modules/blob/main/CONTRIBUTING.md#updating-an-existing-module) section in the contributing guide and updated the `version.json` file properly: - [X] The PR contains backwards compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`. - [] The PR contains backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [] The PR contains breaking changes, and I have bumped the MAJOR version in `version.json`. - [ ] I have updated the examples in README with the latest module version number. --------- Co-authored-by: Alexander Sehr <[email protected]>
- Loading branch information
1 parent
6f4c333
commit ce51183
Showing
6 changed files
with
12 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters