Commit fac4943
appservice: Use reserved from list response for EP/WS plan OS detection (#2229)
* appservice: Use reserved from list response for EP/WS plans
Remove per-plan GET requests for Elastic Premium and Workflow Standard
plans when determining Linux vs Windows OS. The `reserved` property is
now correctly returned by the list operation as of API version
2024-11-01+. The current SDK (@azure/arm-appservice v18.0.0) uses API
version 2025-03-01.
This eliminates N+1 API calls that could cause multi-minute delays when
users have many EP/WS app service plans.
Fixes #2129
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* bump version to 4.2.2
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0c34573 commit fac4943
File tree
3 files changed
+7
-9
lines changed- appservice
- src/createAppService
3 files changed
+7
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
| |||
0 commit comments