-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Az.ConnectedKubernetes fixes for after Nov 2024 post-CCOA release (#2…
…6613) * read value of env:KUBECONFIG * read value of env:HELMCHART * other misuages on Env: * revert path read on string values * read string value of en vars * Use Get-AzEnvironment not Get-AzureEnvironment (which doesn't work on Linux). * Trace the name of the current cloud if in Debug mode. * Trace the parameters passed to the internal function. * fix test * fix test * remove unrelated test files * Moving DEVELOP.md to custom so that autorest does not delete it. * Prefix Env with dollar. * Pass through debug and verbose flags. * Revert "Prefix Env with dollar." This reverts commit e4651f4. * Ensure correct path to helm. * Adding dependencies? * invoke-ScriptAnalyzer improvements. * Add dependencies for required modules. * PSD file is autogenerated. * Small improvements. * Small improvements. * ScriptAnalyzer bugs Rework code for Powershell 5.1 compatibility. * Disable dependencies until can solve build-module issues. * Compatability script in utils. * Compatibility script in here gets run! * Delete as autorest does this each run anyway :-( * remove hardcoded --debug in helm commands * add WIF disable flag and read value from inputObject * add psd1 back * update description and add examples * update examples * read properties from InputObject * remove comments in README * sset value of wif later * eid psbounderparameters * fix tests * fix typos and comments * remote disable gateway * update examples * remove incorrect header comments * update examples * one line change for path making * parameter set for gw * parameter value first * fix syntax and add more examples * move set back to input block and update inputobject comments * correct typo * Move Helm get values into Helm helper. * Tidy up helm paths. * Typo in new helm function. * Remove duplicate else and add missing HelmCientLocation. * helm get values needs to return data and file. * Remove extraneous array. * Merge InputObject function. * Merge InputObject function. * Bug and debugging. * Typo removing multiple paths. * Bad array creation? * Remove unused code and correct parameter name. * checks if the value is null instead of field * Move helper function to end of file. --------- Co-authored-by: xw-zhang24 <xiwenzhang@microsoft.com> Co-authored-by: Paul D.Smith <pauldsmith@microsoft.com>
- Loading branch information
1 parent
ff3b653
commit d0a47a9
Showing
2 changed files
with
89 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters