Skip to content
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

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

necusjz
Copy link
Member

@necusjz necusjz commented Oct 8, 2021

Closed Azure/azure-cli#19266

Description

Draft pull request for Logz.io.

Testing Guide

$ azdev test logz

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run 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.

@yonzhan
Copy link
Collaborator

yonzhan commented Oct 8, 2021

logz

@yonzhan yonzhan added this to the Oct 2021 (2021-11-02) milestone Oct 8, 2021
@necusjz necusjz changed the title [logz] draft pull request for logz.io (#19266) [Logz.io] Draft pull request Oct 21, 2021
@necusjz necusjz force-pushed the feature-logz-onboard branch 8 times, most recently from 51bffec to 138b9dd Compare October 26, 2021 08:16
@necusjz necusjz changed the title [Logz.io] Draft pull request [Logz.io] Release an experimental version Oct 27, 2021
@kairu-ms kairu-ms marked this pull request as ready for review October 28, 2021 04:32

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 \
Copy link
Contributor

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.

Suggested change
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 \

Comment on lines +142 to +143
short-summary: "Sending request to update the collection when Logz.io agent has been installed on a VM for a given \
monitor."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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."

Comment on lines +346 to +347
short-summary: "Create sub account under a given monitor resource. This create operation can take upto 10 minutes \
to complete."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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. "

@kairu-ms
Copy link
Contributor

Good job.

* rename command group

* simplify several commands

* add alias for long parameter

* add replacer for credential scan

* fix style and linter check
@kairu-ms kairu-ms merged commit 7ce9e28 into Azure:main Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microsoft.Logz new GA service request
3 participants