Commit cea0bd0
David/aks monitoring aad auth (Azure#3500)
* about to add check for if DCR is available in regions
* tested
* forgot to remove an exception
* fixed linter problems
* fixed some linter errors
* fixing linter errors
* fixing some feedback, more to come
* fixed all feedback and a bug
* cleanup
* addressed comments and static analyzer errors
* Update src/aks-preview/azext_aks_preview/_help.py
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
* Update src/aks-preview/azext_aks_preview/_help.py
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
* fix linter error
* fixed small errors
* added unit tests, cleaned up the msi/sp auth check
* adding unit tests
* commenting out tests which require a subscription-level feature flag
* uncommented tests, put them in a list to not run
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>1 parent f29b323 commit cea0bd0
File tree
7 files changed
+494
-117
lines changed- src/aks-preview
- azcli_aks_live_test/configs
- azext_aks_preview
- tests/latest
7 files changed
+494
-117
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
225 | 228 | | |
226 | 229 | | |
227 | 230 | | |
| |||
1042 | 1045 | | |
1043 | 1046 | | |
1044 | 1047 | | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
1045 | 1051 | | |
1046 | 1052 | | |
1047 | 1053 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| 265 | + | |
| 266 | + | |
264 | 267 | | |
265 | 268 | | |
266 | 269 | | |
| |||
0 commit comments