Skip to content
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

New Resource - azurerm_function_app_flex_consumption #28199

Merged
merged 43 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
91b35f2
upgrade api version from 2023-01-01 to 2023-12-01 for function and we…
xiaxyi Aug 26, 2024
c7a56a0
update code
xiaxyi Aug 26, 2024
6f59477
update vendor
xiaxyi Aug 27, 2024
b572658
Merge remote-tracking branch 'origin/webapps/upgradeapi' into functio…
xiaxyi Sep 18, 2024
5ba49b0
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Sep 23, 2024
eddf5a6
add azure linux function app new feature flex consumption
xiaxyi Sep 29, 2024
7ac0a72
update expanding error for flex consumption config
xiaxyi Sep 29, 2024
e91a283
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Oct 15, 2024
0afa904
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Oct 24, 2024
0d7e9ab
update vendor
xiaxyi Oct 28, 2024
390a5c4
fix linter
xiaxyi Oct 28, 2024
f179afb
sort imports
xiaxyi Oct 28, 2024
1f902aa
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Nov 7, 2024
1b43141
remove validation check for instance count property
xiaxyi Nov 7, 2024
0ca185a
resolve conflicts
xiaxyi Nov 11, 2024
1d28096
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Nov 18, 2024
bd8ec4e
merging upstream code
xiaxyi Nov 18, 2024
f5ff78c
resolving golinter error
xiaxyi Nov 18, 2024
d1de89c
merging upstream
xiaxyi Nov 18, 2024
5605e28
merging upstream
xiaxyi Nov 18, 2024
747803d
add new resource flex consumption linux function app
xiaxyi Dec 6, 2024
eaefc76
Merge remote-tracking branch 'upstream/main' into azurefunction/flex
xiaxyi Dec 9, 2024
31c5efe
update code to fix linter error
xiaxyi Dec 9, 2024
d9d8797
go generate yml
xiaxyi Dec 9, 2024
3f97072
fix fmt
xiaxyi Dec 9, 2024
53c0138
update
xiaxyi Jan 9, 2025
ade86e7
update pr based on review
xiaxyi Jan 9, 2025
947c856
fix generate and remove linux
xiaxyi Jan 9, 2025
c856f33
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Feb 6, 2025
3ec6a11
Merge remote-tracking branch 'origin/new-rp/flex-consumption' into fu…
xiaxyi Feb 6, 2025
44e3a48
update code based on review comment
xiaxyi Feb 6, 2025
ba4b48c
update code based on review comments
xiaxyi Feb 7, 2025
23e7ebb
resolve conflicts
xiaxyi Feb 7, 2025
6f7ef34
confilcts
xiaxyi Feb 7, 2025
d033d55
remove servicebus code change
xiaxyi Feb 7, 2025
88ae6c2
remove legacy changes
xiaxyi Feb 7, 2025
700f0e7
fix fmt
xiaxyi Feb 7, 2025
9b6fcc1
fix runtime update failure
xiaxyi Feb 7, 2025
02ddf1c
update test cases
xiaxyi Feb 8, 2025
e651354
update docs
xiaxyi Feb 12, 2025
e7123a7
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Feb 21, 2025
7b46311
Merge remote-tracking branch 'upstream/main' into function/flex
xiaxyi Feb 27, 2025
573e31b
hard code test location
xiaxyi Feb 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/labeler-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ service/app-configuration:
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_app_configuration((.|\n)*)###'

service/app-service:
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_(app_service_environment_v3\W+|app_service_environment_v3\W+|app_service_source_control\W+|app_service_source_control_slot\W+|function_app_active_slot\W+|function_app_function\W+|function_app_hybrid_connection\W+|linux_function_app\W+|linux_function_app\W+|linux_function_app_slot\W+|linux_web_app\W+|linux_web_app\W+|linux_web_app_slot\W+|service_plan|source_control_token|static_web_app|web_app_|windows_function_app\W+|windows_function_app\W+|windows_function_app_slot\W+|windows_web_app\W+|windows_web_app\W+|windows_web_app_slot\W+)((.|\n)*)###'
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_(app_service_environment_v3\W+|app_service_environment_v3\W+|app_service_source_control\W+|app_service_source_control_slot\W+|function_app_active_slot\W+|function_app_flex_consumption\W+|function_app_function\W+|function_app_hybrid_connection\W+|linux_function_app\W+|linux_function_app\W+|linux_function_app_slot\W+|linux_web_app\W+|linux_web_app\W+|linux_web_app_slot\W+|service_plan|source_control_token|static_web_app|web_app_|windows_function_app\W+|windows_function_app\W+|windows_function_app_slot\W+|windows_web_app\W+|windows_web_app\W+|windows_web_app_slot\W+)((.|\n)*)###'

service/application-insights:
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_application_insights((.|\n)*)###'
Expand Down
Loading
Loading