-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Logz.io] Release an experimental version #3945
Conversation
logz |
2bd2046
to
893f9ad
Compare
51bffec
to
138b9dd
Compare
|
||
helps['logz monitor list-payload'] = """ | ||
type: command | ||
short-summary: "Returns the payload that needs to be passed in the request body for installing Logz.io agent on a \ |
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.
Please copy _help.py into manual folder. Update short summaries.
short-summary: "Returns the payload that needs to be passed in the request body for installing Logz.io agent on a \ | |
short-summary: "List the payload that needs to be passed in the request body for installing Logz.io agent on a \ |
short-summary: "Sending request to update the collection when Logz.io agent has been installed on a VM for a given \ | ||
monitor." |
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.
short-summary: "Sending request to update the collection when Logz.io agent has been installed on a VM for a given \ | |
monitor." | |
short-summary: "Update the collection when Logz.io agent has been installed on a VM for a given \ | |
monitor." |
|
||
helps['logz sso show'] = """ | ||
type: command | ||
short-summary: "Gets the Logz single sign-on resource for the given Monitor." |
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.
short-summary: "Gets the Logz single sign-on resource for the given Monitor." | |
short-summary: "Get the Logz single sign-on resource for the given Monitor." |
|
||
helps['logz sso create'] = """ | ||
type: command | ||
short-summary: "Configures single-sign-on for this resource. This operation can take upto 10 minutes to complete." |
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.
short-summary: "Configures single-sign-on for this resource. This operation can take upto 10 minutes to complete." | |
short-summary: "Create single-sign-on for this resource." |
|
||
helps['logz sso update'] = """ | ||
type: command | ||
short-summary: "Configures single-sign-on for this resource. This operation can take upto 10 minutes to complete." |
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.
short-summary: "Configures single-sign-on for this resource. This operation can take upto 10 minutes to complete." | |
short-summary: "Update single-sign-on for this resource." |
short-summary: "Create sub account under a given monitor resource. This create operation can take upto 10 minutes \ | ||
to complete." |
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.
short-summary: "Create sub account under a given monitor resource. This create operation can take upto 10 minutes \ | |
to complete." | |
short-summary: "Create sub account under a given monitor resource. " |
Good job. |
* rename command group * simplify several commands * add alias for long parameter * add replacer for credential scan * fix style and linter check
96497ca
to
339406b
Compare
Description
Draft pull request for Logz.io.
Testing Guide
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update
src/index.json
automatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json
.