-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the infra/core modules to AVM modules #3976
Open
Menghua1
wants to merge
39
commits into
main
Choose a base branch
from
avmupdates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
953f948
Convert infra/core to AVM
Menghua1 a66ba8a
Add the modification of repo.yaml
Menghua1 a6034f5
Modify parameter description, spaces, etc.
Menghua1 3163c23
Standard parameter naming
Menghua1 b3a89a8
modify models.py
Menghua1 50473a4
fix pr2016 and pr2103
Menghua1 4b2f44a
update apim service toavm module
Menghua1 00648d5
Add useAPIM conditional judgment
Menghua1 cef4144
update web site config to avm
Menghua1 ffa27d9
add api tags
Menghua1 93de7e6
update keyvault sku
Menghua1 9f95b92
disable purge protection
Menghua1 b3fd198
disable purge protection
Menghua1 a6a3010
Merge remote-tracking branch 'origin/main' into avmupdates
Menghua1 9b54ddd
Merge remote-tracking branch 'origin/main' into avmupdates
Menghua1 868ab2e
Add Infra/app files
Menghua1 7ad17e8
modify parameters
Menghua1 26963c9
Modify api-avm parameters
Menghua1 56d33e9
update apimapi to use ptn module
Menghua1 8f34f52
Merge branch 'main' into avmupdates
Menghua1 3399e7f
update db to infra/app
Menghua1 bab182b
Merge branch 'main' into avmupdates
Menghua1 17f0961
Update apim parameter, cosmos-sql
Menghua1 93947a2
Update cosmos-mongo module name
Menghua1 fd8a899
delete the redundant parameter connectionStringKey
Menghua1 52ddfbe
add monitor ptn module
Menghua1 def0102
Merge branch 'main' into avmupdates
Menghua1 1f7da17
add container pth module
Menghua1 f1077a7
update cosmos-mongo-db-avm output
Menghua1 828f2a6
update aks and aca to avm
Menghua1 8910cac
Update appservice with App Insights env var
Menghua1 260ac1c
Merge branch 'main' into avmupdates
Menghua1 7eff057
Update module name
Menghua1 5406a10
Update module container-app-upsert version
Menghua1 b8ff872
Merge branch 'main' into avmupdates
Menghua1 257f48a
update nodeResourceGroupName parameter
Menghua1 5a6a96f
Merge remote-tracking branch 'origin' into avmupdates
Menghua1 722cad9
update aks
Menghua1 e82800b
Remove redundant parameters
Menghua1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to the bicep, so not sure why we need these new variables....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wbreza Because when creating
Cosmos Mongo
with AVM before, multiple secrets will be created by default. If these new variables are not defined, the deployment of the API will fail. For more details, please see the comment #3976 (comment) and #3976 (comment).Now the code of
avm/res/document-db/database-account
has been updated, and multiple secrets will not be created by default. We will also update our code.