Skip to content

Commit

Permalink
New Resource - azurerm_linux_function_app_flex_consumption (#28199)
Browse files Browse the repository at this point in the history
* upgrade api version from 2023-01-01 to 2023-12-01 for function and web app/ app slot

* update code

* update vendor

* add azure linux function app new feature flex consumption

* update expanding error for flex consumption config

* update vendor

* fix linter

* sort imports

* remove validation check for instance count property

* resolving golinter error

* merging upstream

* add new resource flex consumption linux function app

* update code to fix linter error

* go generate yml

* fix fmt

* update pr based on review

* fix generate and remove linux

* update code based on review comment

* update code based on review comments

* confilcts

* remove servicebus code change

* remove legacy changes

* fix fmt

* fix runtime update failure

* update test cases

* update docs

* hard code test location
  • Loading branch information
xiaxyi authored Feb 27, 2025
1 parent 90fddf8 commit 4a05d26
Show file tree
Hide file tree
Showing 8 changed files with 3,295 additions and 15 deletions.
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

0 comments on commit 4a05d26

Please sign in to comment.