feat: Added documentation for skipping test deployments#1796
Merged
ReneHezser merged 14 commits intoAzure:mainfrom Mar 6, 2025
Merged
feat: Added documentation for skipping test deployments#1796ReneHezser merged 14 commits intoAzure:mainfrom
ReneHezser merged 14 commits intoAzure:mainfrom
Conversation
11 tasks
docs/content/specs-defs/includes/shared/shared/non-functional/SNFR2.md
Outdated
Show resolved
Hide resolved
docs/content/specs-defs/includes/shared/shared/non-functional/SNFR2.md
Outdated
Show resolved
Hide resolved
docs/content/specs-defs/includes/shared/shared/non-functional/SNFR2.md
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Thanks @AlexanderSehr. I've adjusted the text. |
docs/content/specs-defs/includes/shared/shared/non-functional/SNFR2.md
Outdated
Show resolved
Hide resolved
docs/content/specs-defs/includes/shared/shared/non-functional/SNFR2.md
Outdated
Show resolved
Hide resolved
…SNFR2.md Co-authored-by: Alexander Sehr <ASehr@hotmail.de>
…SNFR2.md Co-authored-by: Alexander Sehr <ASehr@hotmail.de>
AlexanderSehr
approved these changes
Mar 6, 2025
eriqua
added a commit
to Azure/bicep-registry-modules
that referenced
this pull request
Jun 5, 2025
## Description Allow testcases to be excluded from deplyoments by the CI deployment. Azure/Azure-Verified-Modules#1796 has been merged and the documentation is here: https://azure.github.io/Azure-Verified-Modules/spec/SNFR2/#skipping-deployments-should-not ## Pipeline Reference | Pipeline | | -------- | | [](https://github.com/ReneHezser/bicep-registry-modules/actions/workflows/avm.ptn.deployment-script.import-image-to-acr.yml) | | https://github.com/ReneHezser/bicep-registry-modules/actions/runs/13542323177 --> expected failing static validation proving both added pester tests work as expected | ## Type of Change - [x] Update to CI Environment or utilities (Non-module affecting changes) - [ ] Azure Verified Module updates: - [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] 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`. - [ ] Update to documentation ## Checklist - [x] I'm sure there are no other open Pull Requests for the same update/change - [ ] 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 --------- Co-authored-by: Alexander Sehr <ASehr@hotmail.de> Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
yffok
pushed a commit
to yffok/bicep-registry-modules
that referenced
this pull request
Jan 15, 2026
## Description Allow testcases to be excluded from deplyoments by the CI deployment. Azure/Azure-Verified-Modules#1796 has been merged and the documentation is here: https://azure.github.io/Azure-Verified-Modules/spec/SNFR2/#skipping-deployments-should-not ## Pipeline Reference | Pipeline | | -------- | | [](https://github.com/ReneHezser/bicep-registry-modules/actions/workflows/avm.ptn.deployment-script.import-image-to-acr.yml) | | https://github.com/ReneHezser/bicep-registry-modules/actions/runs/13542323177 --> expected failing static validation proving both added pester tests work as expected | ## Type of Change - [x] Update to CI Environment or utilities (Non-module affecting changes) - [ ] Azure Verified Module updates: - [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] 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`. - [ ] Update to documentation ## Checklist - [x] I'm sure there are no other open Pull Requests for the same update/change - [ ] 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 --------- Co-authored-by: Alexander Sehr <ASehr@hotmail.de> Co-authored-by: Erika Gressi <56914614+eriqua@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview/Summary
Deployment of tests can be skipped by the CI
This PR fixes/adds/changes/removes
Azure/bicep-registry-modules#4203
Breaking Changes
none
As part of this Pull Request I have
mainbranch