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

azurerm_monitor_action_group: Add Arm Role Receiver and more common alert schema support #4638

Merged
merged 35 commits into from
Nov 18, 2019

Commits on Sep 5, 2019

  1. First pass adding new action group receivers

    - ITSM
    - Azure App Push
    - Automation Runbook
    - Voice
    - Azure Function
    - Logic App
    mcdafydd committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    4bf7ab1 View commit details
    Browse the repository at this point in the history
  2. Update go.mod, go.sum; Change Computed to Optional

    David McPike committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ffc99ab View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Make all data source properties Computed

    David McPike committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    c8c20ce View commit details
    Browse the repository at this point in the history
  2. Revert go.mod/go.sum to master

    David McPike committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    5e6421c View commit details
    Browse the repository at this point in the history
  3. Remove imports

    David McPike committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    b870072 View commit details
    Browse the repository at this point in the history
  4. First pass at doc updates for action groups

    David McPike committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    6319f6e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Configuration menu
    Copy the full SHA
    0fba52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796278e View commit details
    Browse the repository at this point in the history
  3. Add more resource references

    mcdafydd committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    6a163cb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Resolve PR comments

    mcdafydd committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    717eef1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    7e584bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83fb561 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

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

Commits on Oct 10, 2019

  1. Change imports to terraform-plugin-sdk

    David McPike committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    faf090c View commit details
    Browse the repository at this point in the history
  2. Fix terraform plugin import path

    David McPike committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    021fd6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45524bb View commit details
    Browse the repository at this point in the history
  4. Fix linting error

    David McPike committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    165f3ec View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    4a87ce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4ddf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    9bc431b View commit details
    Browse the repository at this point in the history
  2. fix typo

    mcdafydd committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    560950f View commit details
    Browse the repository at this point in the history
  3. Fixes hashicorp#3603 and comments

    - Adds arm_role_receiver
    - Adds use_common_alert_schema to all supported receivers
    - Changes require insights import change from hashicorp#4483
    mcdafydd committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3855aa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    632a651 View commit details
    Browse the repository at this point in the history
  2. Update docs

    mcdafydd committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    fd91605 View commit details
    Browse the repository at this point in the history
  3. Update docs

    mcdafydd committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    13fa0a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
    mcdafydd and tombuildsstuff authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    251bb1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f788f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06034c2 View commit details
    Browse the repository at this point in the history
  4. Update azurerm/resource_arm_monitor_action_group.go

    Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
    mcdafydd and tombuildsstuff authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    418e6c7 View commit details
    Browse the repository at this point in the history
  5. Update azurerm/resource_arm_monitor_action_group.go

    Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
    mcdafydd and tombuildsstuff authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    2dd4bd7 View commit details
    Browse the repository at this point in the history
  6. Update azurerm/resource_arm_monitor_action_group.go

    Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
    mcdafydd and tombuildsstuff authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    6b567a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Fix tests

    mcdafydd committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    8eec8d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Apply suggestions from code review

    Commit remaining code review suggestions
    
    Co-Authored-By: Tom Harvey <tombuildsstuff@users.noreply.github.com>
    mcdafydd and tombuildsstuff authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3f7c90f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Make requested changes

    mcdafydd committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    327acb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

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