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

[Monitor] support schedule query rule #2328

Merged

Conversation

mmyyrroonn
Copy link
Contributor


Fix Azure/azure-cli#14691

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.

@azuresdkci
Copy link

If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR:

docker run -it microsoft/azure-cli:latest
export EXT=<NAME>
pip install --upgrade --target ~/.azure/cliextensions/$EXT "git+https://github.com/MyronFanQiu/azure-cli-extensions.git@fix-14691-support-schedule-query-rule#subdirectory=src/$EXT&egg=$EXT"

@mmyyrroonn mmyyrroonn force-pushed the fix-14691-support-schedule-query-rule branch from de44567 to eea4fc4 Compare September 9, 2020 08:11
@yonzhan yonzhan added this to the S175 milestone Sep 9, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Sep 9, 2020

add to S175

Copy link
Member

@jsntcy jsntcy left a comment

Choose a reason for hiding this comment

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

:shipit:

@mmyyrroonn mmyyrroonn force-pushed the fix-14691-support-schedule-query-rule branch from f7943f6 to a92cd4b Compare September 14, 2020 09:09
@mmyyrroonn mmyyrroonn merged commit 36968ae into Azure:master Sep 14, 2020
@mmyyrroonn mmyyrroonn deleted the fix-14691-support-schedule-query-rule branch September 14, 2020 09:28
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.

Support Azure CLI for schedule query rules new API version.
4 participants