Commit 4253515
[connectedk8s] Update extension CLI to v1.10.11 (Azure#9304)
* add pester tests for connectedk8s cli extension
* Pass the force delete param to the API call (#4)
* forcedelete
* format
* add code owner
* mypy
* fix CI testcases for nodepool image issues (#8)
* update python version to 3.13 (#12)
* changes to support gateway association/disassociation for api version '2025-08-01-preview' (#17)
* [Azure RBAC] Deprecate 3P mode flags, fix Azure RBAC enablement bug, add E2E coverage and improve logging (#20)
* add pester tests for connectedk8s cli extension
* Pass the force delete param to the API call (#4)
* forcedelete
* format
* add code owner
* mypy
* Parameterize for airgapped clouds (#5)
* Add parameterization for the airgapped clouds
* Fix azdev style
* MCR path function
* azdev, ruff, and mypy
---------
Co-authored-by: Matthew McNeal (from Dev Box) <[email protected]>
* Oras client fix to work with different MCRs (#6)
Co-authored-by: mmcneal <[email protected]>
* fix CI testcases for nodepool image issues (#8)
* update errors for the config and connectivity issues (#11)
* update errors
* format
* style
* update python version to 3.13 (#12)
* Update cluster diagnostics image to 1.29.3 (#7)
* Update cluster diagnostics helm chart to 1.29.3
* Fix lint issues
---------
Co-authored-by: bgriddaluru <[email protected]>
* RBAC deprecation & fix the issue
* typo
* fix comments
* update tests
* add pester tests for connectedk8s cli extension
* Pass the force delete param to the API call (#4)
* forcedelete
* format
* add code owner
* mypy
* fix CI testcases for nodepool image issues (#8)
* update errors for the config and connectivity issues (#11)
* update errors
* format
* style
* update python version to 3.13 (#12)
* rebase
* fix tests
* fix version
* fix mypy, lint
* fix test
* fix test
* fix test
* fix test
* fix test
* rename test
* deprecate flags
* rebase
* rebase
* bump version for release
---------
Co-authored-by: Bavneet Singh <[email protected]>
Co-authored-by: Atchut Kumar Barli <[email protected]>
Co-authored-by: mcnealm13 <[email protected]>
Co-authored-by: Matthew McNeal (from Dev Box) <[email protected]>
Co-authored-by: Bavneet Singh <[email protected]>
Co-authored-by: bgriddaluru <[email protected]>
Co-authored-by: bgriddaluru <[email protected]>
Co-authored-by: vithumma <[email protected]>
* remove hardcoded public ARM endpoint url for fairfax and mooncake (#24)
* Bug Fix for FFX mcr url (#22)
* [connectedk8s] update release notes and version (#26)
* remove redundant test files
* remove change not relevant to connectedk8s release
---------
Co-authored-by: Bavneet Singh <[email protected]>
Co-authored-by: Atchut Kumar Barli <[email protected]>
Co-authored-by: Vineeth Thumma <[email protected]>
Co-authored-by: mcnealm13 <[email protected]>
Co-authored-by: Matthew McNeal (from Dev Box) <[email protected]>
Co-authored-by: bgriddaluru <[email protected]>
Co-authored-by: bgriddaluru <[email protected]>
Co-authored-by: vithumma <[email protected]>
Co-authored-by: hapate <[email protected]>1 parent c6adfa1 commit 4253515
File tree
8 files changed
+40
-10
lines changed- src/connectedk8s
- azext_connectedk8s
- clientproxyhelper
- tests/unittests
8 files changed
+40
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | | - | |
| 1321 | + | |
1322 | 1322 | | |
1323 | 1323 | | |
1324 | 1324 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
79 | 102 | | |
80 | 103 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments