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_management_group #1788

Merged

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    96e7730 View commit details
    Browse the repository at this point in the history
  2. Finished up unit tests

    justinbarias committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    06ce278 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Change tests to use ARM_SUBSCRIPTION_ID env var

    Documentation for arm_management_group resource
    justinbarias committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    6e91482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    632f8ee View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Added Microsoft.Management provider for registration

    Remove required, computed on subscription_ids
    Made CreateManagementGroupRequest properties lean
    Remove unnecessary evaluation of future result
    Modified test case with subscription to manipulate subscriptions
    Fixed up documentation page label
    Removed unnecessary examples
    justinbarias committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    3ddd88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c3d080 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Management Groups: fixes to match the API

    - Allowing users to specify the Group ID
    - Renaming `name` to `display_name` / making it optional
    - Generating a Group ID / Display Name if not specified
    - Support for Parent Management Groups
    - Additional tests
    
    Tests pass:
    
    ```
     $ acctests azurerm TestAccAzureRMManagementGroup_
    
    === RUN   TestAccAzureRMManagementGroup_basic
    --- PASS: TestAccAzureRMManagementGroup_basic (56.52s)
    === RUN   TestAccAzureRMManagementGroup_nested
    --- PASS: TestAccAzureRMManagementGroup_nested (86.19s)
    === RUN   TestAccAzureRMManagementGroup_multiLevel
    --- PASS: TestAccAzureRMManagementGroup_multiLevel (122.92s)
    === RUN   TestAccAzureRMManagementGroup_multiLevelUpdated
    --- PASS: TestAccAzureRMManagementGroup_multiLevelUpdated (200.95s)
    === RUN   TestAccAzureRMManagementGroup_withName
    --- PASS: TestAccAzureRMManagementGroup_withName (68.17s)
    === RUN   TestAccAzureRMManagementGroup_updateName
    --- PASS: TestAccAzureRMManagementGroup_updateName (98.42s)
    === RUN   TestAccAzureRMManagementGroup_withSubscriptions
    --- PASS: TestAccAzureRMManagementGroup_withSubscriptions (189.71s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	823.213s
    ```
    tombuildsstuff committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    039373e View commit details
    Browse the repository at this point in the history