-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Az.ConnectedKubernetes] support proxy environments and fix issues #20944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
a5e5dc3
3318551
2ffa9ee
d629674
683a224
f0ec674
3e63055
1da1676
e9bdcf4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -18,7 +18,7 @@ Describe 'AzConnectedKubernetes' { | |||
| $config.ProvisioningState | Should -Be 'Succeeded' | ||||
|
|
||||
| # Clear helm azure-arc environment | ||||
| helm delete azure-arc --no-hooks | ||||
| helm delete azure-arc -n azure-arc-release --no-hooks | ||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you tested your command on you local?
Test always is the best way to ensure quality of commands. Your test case is always skipped with -Skip Tag
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for pointing out this. We've tested the code with integration test and end-to-end test with the product team for GA.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Got it. I'd recommend preparing the environment in
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since the dev and test env are separated at this moment. |
||||
| } | Should -Not -Throw | ||||
| } | ||||
|
|
||||
|
|
||||
Uh oh!
There was an error while loading. Please reload this page.