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

New Resource: azurerm_monitor_scheduled_query_rules_alert & azurerm_monitor_scheduled_query_rules_log #5053

Merged
merged 31 commits into from
Mar 4, 2020

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    81f2521 View commit details
    Browse the repository at this point in the history
  2. Acceptance tests passing

    mcdafydd committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    5303ecd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607a00d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Minor updates and bug fixes

    - Fix some sprintf formatting
    - Improve documentation for cross-resource query
    - Don't create an empty metric_trigger {} if user doesn't specify block
    mcdafydd committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    ebf84e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce59b1a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    03cdd53 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    f3245e1 View commit details
    Browse the repository at this point in the history
  2. fix response import

    mcdafydd committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    a1bf9ba View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    7b785a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Merge remote-tracking branch 'upstream/master' into r/scheduled-query…

    …-rules
    
    Resolve merge conflicts
    mcdafydd committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    e4e4c9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8acb500 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Configuration menu
    Copy the full SHA
    7b25b37 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    88a2788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dcea9c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    27f7f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Fix code review items

    mcdafydd committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    7dfdeb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7220ba4 View commit details
    Browse the repository at this point in the history
  3. Fix lint issues hashicorp#2

    mcdafydd committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    3fa8441 View commit details
    Browse the repository at this point in the history
  4. Fix lint issues hashicorp#3

    mcdafydd committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    d2a15de View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Fix documentation error

    mcdafydd committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    04d4a12 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    d835ced View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Add monitor helpers

    mcdafydd committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    78ddff0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    e9ce243 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    14d0825 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Address review comments

    - Fix test crash
    - Move common functions to helpers
    - Add more schema validations
    - Add Update tests
    mcdafydd committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    651c41f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    db64f0d View commit details
    Browse the repository at this point in the history
  2. Review updates

    - Add metric alerts to LogToMetric tests and docs
    - Fix type assert from change to TypeList
    - Fix a couple typos
    mcdafydd committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    37b2c39 View commit details
    Browse the repository at this point in the history
  3. Add MaxItems for cross-resource query

    David McPike committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    347753a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Configuration menu
    Copy the full SHA
    7689b82 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Address review comments

    - Improve docs
    - Use heredoc strings in docs and test queries
    - Move shared functions into monitor package
    - Add underscores to test function names
    mcdafydd committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    27ad7ae View commit details
    Browse the repository at this point in the history
  2. Fix markdown formatting

    mcdafydd committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0625b05 View commit details
    Browse the repository at this point in the history