Commit 587055c
[Containerapp]
* fix
* fix issue: NoneType error
* add history
* update test
* fix style: src/containerapp/azext_containerapp/_utils.py:109:37: E1123: Unexpected keyword argument 'resource' in method call (unexpected-keyword-arg)
* remove unused function
* add more guidance
---------
Co-authored-by: xinyu pang <[email protected]>az containerapp sessionpool update: Fix updating registry credentials with --registry-username and --registry-password when existing registry credentials are empty (#8483)1 parent 9489a90 commit 587055c
File tree
6 files changed
+52585
-3700
lines changed- src/containerapp
- azext_containerapp
- tests/latest
- recordings
6 files changed
+52585
-3700
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | 106 | | |
116 | 107 | | |
117 | 108 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
490 | 497 | | |
491 | 498 | | |
492 | 499 | | |
493 | 500 | | |
494 | 501 | | |
495 | 502 | | |
496 | 503 | | |
497 | | - | |
| 504 | + | |
498 | 505 | | |
499 | 506 | | |
500 | 507 | | |
| |||
0 commit comments