-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_linux_function_app
, azurerm_linux_function_app_slot
- support for the vnet_image_pull_enabled
property.
#25249
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5bf320a
adding vnetImagePullEnabled property to linux function app
xiaxyi 4fa4d96
change the default value for ase
xiaxyi 206124e
fix error
xiaxyi 4f7253b
update customize diff func
xiaxyi 62d0f52
update for ase
xiaxyi f444765
Merge remote-tracking branch 'upstream/main' into appService/addVnetP…
xiaxyi d958e2c
Merge remote-tracking branch 'upstream/main' into appservice/addVnetP…
xiaxyi cbbaee5
Merge remote-tracking branch 'upstream/main' into appservice/addVnetP…
xiaxyi 585746d
update test cases to remove the vnetimagepull property
xiaxyi b3a8079
add 4.0 flag and windows function apps
xiaxyi c94b55d
fix fmt
xiaxyi 5a6cdf1
fix wrong type issue
xiaxyi 805288d
Merge remote-tracking branch 'upstream/main' into appService/addVnetP…
xiaxyi e83ec27
fix 4.0 comment for linux function app
xiaxyi 7b5dd68
merging
xiaxyi 36b4b3e
update commit and test case per reviewer's comments
xiaxyi 552e769
sorting imports
xiaxyi 99d5023
fmt
xiaxyi 472f314
Merge remote-tracking branch 'upstream/main' into appservice/addVnetP…
xiaxyi 1c36adb
add new test cases for the vnet_image_pull_enable property with 4.0 f…
xiaxyi ca319a5
Merge remote-tracking branch 'upstream/main' into appservice/addVnetP…
xiaxyi caa7c04
Merge remote-tracking branch 'origin/appService/addVnetProperties' in…
xiaxyi 432dfe5
add 4.0 flag for test cases based on the reviewer's comments
xiaxyi a1fa339
add unparam linter
xiaxyi 4ee6865
Merge remote-tracking branch 'upstream/main' into appservice/addVnetP…
xiaxyi 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.
This can be included now using the additional struct tag
Can you also look to address the 4.0
TODO
here within this PR?