Commit b079776
[in-proc] Fix sync trigger error when AzureWebjobsStorage is not set in Managed (#11214)
* Fix sync trigger error when AzureWebjobsStorage is not set in ManagedApp Environment (#10767)
* Fix sync trigger error when AzureWebjobsStorage is not set in case of ManagedAppEnvironment for Hybrid Logic Apps
Issue : #10686
* Add test
* Update release notes
* Update release_notes.md
* Resolved comments
* Fixed comment
* fix comment - skip hash check when client is not set
* update test for managedenv
* add test for kubernetes managed env
* resolve comments - to use cache disabled in test
---------
Co-authored-by: Ishank Gupta <[email protected]>
* fixed and enabled sync trigger tests for k8s environment (#10923)
* fixed and enabled sync trigger tests for k8s environment
* resolve comments
* correct test
---------
Co-authored-by: Ishank Gupta <[email protected]>
(cherry picked from commit 4c4d44b)
* Update release_notes.md
---------
Co-authored-by: Ishank Gupta <[email protected]>1 parent 2ad90a0 commit b079776
File tree
3 files changed
+62
-4
lines changed- src/WebJobs.Script.WebHost/Management
- test/WebJobs.Script.Tests.Integration/Management
3 files changed
+62
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
Lines changed: 57 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
302 | 358 | | |
303 | 359 | | |
304 | 360 | | |
| |||
1147 | 1203 | | |
1148 | 1204 | | |
1149 | 1205 | | |
1150 | | - | |
| 1206 | + | |
0 commit comments