forked from Azure/bicep-registry-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Resolve failing tests (Azure#2876)
## Description Update API version for all modules. Disable Azure.MySQL.MaintenanceWindow check due to bug with resource provider. Enforce ZoneRedundancy as default. Update default version from 5.7 to 8.0. Use dedicated location for all tests. Fixes Azure#1649 Closes Azure#1649 ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | [![avm.res.db-for-my-sql.flexible-server](https://github.com/hundredacres/bicep-registry-modules/actions/workflows/avm.res.db-for-my-sql.flexible-server.yml/badge.svg?branch=fix%2Fdb-for-mysql%2Fflexible%2F1649&event=workflow_dispatch)](https://github.com/hundredacres/bicep-registry-modules/actions/workflows/avm.res.db-for-my-sql.flexible-server.yml) ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - [ ] Update to CI Environment or utilities (Non-module affecting changes) - [X] Azure Verified Module updates: - [ ] 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. - [X] 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 - [XI 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 --> --------- Signed-off-by: PixelRobots <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Máté Barabás <[email protected]> Co-authored-by: Rainer Halanek <[email protected]> Co-authored-by: JFolberth <[email protected]> Co-authored-by: Alexander Sehr <[email protected]> Co-authored-by: Erika Gressi <[email protected]> Co-authored-by: Zach Trocinski <[email protected]> Co-authored-by: Christoph Vollmann <[email protected]> Co-authored-by: René Hézser <[email protected]> Co-authored-by: emichellecarter <[email protected]> Co-authored-by: Michelle Carter <[email protected]> Co-authored-by: elisa anzelmo <[email protected]> Co-authored-by: rodney-almeida <[email protected]> Co-authored-by: Rodney Almeida <[email protected]> Co-authored-by: ChrisSidebotham-MSFT <[email protected]> Co-authored-by: Richard Hooper <[email protected]> Co-authored-by: Ilhaan Rasheed <[email protected]> Co-authored-by: Axel B. Andersen <[email protected]> Co-authored-by: Javier Cevallos <[email protected]> Co-authored-by: Ahmad Abdalla <[email protected]> Co-authored-by: Kris Baranek <[email protected]> Co-authored-by: Peter Budai <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MichielVanHerreweghe <[email protected]> Co-authored-by: Axel B. Andersen <[email protected]> Co-authored-by: Bryan <[email protected]> Co-authored-by: Zach Trocinski <[email protected]> Co-authored-by: Seif Bassem <[email protected]> Co-authored-by: Jack Tracey <[email protected]> Co-authored-by: Guillaume Beaud <[email protected]> Co-authored-by: Sebastian Gräf <[email protected]> Co-authored-by: Jose Arias CSA <[email protected]> Co-authored-by: John <[email protected]> Co-authored-by: judyer28 <[email protected]> Co-authored-by: Buddy <[email protected]> Co-authored-by: bobmclane999 <[email protected]> Co-authored-by: Fabio Masciotra <[email protected]> Co-authored-by: Wenjie Yu(MSFT) <[email protected]> Co-authored-by: zedy <[email protected]> Co-authored-by: Clint Grove <[email protected]> Co-authored-by: Matt Hoffmeister <[email protected]> Co-authored-by: Nate Arnold <[email protected]> Co-authored-by: Luke Snoddy <[email protected]> Co-authored-by: Dany Contreras <[email protected]> Co-authored-by: danycontre <[email protected]> Co-authored-by: Pankaj Agrawal <[email protected]> Co-authored-by: Maher Aldineh <[email protected]> Co-authored-by: Tony Box <[email protected]> Co-authored-by: Tony Box <[email protected]>
- Loading branch information
1 parent
2c9b94b
commit ef47460
Showing
19 changed files
with
154 additions
and
92 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
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
Oops, something went wrong.