-
Notifications
You must be signed in to change notification settings - Fork 185
Fix issue 84: Update _load_azure_token to hande str and int #141
Conversation
Welcome @rogerhmar! |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
+ Coverage 92.86% 93.44% +0.58%
==========================================
Files 13 13
Lines 1345 1374 +29
==========================================
+ Hits 1249 1284 +35
+ Misses 96 90 -6
Continue to review full report at Codecov.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rogerhmar, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
For which version of the kubernetes pip package will this fix be available? I need the openshift-0.9.0 package which I have installed and it has kubernetes-9.0.0 as dependency. I updated kubernetes to v10.0.0 and I couldn't find the fix yet. I suppose this fix will land in 9.0.0? |
it will land in the next release. the current release is v10.0.0. so v11.0.0 should have it |
Fix bug by first checking if it is a digit
Add tests for:
There were several pull requests on this, but none seem to have tests.
This should fix #84