-
Notifications
You must be signed in to change notification settings - Fork 20
Adcli: Adding an update method for adcli #225
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
base: master
Are you sure you want to change the base?
Conversation
Summary of ChangesHello @shridhargadekar, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds a new update method to the AdcliUtils class, providing a wrapper for the adcli update command. The implementation is straightforward and aligns with the existing structure of the class. I've provided a couple of suggestions to enhance documentation accuracy and improve code conciseness.
bea3ca5 to
f1a1334
Compare
spoore1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall Looks good. One quick question while I look into testing this.
4a837c7 to
1e804cc
Compare
spoore1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2a7aa16 to
0e7bb69
Compare
sumit-bose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. I tried a quick test (maybe I missed something) like this: Before when it was using the _exec_adcli, I could see the service principal added by running: Now, I'm not seeing HTTPS/client.test show up in the output: Is it something that I could fix in my test, or is this a real issue with dropping the other cli options? |
|
Hi, @spoore1 thanks for testing and having a close look at the results. @shridhargadekar, the issue is that the domain name is currently added to the command line on its own but is has to be part of the bye, |
Adding an update method provided by adcli command. 'adcli update' used to update the computer password along with other attribute.
0e7bb69 to
55a180e
Compare
Adding an update method provided by adcli command. 'adcli update' used to update the computer password along with other attribute.