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

sync with master fork #1

Merged
merged 1,116 commits into from
Aug 15, 2018
Merged

sync with master fork #1

merged 1,116 commits into from
Aug 15, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    066fc2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1490 from straubt1/app_security_group_GA

    Application Security Groups now GA
    katbyte authored Jul 4, 2018
    Configuration menu
    Copy the full SHA
    9c1edb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

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

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    702b64a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1503 from terraform-providers/b-azurerm_sql_datab…

    …ase-rson-updates
    
    resource/azurerm_sql_database: Fix requested_service_objective_name updates
    bflad authored Jul 6, 2018
    Configuration menu
    Copy the full SHA
    ab6192c View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG for #1503

    bflad authored Jul 6, 2018
    Configuration menu
    Copy the full SHA
    52435be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a10e2d9 View commit details
    Browse the repository at this point in the history
  5. Supporting radius_server_address, radius_server_secret and `vpn_c…

    …lient_protocols`, introduced to the resource in #946
    
    Fixes #1496
    tombuildsstuff committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    e77d399 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3801457 View commit details
    Browse the repository at this point in the history
  7. resource/application_Gateway: Add minimum_servers to probe resource

    This was missing from the original implementation and is required if
    you want to manually mark servers as active
    stack72 committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    3078e0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e80f00 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Merge pull request #1510 from stack72/app_gateway_probe_min_servers

    resource/application_Gateway: Add minimum_servers to probe resource
    katbyte authored Jul 7, 2018
    Configuration menu
    Copy the full SHA
    f1b5901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892df24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1505 from terraform-providers/b-vng-datasource

    Virtual Network Gateway - fixing a set error
    katbyte authored Jul 7, 2018
    Configuration menu
    Copy the full SHA
    7d77a85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    167d001 View commit details
    Browse the repository at this point in the history
  5. Updates as requested in PR

    katbyte committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    f387eac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c774a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. New Resource: Key Vault Access Policy (#1149)

    * Initial support for Azure Key Vault Policy resource
    
    * Updated to fix the test broken from updating the source code.  We don't need to wait for keyvaults creationg as we aren't creating keyvaults
    
    * Addressed PR comments
    
    * Return nil on a delete for the shared delete/update function
    
    * Removed reference to old code
    
    * Starting to address PR comments
    
    * Starting to address PR comments
    
    * Working my way through the PR comments
    
    * Fixed some of the tests
    
    * Ran make fmt
    
    * Fixed website links
    
    * Updated route test to fail
    
    * Updated to support importing an access policy
    
    * Updated to support importing of the resource and some enhanced tests
    
    * Reverted route_test to not fail for this pr
    
    * Working through pr comments
    
    * Updated for PR comments as well as added several unittests for the key_vault_access_policy shared helper library
    
    * Ran make fmt
    
    * Refactoring the helpers into the `helpers/schema` folder
    
    Ensuring we only lock on the Key Vault name, since the access policy doesn't matter for locking purposes if we lock on the entire KeyVault
    
    ```
    $ acctests azurerm TestAccAzureRMKeyVaultAccessPolicy_
    
    === RUN   TestAccAzureRMKeyVaultAccessPolicy_basic
    --- PASS: TestAccAzureRMKeyVaultAccessPolicy_basic (222.29s)
    === RUN   TestAccAzureRMKeyVaultAccessPolicy_multiple
    --- PASS: TestAccAzureRMKeyVaultAccessPolicy_multiple (228.28s)
    === RUN   TestAccAzureRMKeyVaultAccessPolicy_update
    --- PASS: TestAccAzureRMKeyVaultAccessPolicy_update (238.59s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	689.209s
    ```
    
    * Adding import tests / clarifying the import docs
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMKeyVaultAccessPolicy_import
    
    === RUN   TestAccAzureRMKeyVaultAccessPolicy_importBasic
    --- PASS: TestAccAzureRMKeyVaultAccessPolicy_importBasic (225.81s)
    === RUN   TestAccAzureRMKeyVaultAccessPolicy_importMultiple
    --- PASS: TestAccAzureRMKeyVaultAccessPolicy_importMultiple (218.71s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	444.557s
    ```
    
    * Handling the case of an AppID and no AppID being specified / refactoring tests
    
    * Fixing the error message
    
    * Documentation fixes
    sophos-jeff authored and tombuildsstuff committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    1e9f067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e481842 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1191 from terraform-providers/f-r-scheduler_job-s…

    …torage
    
    scheduler_job: Added storage queue support
    katbyte authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    0f1ff90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc6ef79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1203e52 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1498 from terraform-providers/f-servicebus-namesp…

    …ace-sas
    
    new resource: azurerm_servicebus_namespace_authorization_rule
    katbyte authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    21f9604 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db3d78c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    0798c53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1499 from terraform-providers/datalake-firewall-r…

    …ules
    
    New Resource: `azurerm_data_lake_store_firewall_rule`
    katbyte authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    c1f4b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d676869 View commit details
    Browse the repository at this point in the history
  4. azurerm_storage_account: limit tag names to 128 characters (#1524)

    * azurerm_storage_account: limit tag names to 128 characters
    
    * fixing the imports
    katbyte authored and tombuildsstuff committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    214e3a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad38287 View commit details
    Browse the repository at this point in the history
  6. reordering

    tombuildsstuff authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    ad4971c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25e5016 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05042c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49b9dad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b3982e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1533 from terraform-providers/b-cosmosdb-fixes

    cosmos db account - fixes for #1525
    katbyte authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    f92c132 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf9d549 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1532 from terraform-providers/b-mysql-postgre-update

    Fix to not drop MySQL and PostgreSQL DB when storage_mb value is changed
    katbyte authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    4a94648 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    956f106 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. azurerm_key_vault_key - handling the parent Key Vault being deleted (

    …#1535)
    
    * Ensuring Key Vault Key's detect when the parent Key Vault's have been deleted
    
    Also adds tests for the other resources
    
    * Adding debug lines
    tombuildsstuff authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    aaa82af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86201d5 View commit details
    Browse the repository at this point in the history
  3. Remove tags validate in preConfig of TestAccAzureRMKeyVault_update (#…

    …1534)
    
    * Remove tags validate in preConfig TestAccAzureRMKeyVault_update
    
    * validate preConfig tags.%=0 in TestAccAzureRMKeyVault_update
    lrxtom2 authored and tombuildsstuff committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    4c760cb View commit details
    Browse the repository at this point in the history
  4. New Resource: azurerm_azuread_application (#1269)

    * Add an AD Application provider.
    
    Split from PR #961.
    
    * Rename resource to azurerm_azuread_application and update function names to match.
    
    * Address code review comments.
    
    * Remove Password/Key Credentials to turn them into resources.
    
    * Refactoring:
    
    - updating the acceptance tests to prefix the name with `acctest` so it's easily identifyable
    - wrapping the error messages to display more useful information
    - ensuring we disable apps or other tenants before deleting them
    - making available_to_other_tenants / oauth2_allow_implicit_flow not computed
    - updating the docs
    
    ```
     $ acctests azurerm TestAccAzureRMActiveDirectoryApplication_
    === RUN   TestAccAzureRMActiveDirectoryApplication_importBasic
    --- PASS: TestAccAzureRMActiveDirectoryApplication_importBasic (38.38s)
    === RUN   TestAccAzureRMActiveDirectoryApplication_importComplete
    --- PASS: TestAccAzureRMActiveDirectoryApplication_importComplete (25.42s)
    === RUN   TestAccAzureRMActiveDirectoryApplication_basic
    --- PASS: TestAccAzureRMActiveDirectoryApplication_basic (20.18s)
    === RUN   TestAccAzureRMActiveDirectoryApplication_availableToOtherTenants
    --- PASS: TestAccAzureRMActiveDirectoryApplication_availableToOtherTenants (21.60s)
    === RUN   TestAccAzureRMActiveDirectoryApplication_complete
    --- PASS: TestAccAzureRMActiveDirectoryApplication_complete (20.19s)
    === RUN   TestAccAzureRMActiveDirectoryApplication_update
    --- PASS: TestAccAzureRMActiveDirectoryApplication_update (39.92s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	165.735s
    ```
    Stavrus authored and tombuildsstuff committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    30f0dfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    365903b View commit details
    Browse the repository at this point in the history
  6. v1.9.0

    tf-release-bot authored and TeamCity committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b5f6496 View commit details
    Browse the repository at this point in the history
  7. Cleanup after v1.9.0 release

    tf-release-bot authored and TeamCity committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    0a9ceed View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    68df047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    165a5a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08bfd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60eb5ba View commit details
    Browse the repository at this point in the history
  5. New Data Source: azurerm_azuread_application

    Tests pass:
    ```
    $ acctests azurerm TestAccDataSourceAzureRMAzureADApplication_
    === RUN   TestAccDataSourceAzureRMAzureADApplication_byObjectId
    --- PASS: TestAccDataSourceAzureRMAzureADApplication_byObjectId (19.70s)
    === RUN   TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete
    --- PASS: TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete (22.12s)
    === RUN   TestAccDataSourceAzureRMAzureADApplication_byName
    --- PASS: TestAccDataSourceAzureRMAzureADApplication_byName (33.22s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	75.073s
    ```
    tombuildsstuff committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    e64a7b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb38c79 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1552 from terraform-providers/data-source-azuread…

    …-app
    
    New Data Source: `azurerm_azuread_application`
    katbyte authored Jul 12, 2018
    Configuration menu
    Copy the full SHA
    f9f35bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe4e024 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    653c6d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. resouce/app_insights: Allow different application_type deployments (#…

    …1563)
    
    Fixes: #822
    
    This follows the work in the API to allow types like web, other, java,
    store, phone and ios
    
    ```
    ▶ acctests azurerm TestAccAzureRMApplicationInsights_
    === RUN   TestAccAzureRMApplicationInsights_importBasicWeb
    --- PASS: TestAccAzureRMApplicationInsights_importBasicWeb (99.07s)
    === RUN   TestAccAzureRMApplicationInsights_importBasicOther
    --- PASS: TestAccAzureRMApplicationInsights_importBasicOther (96.48s)
    === RUN   TestAccAzureRMApplicationInsights_basicWeb
    --- PASS: TestAccAzureRMApplicationInsights_basicWeb (84.27s)
    === RUN   TestAccAzureRMApplicationInsights_basicJava
    --- PASS: TestAccAzureRMApplicationInsights_basicJava (79.28s)
    === RUN   TestAccAzureRMApplicationInsights_basicOther
    --- PASS: TestAccAzureRMApplicationInsights_basicOther (73.29s)
    === RUN   TestAccAzureRMApplicationInsights_basicPhone
    --- PASS: TestAccAzureRMApplicationInsights_basicPhone (73.88s)
    === RUN   TestAccAzureRMApplicationInsights_basicStore
    --- PASS: TestAccAzureRMApplicationInsights_basicStore (68.69s)
    === RUN   TestAccAzureRMApplicationInsights_basiciOS
    --- PASS: TestAccAzureRMApplicationInsights_basiciOS (76.30s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	651.307s
    ```
    stack72 authored and tombuildsstuff committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    d5deb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee414c3 View commit details
    Browse the repository at this point in the history
  3. resource/servicebus_subscription_rule: Fix the correlation_filter opt…

    …ional values (#1565)
    
    Fixes: #1537
    
    This was a simple fix to make sure that we were not passing empty strings
    to the API. When passing empty strings, it was including those strings
    in the subscription rule
    
    We should only set the part of the rule if it is required as, technically,
    a rule of sys.To = `` is actually value
    stack72 authored and tombuildsstuff committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    629f6fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    854521d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1558 from terraform-providers/b-vmss-skuset

    VMSS: changed sku property from a set to list to help with #930
    katbyte authored Jul 13, 2018
    Configuration menu
    Copy the full SHA
    ba9e3f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. resource/function_app: Add support for outputting site_credentials (#…

    …1567)
    
    Fixes: 1328
    
    Modelled on that of app_service
    stack72 authored and tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    d5bd68e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738ed4c View commit details
    Browse the repository at this point in the history
  3. resource/servicebus_subscription: Allow the setting of default_messag…

    …e_ttl (#1568)
    
    Fixes: #1566
    
    This wasn't being passed to the Create func even though the user could
    define it
    stack72 authored and tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    7177e14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae2afa1 View commit details
    Browse the repository at this point in the history
  5. Allow - in disk snapshot names (#1574)

    It appears that - was omitted from the possible character in snapshot
    names.
    It doesn't seem like there is any issue when using - in the name, as
    I was able to create snapshots with dashes both from the portal and
    through this plugin (with this patch applied).
    CoRfr authored and tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    f3eaec9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c4ab9d View commit details
    Browse the repository at this point in the history
  7. New Resource - resource_arm_servicebus_queue_authorization_rule (#1543)

    New Resource - azurerm_servicebus_queue_authorization_rule
    katbyte authored and tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    b1fcd20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43c1767 View commit details
    Browse the repository at this point in the history
  9. Support in-place update of app service slots (#1436)

    * Support in-place update of app service slots
    
    - Upgrade to 2018-02-01 of the App Service API
    - Remove `ForceNew` on several slot attributes and update them in place
    
    * Translate IP restrictions addresses in new web app API
    
    - Translate between CIDR-format IP addresses (a.b.c.d/x) and IP/subnet
    mask combination
    - Add additional test IP restriction to capture CIDR address translation
    phekmat authored and tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    d3f9cdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5a039f View commit details
    Browse the repository at this point in the history
  11. resource/app_service: Add support for site_config FtpsState (#1577)

    * resource/app_service: Add support for site_config FtpsState
    
    Fixes: #1467
    
    * Update app_service.html.markdown
    stack72 authored and tombuildsstuff committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    1f0740a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84dc8e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. resource/app_service_slot: Add support for enabling MSI (#1579)

    * resource/app_service_slot: Add support for enabling MSI
    
    Fixes: #1268
    
    * App Service -> App Service Slot
    stack72 authored and tombuildsstuff committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    e992995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07ed7a View commit details
    Browse the repository at this point in the history
  3. Authentication: Refreshing the Service Principal Token before using it (

    #1544)
    
    This fix was originally contributed by @sophos-jeff in #1349 but has been split-out
    
    This allows Azure CLI auth to be used to accessing Key Vaults, which fixes #656.
    tombuildsstuff authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    4656313 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcab4cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    545f2f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d04b82c View commit details
    Browse the repository at this point in the history
  7. resource/container_group: add registry credential (#1529)

    * Added imageRegistryCredentials to container group
    
    * Update docs to add image_registry_credentials
    
    * Added test and fixes from pr #1509
    
    * Fix up review feedback
    
    * Further tests and tweaks
    
    * Reverting the LinuxBasic test
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMContainerGroup_linuxBasic
    === RUN   TestAccAzureRMContainerGroup_linuxBasic
    --- PASS: TestAccAzureRMContainerGroup_linuxBasic (86.67s)
    === RUN   TestAccAzureRMContainerGroup_linuxBasicUpdate
    --- PASS: TestAccAzureRMContainerGroup_linuxBasicUpdate (107.92s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	194.641s
    ```
    lawrencegripper authored and tombuildsstuff committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    fe9975d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0b3434 View commit details
    Browse the repository at this point in the history
  9. Function app consumption plan bug (#1515)

    * Do not load WEBSITE_CONTENT app settings when on a consumption plan
    
    * Inverse the dynamic plan check, thanks @APErebus
    
    * '%s' -> %q for safety
    
    * Add a nil check
    
    * Added tests to ensure the settings are removed:
    
    ```
    $ acctests azurerm TestAccAzureRMFunctionApp_basic
    === RUN   TestAccAzureRMFunctionApp_basic
    --- PASS: TestAccAzureRMFunctionApp_basic (111.90s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	111.938s
    ```
    
    ```
    $ acctests azurerm TestAccAzureRMFunctionApp_consumptionPlan
    === RUN   TestAccAzureRMFunctionApp_consumptionPlan
    --- PASS: TestAccAzureRMFunctionApp_consumptionPlan (143.36s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	143.406s
    ```
    ranieuwe authored and tombuildsstuff committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    6ec6d71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    710756e View commit details
    Browse the repository at this point in the history
  11. new resource - azurerm_eventhub_namespace_authorization_rule (#1572)

    * added new resource resource_arm_servicebus_queue_authorization_rule
    
    * updates & add docs
    
    * Update service bus topic auth rule tests
    
    * new resource - azurerm_eventhub_namespace_authorizzation_rule
    
    * Documentation fixes
    
    * Switching to use the Namespaces client
    
    * Consistency
    
    * Fixing a test failure
    katbyte authored and tombuildsstuff committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    297b365 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4b0702 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26a193c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    654ea87 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1582 from kjhosein/patch-4

    Improve awkward wording in `quota` description
    katbyte authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    42e85b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    9e76c4e View commit details
    Browse the repository at this point in the history
  2. New Resource: azurerm_logic_app_workflow (#1266)

    * Vendoring the Logic App SDK
    
    * New Resource: `azurerm_logic_app_workflow`
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMLogicAppWorkflow_
    === RUN   TestAccAzureRMLogicAppWorkflow_empty
    --- PASS: TestAccAzureRMLogicAppWorkflow_empty (97.38s)
    === RUN   TestAccAzureRMLogicAppWorkflow_tags
    --- PASS: TestAccAzureRMLogicAppWorkflow_tags (83.56s)
    === RUN   TestAccAzureRMLogicAppWorkflow_actionHTTP
    --- PASS: TestAccAzureRMLogicAppWorkflow_actionHTTP (75.25s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm       256.212s
    ```
    
    Fixes #610
    
    * Upgrading Logic Apps to v18.0.0 of the Azure SDK for Go
    
    * Moving Actions and Triggers out to separate objects
    
    ```
    $ acctests azurerm TestAccAzureRMLogicAppWorkflow_
    === RUN   TestAccAzureRMLogicAppWorkflow_importEmpty
    --- PASS: TestAccAzureRMLogicAppWorkflow_importEmpty (71.95s)
    === RUN   TestAccAzureRMLogicAppWorkflow_importTags
    --- PASS: TestAccAzureRMLogicAppWorkflow_importTags (69.51s)
    === RUN   TestAccAzureRMLogicAppWorkflow_empty
    --- PASS: TestAccAzureRMLogicAppWorkflow_empty (66.77s)
    === RUN   TestAccAzureRMLogicAppWorkflow_tags
    --- PASS: TestAccAzureRMLogicAppWorkflow_tags (81.51s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	289.789s
    ```
    
    * New Resource: `azurerm_logic_app_action_http`
    
    Tests pass:
    ```
    $ acctests azurerm TestAccAzureRMLogicAppActionHttp_
    
    === RUN   TestAccAzureRMLogicAppActionHttp_basic
    --- PASS: TestAccAzureRMLogicAppActionHttp_basic (65.75s)
    === RUN   TestAccAzureRMLogicAppActionHttp_headers
    --- PASS: TestAccAzureRMLogicAppActionHttp_headers (61.97s)
    === RUN   TestAccAzureRMLogicAppActionHttp_disappears
    --- PASS: TestAccAzureRMLogicAppActionHttp_disappears (77.38s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	205.136s
    ```
    
    * New Resources: `azurerm_logic_app_trigger_http_request` / `azurerm_logic_app_trigger_recurrence`
    
    - Adding documentation for all of the resources
    - Making the test check functions more generic
    
    * New Resource: `azurerm_logic_app_action_custom`
    
    * New Resource: `azurerm_logic_app_trigger_custom`
    
    * Adding an example of how to use a logic app
    
    * New Data Source: `azurerm_logic_app_workflow`
    
    ```
    $ acctests azurerm TestAccDataSourceAzureRMLogicAppWorkflow_
    === RUN   TestAccDataSourceAzureRMLogicAppWorkflow_basic
    --- PASS: TestAccDataSourceAzureRMLogicAppWorkflow_basic (69.73s)
    === RUN   TestAccDataSourceAzureRMLogicAppWorkflow_tags
    --- PASS: TestAccDataSourceAzureRMLogicAppWorkflow_tags (67.28s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	137.042s
    ```
    
    * Fixing issues raised during code review
    
    * Adding a customizeDiff for http requests
    
    * Returning an error rather than removing the state
    tombuildsstuff authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    7a6762b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7c41b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b790d5d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1588 from terraform-providers/lb-optional-subnetid

    Load Balancer: making the `subnet_id` a nilable field
    katbyte authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    cf83b57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcf2bd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2362510 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    433b7c4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1592 from Supermathie/master

    docs/r/application_gateway: clarify path based routing
    katbyte authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    e26d49b View commit details
    Browse the repository at this point in the history
  10. limit number of asgs to 1 (#1587)

    hbuckle authored and tombuildsstuff committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    a8097c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    077c7ce View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Fix to allow MySQL and PostgreSQL to upgrade SKU without destroying e…

    …xisting resource (#1598)
    
    * Fixes for #1597
    
    * jeffreycline
    WodansSon authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    5285f4b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md (#1607)

    Added changes to MySQL and PostgreSQL
    WodansSon authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    47dcdfb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. New Resources: Notification Hubs (#1589)

    * Making the messaging highlight consistent
    
    * New Resources: `azurerm_notification_hub` & `azurerm_notification_hub_namespace`
    
    * Fixing a merge conflict
    
    * Vendoring v18.0.0 of the Notification Hubs SDK
    
    * Sidebar: making the message highlight consistent
    
    * Adding placeholders for the documentation
    
    * Fixing Notification Hub Namespaces
    
    ```
    $ acctests azurerm TestAccAzureRMNotificationHubNamespace_
    === RUN   TestAccAzureRMNotificationHubNamespace_importFree
    --- PASS: TestAccAzureRMNotificationHubNamespace_importFree (134.35s)
    === RUN   TestAccAzureRMNotificationHubNamespace_free
    --- PASS: TestAccAzureRMNotificationHubNamespace_free (126.57s)
    === RUN   TestAccAzureRMNotificationHubNamespace_updateSku
    --- PASS: TestAccAzureRMNotificationHubNamespace_updateSku (143.16s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	404.111s
    ```
    
    * New Data Source: `azurerm_notification_hub_namespace`
    
    ```
    $ acctests azurerm TestAccDataSourceAzureRMNotificationHubNamespace_free
    === RUN   TestAccDataSourceAzureRMNotificationHubNamespace_free
    --- PASS: TestAccDataSourceAzureRMNotificationHubNamespace_free (130.03s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	130.081s
    ```
    
    * New Resource `azurerm_notification_hub`
    
    ```
    $ acctests azurerm TestAccAzureRMNotificationHub_basic
    === RUN   TestAccAzureRMNotificationHub_basic
    --- PASS: TestAccAzureRMNotificationHub_basic (284.22s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	284.273s
    ```
    
    * New Data Source: `azurerm_notification_hub`
    
    ```
    
    ```
    
    * Working around a bug where APNS/GCM credentials couldn't be removed
    
    Renaming the fields to better match the portal/terms used in Apple/Google Dev Portals
    
    * Better documenting the Token field
    
    * New Resource: `azurerm_notification_hub_authorization_rule`
    
    Tests pass:
    ```
    
    ```
    
    * Polling on our own, since the delete Future's broken
    
    Tests pass:
    ```
    $ acctests azurerm TestAccAzureRMNotificationHubNamespace_
    === RUN   TestAccAzureRMNotificationHubNamespace_importFree
    --- PASS: TestAccAzureRMNotificationHubNamespace_importFree (71.04s)
    === RUN   TestAccAzureRMNotificationHubNamespace_free
    --- PASS: TestAccAzureRMNotificationHubNamespace_free (73.17s)
    === RUN   TestAccAzureRMNotificationHubNamespace_updateSku
    --- PASS: TestAccAzureRMNotificationHubNamespace_updateSku (86.43s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	230.677s
    ```
    
    * Fixing a bug in the tests
    
    * Adding an acceptance test to ensure the access keys are set
    
    * Adding a link to the bug
    
    * Making SKU Name Force-New due to a difference in the API
    
    ```
    azurerm_notification_hub_namespace.test: Error creating/updating Notification Hub Namesapce "acctestnhn-4049058900878420170" (Resource Group "acctestrg-4049058900878420170"): notificationhubs.NamespacesClient#CreateOrUpdate: Failure sending request: StatusCode=409 -- Original Error: autorest/azure: Service returned an error. Status=<nil> Code="Conflict" Message="Namespace acctestnhn-4049058900878420170 is in state Created. Cannot update the property"
    ```
    
    * repeatidly triggering deletes
    
    * Removing dead code / adding a comment for why we re-trigger deletion
    
    * Moving the APNS Endpoints to Constants
    tombuildsstuff authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    724bff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75b520 View commit details
    Browse the repository at this point in the history
  3. Azure Active Directory Service Principals (#1564)

    * New Resource: `azurerm_azuread_service_principal`
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMActiveDirectoryServicePrincipal_
    
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipal_importBasic
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipal_importBasic (24.04s)
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipal_basic
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipal_basic (17.61s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	41.701s
    ```
    
    * New Data Source: `azurerm_azuread_service_principal`
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccDataSourceAzureRMAzureADServicePrincipal_
    === RUN   TestAccDataSourceAzureRMAzureADServicePrincipal_byApplicationId
    --- PASS: TestAccDataSourceAzureRMAzureADServicePrincipal_byApplicationId (34.96s)
    === RUN   TestAccDataSourceAzureRMAzureADServicePrincipal_byDisplayName
    --- PASS: TestAccDataSourceAzureRMAzureADServicePrincipal_byDisplayName (23.48s)
    === RUN   TestAccDataSourceAzureRMAzureADServicePrincipal_byObjectId
    --- PASS: TestAccDataSourceAzureRMAzureADServicePrincipal_byObjectId (62.43s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	120.900s
    
    ```
    
    * New Resource: `azurerm_azuread_service_principal_password`
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMActiveDirectoryServicePrincipalPassword_
    
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipalPassword_basic
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipalPassword_basic (36.08s)
    === RUN   TestAccAzureRMActiveDirectoryServicePrincipalPassword_customKeyId
    --- PASS: TestAccAzureRMActiveDirectoryServicePrincipalPassword_customKeyId (26.22s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	62.335s
    ```
    
    * Fixing the broken objectID test
    
    ```
    $ acctests azurerm TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete
    === RUN   TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete
    --- PASS: TestAccDataSourceAzureRMAzureADApplication_byObjectIdComplete (33.13s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	33.179s
    ```
    tombuildsstuff authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    e963ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0195a6d View commit details
    Browse the repository at this point in the history
  5. Fixing the formatting

    tombuildsstuff authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    a64039d View commit details
    Browse the repository at this point in the history
  6. Fixing the formatting

    tombuildsstuff authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    1b1f18a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d71a2a View commit details
    Browse the repository at this point in the history
  8. Adding nil checks

    mbfrahry committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    d2fcff1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1613 from terraform-providers/b-1412

    Additional checks for network_rules during read
    mbfrahry authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    c3a4c07 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. new resources: azurerm_data_lake_analytics_account & azurerm_data_lak…

    …e_analytics_firewall_rule
    katbyte committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    bbafaf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9151e93 View commit details
    Browse the repository at this point in the history
  3. New Resource: Autoscale Settings (#1140)

    * update to build with latest terraform provider code
    
    * update tests
    
    * follow up
    
    * fixes for notification operation and scale value int to string
    
    * Update to the newer SDK types.
    
    * Add autoscale setting to the provider.
    
    * Fix the coding style of test cases.
    
    * Fix styles of resource definition code.
    
    * Initial refactoring to remove crashes
    
    * Moving to the undeprecated SDK
    
    * Refactoring to avoid crashes / ensure fields are always set
    
    * `time_zone` -> `timezone` to match the other resources. Removing `frequency` since it needs defaulting
    
    * Rewriting the documentation / fixing making the highlights consistent
    
    * Removing a remnant of the frequency field
    
    * Setting custom_emails correctly / defaulting timezones to UTC
    
    * Monitoring -> Monitor
    
    * Adding a test for multipleprofiles / additional cleanup
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMAutoScaleSetting_multipleProfiles
    === RUN   TestAccAzureRMAutoScaleSetting_multipleProfiles
    --- PASS: TestAccAzureRMAutoScaleSetting_multipleProfiles (410.92s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	411.254s
    ```
    
    * Linking to the timezone list
    YuriyKishchenko authored and tombuildsstuff committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    7acd9d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2816f6 View commit details
    Browse the repository at this point in the history
  5. fixing broken test terraform

    katbyte committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    df892cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64de4b1 View commit details
    Browse the repository at this point in the history
  7. Fixed broken test value

    katbyte committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    d05a178 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1618 from terraform-providers/r-datalake-analytic…

    …s-account_firewall
    
    new resources: azurerm_data_lake_analytics_account & azurerm_data_lake_analytics_firewall_rule
    katbyte authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    ad16844 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02a7599 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Add maintainers list to README (#1260)

    * Add maintainers list to ReadMe just like Google provider.
    
    * Add team members GitHub alias.
    
    * Add alias of Hashicorp.
    
    * Add Paul's alias as well.
    
    * Make sure the format is correct.
    
    * Update README.md
    Junyi Yi authored and WodansSon committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    4dbb58d View commit details
    Browse the repository at this point in the history
  2. Revert "Add maintainers list to README (#1260)"

    This reverts commit 4dbb58d.
    paultyng committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    28942be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1624 from terraform-providers/pt/revert

    Revert "Add maintainers list to README (#1260)"
    paultyng authored Jul 21, 2018
    Configuration menu
    Copy the full SHA
    3c06d77 View commit details
    Browse the repository at this point in the history
  4. v1.10.0

    tf-release-bot authored and TeamCity committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    61ec80a View commit details
    Browse the repository at this point in the history
  5. Cleanup after v1.10.0 release

    tf-release-bot authored and TeamCity committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    2a59465 View commit details
    Browse the repository at this point in the history
  6. Add support for min TLS version for app services and slots (#1601)

    - Add support for the minimum TLS version used for clients connecting to
    an app service or slot
    - Add tests for app service and slot resources, data source, and import
    phekmat authored and tombuildsstuff committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    dcd80ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    834f6f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Added missing advanced schedule properties to the `azurerm_automation…

    …_schedule` resource
    TFaga committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    5e8bad9 View commit details
    Browse the repository at this point in the history
  2. Added webside docs for the missing advanced schedule properties in th…

    …e `azurerm_automation_schedule` resource
    TFaga committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    ab3ca15 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Minor fixes to the code quality and diff behavior with the advanced p…

    …roperties of the `azurerm_automation_schedule` resource
    TFaga committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    adab682 View commit details
    Browse the repository at this point in the history
  2. Updated handling of the advanced properties in the `azurerm_automatio…

    …n_schedule` in case of state change to remove
    TFaga committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    22a9c1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad4e003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dc6fdd View commit details
    Browse the repository at this point in the history
  5. Shortening defer

    mbfrahry committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    43d6a81 View commit details
    Browse the repository at this point in the history
  6. Adding note around

    mbfrahry committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    dfab424 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a1c9ed View commit details
    Browse the repository at this point in the history
  8. Fmting

    mbfrahry committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    f18e3ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ddbbec View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    d778683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b5c7a View commit details
    Browse the repository at this point in the history
  3. azurerm_data_lake_store - support for encryption/firewall properties (#…

    …1623)
    
    * initial commit of datalake store encryption settings
    
    * Cleanup after merge and got disabling encryption to work
    
    * r/DataLakeStore: Support for Firewall/Encryption
    
    Tests pass:
    ```
    $ acctests azurerm TestAccAzureRMDataLakeStore_
    
    === RUN   TestAccAzureRMDataLakeStore_basic
    --- PASS: TestAccAzureRMDataLakeStore_basic (147.99s)
    === RUN   TestAccAzureRMDataLakeStore_tier
    --- PASS: TestAccAzureRMDataLakeStore_tier (140.91s)
    === RUN   TestAccAzureRMDataLakeStore_encryptionDisabled
    --- PASS: TestAccAzureRMDataLakeStore_encryptionDisabled (126.77s)
    === RUN   TestAccAzureRMDataLakeStore_firewallUpdate
    --- PASS: TestAccAzureRMDataLakeStore_firewallUpdate (253.79s)
    === RUN   TestAccAzureRMDataLakeStore_withTags
    --- PASS: TestAccAzureRMDataLakeStore_withTags (161.95s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	831.835s
    ```
    
    * d/DataLakeStore: support for Encryption/Firewall Rules
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccDataSourceAzureRMDataLakeStore_
    
    === RUN   TestAccDataSourceAzureRMDataLakeStore_basic
    --- PASS: TestAccDataSourceAzureRMDataLakeStore_basic (150.71s)
    === RUN   TestAccDataSourceAzureRMDataLakeStore_tier
    --- PASS: TestAccDataSourceAzureRMDataLakeStore_tier (143.18s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	294.220s
    ```
    
    * Clarfiying the data lake docs
    katbyte authored and tombuildsstuff committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    e8c6992 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf561ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b165b5 View commit details
    Browse the repository at this point in the history
  6. Minor fixes to the handling of the advanced properties on create/upda…

    …te of the `azurerm_automation_schedule` resource
    TFaga committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    980066b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fe1348 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca94af6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Merge pull request #1640 from terraform-providers/b-servicebus-topicname

    azurerm_servicebus_topic name now allows the ~ character
    katbyte authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    2fa398a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c555cb9 View commit details
    Browse the repository at this point in the history
  3. v1.11.0

    tf-release-bot authored and TeamCity committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    84dba52 View commit details
    Browse the repository at this point in the history
  4. Cleanup after v1.11.0 release

    tf-release-bot authored and TeamCity committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    2c216b1 View commit details
    Browse the repository at this point in the history
  5. New Data Source: azurerm_container_registry (#1642)

    * Add 'azurerm_container_image' data source
    
    * Add 'azurerm_container_image' documentation
    
    * Fix data source implementation and test
    
    * Fix datasource docs
    
    * Add link to datasource docs
    
    * Fixes in data source
    
    * Remove unused Schema fields
    * Return error if resource is not found
    
    * Ensuring the data source exists, rather than the resource
    schoren authored and tombuildsstuff committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    2098ef3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c95652 View commit details
    Browse the repository at this point in the history
  7. AKS: NetworkProfile / Advanced Networking (#1479)

    * Added kubernetes_cluster advanced network creation
    
    * Changed network_profile from TypeSet to TypeList
    
    * Added kubernetes_cluster advanced network creation
    
    * Changed network_profile from TypeSet to TypeList
    
    * Updated ForceNew attributes on kubernetes_cluster.network_profile params
    
    * Added advanced network read functionality
    
    * Added tests for kubernetes_cluster.network_profile
    
    * Fixed indentations
    
    * Fixed function name in tests
    
    * Fixed property name in test
    
    * Fixed variable name
    
    * working on data source for kubernetes cluster
    
    * Fixed issue with datasource not working
    
    * Added network_policy and fixed read
    
    * Removed network_policy as unsupported
    
    * Added example of advanced networking
    
    * Added test for data_source
    
    * Made address space more sensible
    
    * Removing kubenet test.
    This is default when network_profile is not specified.
    We already test this.
    
    * Made network_plugin a mandatory field.
    Better to make this explicit.
    
    * Updated documentation to include network_profile
    
    * Fixing the build
    
    * Added ForceNew to network_profile
    
    * Made the docs a little clearer
    
    * Documenting a required field
    
    * Rephrasing the data sources
    
    * Making the `network_profile` block computed
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMKubernetesCluster_basic
    === RUN   TestAccAzureRMKubernetesCluster_basic
    --- PASS: TestAccAzureRMKubernetesCluster_basic (1329.57s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	1329.613s
    ```
    
    * Fixing the field we're asserting on
    
    * Conditionally expanding the network_profile block.
    
    The ip fields are now Computed too
    
    * Validation to ensure that a Subnet ID is assigned to the cluster when the network_profile blocks specified
    
    Example:
    
    ```
    
    Error: Error running plan: 1 error(s) occurred:
    
    * azurerm_kubernetes_cluster.test: 1 error(s) occurred:
    
    * azurerm_kubernetes_cluster.test: If a `network_profile` block is specified, the Agent Pools must be attached to a Subnet
    
    ```
    
    * Updating the documentation to mention the new behaviour
    
    * Adding independent tests for Kubenet and Azure networking profiles
    
    * Conditional validation of the `docker_bridge_cidr`, `dns_service_ip` and `service_cidr` fields.
    
    * Updating the docs
    
    * Fixing the tests
    lfshr authored and tombuildsstuff committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    77e7473 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    788d959 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    48ecf05 View commit details
    Browse the repository at this point in the history
  2. Migrating to new id

    mbfrahry committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    a90a03d View commit details
    Browse the repository at this point in the history
  3. Aks node resource group (#1649)

    * adding support for node_resource_group
    
    * Fixing syntax error
    
    * Changing language in documentation
    Matt Betts authored and tombuildsstuff committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    a55d19e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3703172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1109305 View commit details
    Browse the repository at this point in the history
  6. Removing Exists method

    mbfrahry committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    21bd0b3 View commit details
    Browse the repository at this point in the history
  7. Removing Exists

    mbfrahry committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    b25394d View commit details
    Browse the repository at this point in the history
  8. Adding reviewed comments

    mbfrahry committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    7826262 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1650 from terraform-providers/f-share-quota

    Storage Share Quota and Import Support
    mbfrahry authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    ba51b76 View commit details
    Browse the repository at this point in the history
  10. private_ip_address_allocation types correction

    At present the documentation states that `ip_configuration`.`private_ip_address_allocation` can have have a value of `Dynamic` or `Standard`.
    
    `Standard` is incorrect, `Static` is correct.
    leewilson86 authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    be8d618 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e41abe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5fbd597 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1659 from terraform-providers/f-import-container-…

    …group
    
    Import Support for Container Groups
    mbfrahry authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    84a6148 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1658 from leewilson86/patch-1

    azurerm_network_interface - ip_configuration - private_ip_address_allocation - types correction in documentation
    katbyte authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    8d6e93f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    a16329c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad123b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2900538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f21ce6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fa5c4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05fa852 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Merge pull request #1 from terraform-providers/master

    Syncing from TF
    Matt Betts authored Jul 28, 2018
    Configuration menu
    Copy the full SHA
    e5e75f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

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

Commits on Jul 30, 2018

  1. Examples of using Remote-Exec Provisioners for Windows and Linux (#1665)

    * Adding an example of using a remote-exec provisioner on linux
    
    * Adding an example of using WinRM to run commands on a machine
    
    * Adding an example of a VM with Unmanaged Disks
    
    * Example of provisioning a Managed Disks VM from a Custom Image (ported from the VM Docs)
    
    * Example of provisioning a Basic VM with Managed Disks
    
    * Correctly documenting the delete methods
    
    * Adding an example of attaching data disks to a vm
    
    * Fixing the readme
    
    * Updating the VM Docs to be clearer
    
    * Fixing a bug in the attach disks demo
    
    * additional validation for the vm resource
    
    * Switching over to Standard_F2's for the examples
    tombuildsstuff authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    d88d774 View commit details
    Browse the repository at this point in the history
  2. New Resource: azurerm_service_fabric_cluster (#4)

    * Adding azure service fabric resource
    
    * Vendoring `2018-02-01` of the ServiceFabric SDK
    
    * Adding back in the client definition / changes needed to get it to compile
    
    * Renaming to Service Fabric Cluster
    
    * Registering the Microsoft.ServiceFabric client
    
    * Refactoring Service Fabric Clusters to use nested objects
    
    * Service Fabric Cluster; fixes, import support and acceptance tests
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMServiceFabricCluster_
    === RUN   TestAccAzureRMServiceFabricCluster_basic
    --- PASS: TestAccAzureRMServiceFabricCluster_basic (65.66s)
    === RUN   TestAccAzureRMServiceFabricCluster_addOnFeatures
    --- PASS: TestAccAzureRMServiceFabricCluster_addOnFeatures (54.47s)
    === RUN   TestAccAzureRMServiceFabricCluster_certificate
    --- PASS: TestAccAzureRMServiceFabricCluster_certificate (68.11s)
    === RUN   TestAccAzureRMServiceFabricCluster_clientCertificateThumbprint
    --- PASS: TestAccAzureRMServiceFabricCluster_clientCertificateThumbprint (59.19s)
    === RUN   TestAccAzureRMServiceFabricCluster_diagnosticsConfig
    --- PASS: TestAccAzureRMServiceFabricCluster_diagnosticsConfig (82.73s)
    === RUN   TestAccAzureRMServiceFabricCluster_fabricSettings
    --- PASS: TestAccAzureRMServiceFabricCluster_fabricSettings (61.09s)
    === RUN   TestAccAzureRMServiceFabricCluster_fabricSettingsRemove
    --- PASS: TestAccAzureRMServiceFabricCluster_fabricSettingsRemove (76.76s)
    === RUN   TestAccAzureRMServiceFabricCluster_nodeTypeCustomPorts
    --- PASS: TestAccAzureRMServiceFabricCluster_nodeTypeCustomPorts (67.23s)
    === RUN   TestAccAzureRMServiceFabricCluster_nodeTypesMultiple
    --- PASS: TestAccAzureRMServiceFabricCluster_nodeTypesMultiple (65.39s)
    === RUN   TestAccAzureRMServiceFabricCluster_nodeTypesUpdate
    --- PASS: TestAccAzureRMServiceFabricCluster_nodeTypesUpdate (65.42s)
    === RUN   TestAccAzureRMServiceFabricCluster_tags
    --- PASS: TestAccAzureRMServiceFabricCluster_tags (62.97s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	729.355s
    ```
    
    * Documenting the Service Fabric Cluster resource
    
    * Documenting the `cluster_endpoint` field
    lstolyarov authored and tombuildsstuff committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    c4a37df View commit details
    Browse the repository at this point in the history
  3. Updating to include #4

    tombuildsstuff authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    79728da View commit details
    Browse the repository at this point in the history
  4. Adding retry functionality to role assignment (#1647)

    * Adding retry functionality to role assignment
    
    * Fixing formatting issue
    
    * bumping the timeout to 5m
    Matt Betts authored and tombuildsstuff committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    589ac11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39590d4 View commit details
    Browse the repository at this point in the history
  6. Fixes to the docs: (#1674)

    - formatting for data lake store
     - indentation for scheduler job
     - removing unnecessary backslashes for VMSS
    tombuildsstuff authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    155dc70 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Typo on redis_configuration snippet (#1688)

    Under 'Argument Reference', there is a typo on the redis_configuration snippet.
    iakko authored and tombuildsstuff committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    878e8ed View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

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

Commits on Aug 2, 2018

  1. Fix typo in the azurerm_cosmosdb_account page heading (#1702)

    There's an extra underscore in the header/title, and it doesn't match the actual name of the resource.
    kjhosein authored and tombuildsstuff committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    d11fe45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac8c25 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1704 from terraform-providers/docs-aks-fix

    docs/kubernetes_cluster: Fix inaccurate kube_config_raw description
    radeksimko authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    60ede24 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    07ca122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84207b6 View commit details
    Browse the repository at this point in the history
  3. tokens invalid when az and terraform run on different timezones (#1706)

    * tokens invalid when az and terraform run on different timezones
    
    * tokens invalid when az and terraform run on different timezones
    
    More specifically,
    - adapt @tombuildsstuff's (thanks, that's better) stylistic requests.
    cruwe authored and tombuildsstuff committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    c79134d View commit details
    Browse the repository at this point in the history
  4. update VMSS docs to include ip_forwarding (fixes #1709) (#1713)

    * update VMSS docs to include ip_forwarding (fixes #1709)
    
    * Updating to include the default value
    katbyte authored and tombuildsstuff committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    6e4266c View commit details
    Browse the repository at this point in the history
  5. v1.12.0

    tf-release-bot authored and TeamCity committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    bdc8b4a View commit details
    Browse the repository at this point in the history
  6. Cleanup after v1.12.0 release

    tf-release-bot authored and TeamCity committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    16cc870 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0334869 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4f85b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f4f5ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58056f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

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

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    c33b1cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1736 from terraform-providers/lb_nat_rule-updates

    Update azurerm_lb_nat_rule with azurestasck PR review requests
    katbyte authored Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b70114e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a336af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38c56b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d4c48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c29d31b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Moved the advanced properties up one level with minor fixes in order …

    …to reduce depth of the `azurerm_automation_schedule` resource
    TFaga committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    7cdf594 View commit details
    Browse the repository at this point in the history
  2. Update validation logic for kubenet network plugin. (#1715)

    * Remove validation logic for kubenet network plugin.
    
    * 🐛 (Azure Kubernete resource.) Update the validation logic of network_profile setting.
    
    The docker_bridge_cidr, dns_service_ip, service_cidr should be either all empty or all non-empty.
    
    Closes #1648
    
    * 🐛 (data source of AKS.) Fix the compiling error of tests of data source for AKS.
    
    Updated the test confiuration code for data source of AKS to use new refactored functions.
    
    * 🐛 (AKS resource.) Format error.
    
    Fix the formatting error while running gofmt on AKS resource related files.
    
    * 📝 (AKS resource documentation.) Fix the error messsage for network profile setting.
    
    Change the description of error message to be more readable.
    
    * ♻️ (AKS resource.) Refactor the validation logic throuhg removing deep nested code.
    
    Use early return to remove deeply nested if-else block.
    
    * ♻️ (Test code of AKS resource.) Rename test case name.
    
    TestAzureRMKubernetesCluster_agentPoolName was a unit test, which should not have Acc in the naming.
    
    * ♻️ (AKS resource testing.) Refactor the test case configuration functions.
    
    Ignore the setting of empty string values.
    
    * 🐛 (AKS data source testing.) The wrong arguments passed in.
    
    Updated the arguments to align with new refactored function for configuration.
    
    * Fixing the outstanding PR comments
    metacpp authored and tombuildsstuff committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    8bad3aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92c2c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6def3d8 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master'

    Matthew Betts authored and Matthew Betts committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    c20acc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1acbbdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a2f801 View commit details
    Browse the repository at this point in the history
  8. addressing PR comments

    katbyte committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a04c2cd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1742 from terraform-providers/lb-probe-azurestack…

    …_updates
    
    azurerm_lb_probe: backport azurestack review comments
    katbyte authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    53e1301 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    187b3fa View commit details
    Browse the repository at this point in the history
  11. azurerm_container_group: Splitting command into commands (#1740)

    * Splitting `command` into `commands`
    
    * Refactoring to remove nil-pointer crashes
    
    * 🇬🇧  ->  🇺🇸
    
    * Make fmt-ing
    tombuildsstuff authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a8ddd77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92ebfeb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0aa1513 View commit details
    Browse the repository at this point in the history
  14. remove errwrap

    katbyte committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    279f8f1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86f281a View commit details
    Browse the repository at this point in the history
  16. fixed small formatting error

    katbyte committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    cbb4367 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    249a790 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8df1b75 View commit details
    Browse the repository at this point in the history
  19. cleanup after merge

    katbyte committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a7b2b4a View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1748 from terraform-providers/lb-nat-pool-azurest…

    …ack_updates
    
    azurerm_lb_nat_pool: backporting azurestack changes
    katbyte authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    3c6a1ad View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3ee166d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. New Resource: azurerm_monitor_action_group (#1725)

    * Add new Action Group resource of Azure Monitor
    
    * Add documentation of azurerm_action_group
    
    * Fix location description in documentation.
    
    * Add azurerm_action_group page to the ToC
    
    * Add acceptance tests for azurerm_action_group
    
    * Add import tests for azurerm_action_group
    
    * Add action group resource back to providers.
    
    * Modify the code according to the feedbacks
    
    * Upgrade to the latest Go SDK
    
    * Include import test as one step after normal tests
    
    * Rename from action_group to monitor_action_group
    
    * Fix minor issues according to the feedback
    
    * Change the code logic according to the feedback
    
    * Add more test scenarios from the feedback
    
    * Fix code according to the 16th iteration
    Junyi Yi authored and tombuildsstuff committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    6aa3dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26705da View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Minor optimization and formatting fixes of the advanced properties of…

    … the `azurerm_automation_schedule` resource
    TFaga committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    279678b View commit details
    Browse the repository at this point in the history
  2. Initial upload of new datasource

    Matthew Betts authored and Matthew Betts committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    2eca65c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Fixing syntax and documentation issue

    Matthew Betts authored and Matthew Betts committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    b8b6d08 View commit details
    Browse the repository at this point in the history
  2. Fixing missing link in website documentation

    Matthew Betts authored and Matthew Betts committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    e3cb277 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. azurerm_lb_rule: backport of azure stack PR review comments (#1754)

    * azurerm_lb_rule: backport of azure stack PR review comments
    
    * Fixing the import
    katbyte authored and tombuildsstuff committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    c4cbcb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a65dd3 View commit details
    Browse the repository at this point in the history
  3. Making requested changes

    Matthew Betts authored and Matthew Betts committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    04b26bc View commit details
    Browse the repository at this point in the history
  4. Fixing issue due to swapping out the resource and typo

    Matthew Betts authored and Matthew Betts committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    75e6fc5 View commit details
    Browse the repository at this point in the history
  5. Fixing test harness

    Matthew Betts authored and Matthew Betts committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    993dded View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c5809d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1626 from TFaga/iss1392-automation-schedule-missi…

    …ng-props
    
    azurerm_automation_schedule - Add missing properties for the advanced schedule
    katbyte authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    fb5c2de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e705085 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    6a16948 View commit details
    Browse the repository at this point in the history
  2. Updating test checks to pass

    katbyte committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    52f15b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1755 from mb290/log_analytics_datasource

    New data source: azurerm_log_analytics_workspace
    katbyte authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    0455931 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    850bf34 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1759 from terraform-providers/d-appgateway-docfix

    application gateway docs: url_path_map -> url_path_map_name
    katbyte authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    59c6609 View commit details
    Browse the repository at this point in the history
  6. Containerservices agentpoolprofile maxpods (#1753)

    * Added max_pods to agent_pool_profiles in azurerm_kubernetes_cluster
    
    * Added ForceNew and Default to max_pods
    
    * Added max_pods to data_source_kubernetes_cluster agent_profile
    
    * Updated the docs to include max_pods
    
    * Fixed my terrible English. (I'm a flawed person)
    
    * Changed max_pods to computed field
    
    * Fixed max_pods field (added optional flag back in)
    
    * Conditionally passing max_pods to SDK
    
    * Removed default pod count from documentation
    
    * Added test coverage for max_pods
    
    * Fixed intentation
    
    * Trying to fix indentations
    lfshr authored and tombuildsstuff committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    d2bcb26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    590dd40 View commit details
    Browse the repository at this point in the history
  8. AKS: Add-On Profiles (#1751)

    * Added kubernetes_cluster advanced network creation
    
    * Changed network_profile from TypeSet to TypeList
    
    * Added kubernetes_cluster advanced network creation
    
    * Changed network_profile from TypeSet to TypeList
    
    * Updated ForceNew attributes on kubernetes_cluster.network_profile params
    
    * Added advanced network read functionality
    
    * Added tests for kubernetes_cluster.network_profile
    
    * Fixed indentations
    
    * Fixed function name in tests
    
    * Fixed property name in test
    
    * Fixed variable name
    
    * working on data source for kubernetes cluster
    
    * Fixed issue with datasource not working
    
    * Added network_policy and fixed read
    
    * Removed network_policy as unsupported
    
    * Added example of advanced networking
    
    * Added test for data_source
    
    * Made address space more sensible
    
    * Removing kubenet test.
    This is default when network_profile is not specified.
    We already test this.
    
    * Made network_plugin a mandatory field.
    Better to make this explicit.
    
    * Updated documentation to include network_profile
    
    * Fixing the build
    
    * Added ForceNew to network_profile
    
    * Made the docs a little clearer
    
    * Documenting a required field
    
    * Rephrasing the data sources
    
    * Making the `network_profile` block computed
    
    Tests pass:
    
    ```
    $ acctests azurerm TestAccAzureRMKubernetesCluster_basic
    === RUN   TestAccAzureRMKubernetesCluster_basic
    --- PASS: TestAccAzureRMKubernetesCluster_basic (1329.57s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	1329.613s
    ```
    
    * Fixing the field we're asserting on
    
    * Conditionally expanding the network_profile block.
    
    The ip fields are now Computed too
    
    * Validation to ensure that a Subnet ID is assigned to the cluster when the network_profile blocks specified
    
    Example:
    
    ```
    
    Error: Error running plan: 1 error(s) occurred:
    
    * azurerm_kubernetes_cluster.test: 1 error(s) occurred:
    
    * azurerm_kubernetes_cluster.test: If a `network_profile` block is specified, the Agent Pools must be attached to a Subnet
    
    ```
    
    * Updating the documentation to mention the new behaviour
    
    * Adding independent tests for Kubenet and Azure networking profiles
    
    * Conditional validation of the `docker_bridge_cidr`, `dns_service_ip` and `service_cidr` fields.
    
    * Updating the docs
    
    * Fixing the tests
    
    * Adding back in the changes from PR #1502 since they were lost in the merge
    
    * Renaming the methods to `addonProfiles` to match the sdk
    
    * fixing the quotes
    tombuildsstuff authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    531df6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8675821 View commit details
    Browse the repository at this point in the history
  10. Kubernetes AdvancedNetworking: Added validation for pod_cidr when net…

    …work_plugin is set to 'azure'. (#1763)
    
    * Added validation for pod_cidr
    
    * Changed wording of error message
    lfshr authored and tombuildsstuff committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    6daf5e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e02944 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    611746e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8be7e0 View commit details
    Browse the repository at this point in the history