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

Update from master TF repo #1

Merged
merged 1,159 commits into from
Oct 3, 2019
Merged

Update from master TF repo #1

merged 1,159 commits into from
Oct 3, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 7, 2019

  1. arm_role_assignment: add pricipal_type and `skip_servicepricipal_…

    …aad_check` properties (#4168)
    
    * Expose Principal Type attribute
    
    * Update azurerm/resource_arm_role_assignment_test.go
    
    Co-Authored-By: Tom Harvey <[email protected]>
    
    * Update azurerm/resource_arm_role_assignment_test.go
    
    Co-Authored-By: kt <[email protected]>
    
    * Updates per PR comments
    
    * Missed a comma
    
    * Revert name change
    
    * Update per PR review
    
    * Change of direction
    
    * Removing unused resource
    
    * added set to read CRUD
    
    * Update read
    
    * gofmt
    
    * Changes per PR comments
    
    * Added principal_type as a computed attribute
    WodansSon authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    06eae21 View commit details
    Browse the repository at this point in the history
  2. arm_role_assignment [GH-4168]

    add `pricipal_type` and `skip_servicepricipal_aad_check` properties
    WodansSon authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    9b7536b View commit details
    Browse the repository at this point in the history
  3. New Resource: Azure Front Door (#3933)

    * WIP: Initial checkin
    
    * Updates to Frontdoor
    
    * PIP
    
    * PIP
    
    * Finalized Schema
    
    * WIP Current state
    
    * WIP adding validation
    
    * WIP Finished validation code
    
    * WIP Expand RoutingRules working
    
    * WIP All expand func implemented
    
    * WIP: Functional CreateUpdate done
    
    * Cast values and start on flatten functions
    
    * WIP: Last fix routing rules
    
    * WIP: Fully working Frontdoor
    
    * WIP: Wasnt exactly done... fixed destroy
    
    * gofmt code
    
    * WIP: Added first test
    
    * Fixed casing issue when interacting with portal
    
    * Fix bug in fronend endpoint enum
    
    * Bug fix for Frontend Endpoint flatten
    
    * Add data source
    
    * Slight update to documentation
    
    * Added Frontend client code
    
    * Extending frontend endpoints schema
    
    * schema and exposed enable and disable for frontend
    
    * Enabled custom HTTPS domain setting
    
    * [WIP] Last code changes
    
    * Tweeking defaults and adding validation rules
    
    * [WIP] Update test case
    
    * Updated documentation and exposed cname
    
    * fixed flatten  for Cert Source AzureKeyVault
    
    * Update to latest
    
    * Few changes per PR review
    
    * Fixed lint errors
    
    * Missed one client declaration
    
    * Fix test client
    
    * Removed data source fix lint errs
    
    * update CheckDestroy func
    
    * Update website/docs/r/front_door.html.markdown
    
    Co-Authored-By: kt <[email protected]>
    
    * Update azurerm/resource_arm_front_door.go
    
    Co-Authored-By: kt <[email protected]>
    
    * Update azurerm/resource_arm_front_door.go
    
    Co-Authored-By: kt <[email protected]>
    
    * Update test and docs
    
    * Added test case
    
    * Update test per PR
    
    * Address PR issues
    
    * Update website/docs/r/front_door.html.markdown
    
    Co-Authored-By: kt <[email protected]>
    
    * Added link to internal bug tracking casing issue
    
    * gofmt
    
    * Fixes per PR comments
    
    * Moving package(s) and refactor
    
    * gofmt
    WodansSon authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    7c1971d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8120e5e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Fix bug for Network Interface (#4155)

    Neil Ye authored and WodansSon committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    8a2f636 View commit details
    Browse the repository at this point in the history
  2. azurerm_network_interface: [GH-4155]

    changing the `ip_configuration` property to no longer force new resource
    WodansSon authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    7c53bf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Fix large case of validate_certificate_name (#4279)

    On https://www.terraform.io/docs/providers/azurerm/r/api_management_backend.html the `validate_certificate_name` section was rendered as-is. The only difference I could find is the item list item not having an explicit enter beneath is in the source. Hopefully this fixes the problem.
    ashemedai authored and katbyte committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    75e0779 View commit details
    Browse the repository at this point in the history
  2. Fixed a small typo in the database example (#4284)

    In the file Terraform Hackathon\Examples\sql-azure\database\main.tf, there was a small reference mistake on line 19.
    Sharaden authored and katbyte committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6a2fb60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da34ca View commit details
    Browse the repository at this point in the history
  4. Data source virtual network add location (#4281)

    Fixes: #4278
    r0bnet authored and katbyte committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3697b8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f43265 View commit details
    Browse the repository at this point in the history
  6. Azurerm_cosmosdb_account: revert sdk name check workaround (#4275)

    Reverting fix #3747 for SDK bug # 5157
    tracypholmes authored and katbyte committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    70a7a97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a2796a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    864f301 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ef52d3 View commit details
    Browse the repository at this point in the history
  10. add test for vnet ids

    r0bnet committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    4ad47da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d258108 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Fixed a typo in the import sample

    While trying to import a resource from Azure, I met a weird error message ```Error: unknown resource type: azurerm_databrick_workspace```, it took me sometimes to figure out the issue was just a simple typo.
    dfeddad authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    267b2ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4299 from dfeddad/patch-1

    Fixed a typo in the import sample
    tombuildsstuff authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    4330eaa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge pull request #4253 from terraform-providers/refactor/base-client

    refactor: adding a Base Client
    tombuildsstuff authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    e3b66e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3fcfb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6fe70b View commit details
    Browse the repository at this point in the history
  4. add storage_autogrow property

    r0bnet committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ffdb781 View commit details
    Browse the repository at this point in the history
  5. add test for autogrow property

    r0bnet committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    8f334e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fb2358 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee5d17f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e95fa06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8f8dde View commit details
    Browse the repository at this point in the history
  10. fix validation

    r0bnet committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    a0d2856 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e38e5a2 View commit details
    Browse the repository at this point in the history
  12. add auto_grow to documentation

    r0bnet committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    6a0c563 View commit details
    Browse the repository at this point in the history
  13. fixed casing for auto_grow

    r0bnet committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fd0869a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4302 from r0bnet/mariadb-storage-autogrow

    Mariadb storage autogrow
    tombuildsstuff authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    b7975eb View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4303 from r0bnet/mysql-storage-autogrow

    Mysql storage autogrow
    tombuildsstuff authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    962aab6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9c0e44 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    99e48e0 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4307 from terraform-providers/r/private-dns-zone

    r/private_dns_zone: polling on the future instead of sleeping
    tombuildsstuff authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    30acad4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a829284 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e665575 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4b1290f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6355dbf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e1790b4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    39ba7a9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f963b05 View commit details
    Browse the repository at this point in the history
  26. r/private_dns_zone_virtual_network_link: fixing tests / polling until…

    … it's gone
    
    ```
    $ acctests azurerm TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_
    === RUN   TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_basic
    === PAUSE TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_basic
    === RUN   TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_requiresImport
    --- SKIP: TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_requiresImport (0.00s)
        resource_arm_private_dns_zone_virtual_network_link_test.go:42: Skipping since resources aren't required to be imported
    === RUN   TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_withTags
    === PAUSE TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_withTags
    === CONT  TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_basic
    --- PASS: TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_basic (226.26s)
    === CONT  TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_withTags
    --- PASS: TestAccAzureRMPrivateDnsZoneVirtualNetworkLink_withTags (372.72s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	599.035s
    ```
    tombuildsstuff committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    f900cc2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    293c410 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #3789 from tiwood/r_privatedns_vnet_link

    New resource "azurerm_private_dns_zone_virtual_network_link"
    tombuildsstuff authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    bfc1607 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    235f277 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e460946 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6eeac71 View commit details
    Browse the repository at this point in the history
  32. Increase the timeout of upserting a CosmosDB account (#4271)

    * Increase the timeout of upserting a CosmosDB account
    
    * Increase the timeout of deleting a CosmosDB account
    mikhailshilkov authored and katbyte committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    05a9a9b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c13c93d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f92a65c View commit details
    Browse the repository at this point in the history
  35. Upgrading to Go 1.13 (#4310)

    tombuildsstuff authored and katbyte committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    b4a0056 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #4274 from terraform-providers/dep/compute-upgrade

    Dependencies: updated `compute` API version to 2018-10-01
    tombuildsstuff authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    d0d8142 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0adc39a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    75d6267 View commit details
    Browse the repository at this point in the history
  39. Update CHANGELOG.md

    mbfrahry authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    b3ccbf9 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7b1c9c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Update vendor folder for network package 2019-06-01 (#4291)

    Neil Ye authored and katbyte committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c74fb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ea2ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    282b90b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8db5df0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7a4341 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4272391 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b2bc02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab4b572 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    479c46c View commit details
    Browse the repository at this point in the history
  10. refactor: moving the Compute client into the clients package

    This avoids a circular reference where the resources in the Compute package
    required access to the common client, which required the client in the Compute package
    tombuildsstuff committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    d274615 View commit details
    Browse the repository at this point in the history
  11. New Resource: azurerm_marketplace_agreement

    ```
    $ ARM_PROVIDER_STRICT=true acctests azurerm TestAccAzureRMMarketplaceAgreement
    2019/09/12 12:27:16 [DEBUG] Registering Data Sources for "Compute"..
    2019/09/12 12:27:16 [DEBUG] Registering Resources for "Compute"..
    === RUN   TestAccAzureRMMarketplaceAgreement
    === RUN   TestAccAzureRMMarketplaceAgreement/basic
    === RUN   TestAccAzureRMMarketplaceAgreement/basic/basic
    === RUN   TestAccAzureRMMarketplaceAgreement/basic/requiresImport
    --- PASS: TestAccAzureRMMarketplaceAgreement (145.03s)
        --- PASS: TestAccAzureRMMarketplaceAgreement/basic (145.03s)
            --- PASS: TestAccAzureRMMarketplaceAgreement/basic/basic (67.86s)
            --- PASS: TestAccAzureRMMarketplaceAgreement/basic/requiresImport (77.17s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	145.092s
    ```
    tombuildsstuff committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    8c5a361 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c91bd13 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5609c59 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ccda7fc View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4305 from terraform-providers/f/marketplace-agree…

    …ment
    
    New Resource: `azurerm_marketplace_agreement`
    tombuildsstuff authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    6502dcf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    52339a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    abdc199 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4293 from r0bnet/container_registry-vnet-subnet-ids

    r/container_registry - support for configuring Virtual Network Rules to Subnets
    tombuildsstuff authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c6c7fcc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d1d696 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    64d19ea View commit details
    Browse the repository at this point in the history
  21. Merge pull request #4190 from nexxai/stream-analytics-optional-proper…

    …ties
    
    `azurerm_stream_analytics_job` Removing requirement of optional properties
    tombuildsstuff authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    85702e5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7907485 View commit details
    Browse the repository at this point in the history
  23. Addressing review

    mbfrahry committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    6c745eb View commit details
    Browse the repository at this point in the history
  24. fmt

    mbfrahry committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    b446f68 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #1 from terraform-providers/master

    Update fork
    damoodamoo authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    28e93e4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6716f42 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6efe6b2 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #4326 from terraform-providers/p-bot-connection

    Patch: `azurerm_bot_connection`
    tombuildsstuff authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    3f50a68 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

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

Commits on Sep 16, 2019

  1. Merge pull request #4320 from terraform-providers/b/reverting-locking…

    …-3673
    
    network: reverting the locking changes from #3673
    tombuildsstuff authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    99b8c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9990ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b9b723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccfd714 View commit details
    Browse the repository at this point in the history
  5. keyvault_certificate: Store raw data as hex

    This commit changes the `certificate_data` field of an
    `azurerm_keyvault_certificate` to a hexadecimal representation, in
    common with the `thumbprint`. This is a better approach than calling
    `string(x)` directly on a byte array, since certificate data usually
    contains invalid UTF-8, and therefore cannot be processed by a wide
    array of tools downstream.
    
    Documentation is updated to reflect the new format, but since this is a
    computed value, no state migration function is supplied.
    jen20 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    4371f7d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    e4bd685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1960664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94911fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4341 from terraform-providers/tf-bump

    vendor: Bump terraform to 0.12.8
    radeksimko authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    1b35442 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    radeksimko authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    f553926 View commit details
    Browse the repository at this point in the history
  6. read the public ip prefix id

    hbuckle committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    39d7f90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a03c4ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01c1ca9 View commit details
    Browse the repository at this point in the history
  9. Added note about create_option (#4348)

    For the `storage_data_disk` block, there may be some confusion as to how to properly use the `create_option` parameter. In order to successfully deploy a data disk while using a template that does not initially write data to a data disk, the `Empty` parameter value must be specified. This was not clear during my initial attempts to deploy. Thanks.
    justcallmetrell authored and katbyte committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    32e4984 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. New Resource: Front Door Firewall Policy (#4125)

    [fixes: #3186 ]
    WodansSon authored and katbyte committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    1f32f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f19692 View commit details
    Browse the repository at this point in the history
  3. Bump Azure SDK to v33.2.0

    evenh committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    3962116 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4331 from terraform-providers/f/compute-api-upgrade

    compute: upgrading the API Version to 2019-07-01
    tombuildsstuff authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d2a4f22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11245d5 View commit details
    Browse the repository at this point in the history
  6. v1.34.0

    tf-release-bot authored and TeamCity committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    883c44e View commit details
    Browse the repository at this point in the history
  7. Cleanup after v1.34.0 release

    tf-release-bot authored and TeamCity committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    057f554 View commit details
    Browse the repository at this point in the history
  8. ready for initial review

    damoodamoo committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    2553c79 View commit details
    Browse the repository at this point in the history
  9. added doc

    damoodamoo committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e7542b9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4344 from clearbank/read_public_ip_prefix_id

    r/public_ip: reading the `public_ip_prefix_id` field
    tombuildsstuff authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    f43d543 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    afd5cc2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4335 from jen20/jen20/keyvault-certificate-data

    keyvault_certificate: Store raw data as hex
    tombuildsstuff authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6dd64f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26b3788 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    620d87f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a70303f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ecfa8a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Remove VMSS and standard LB as preview features

    VMSS and Standard Load Balancers are now GA, so removing the note of them as preview features. https://github.com/Azure/AKS/releases/tag/2019-09-09
    dstrebel authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7651659 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4370 from dstrebel/patch-1

    Remove VMSS and standard LB as preview features
    tombuildsstuff authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    476871b View commit details
    Browse the repository at this point in the history
  3. Early PR updates

    damoodamoo committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    04de102 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4334 from digipost/bump-azure-sdk

    Bump Azure SDK to v33.2.0
    tombuildsstuff authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    e71e22f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07f8cc8 View commit details
    Browse the repository at this point in the history
  6. update kusto api version and use constant sku values from the SDK ins…

    …tead of hard coded ones
    r0bnet committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    e39a8a3 View commit details
    Browse the repository at this point in the history
  7. add new api version files

    r0bnet committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    ba0e934 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4376 from r0bnet/kusto_cluster-use-constant-sku-v…

    …alues
    
    Use SDK values for kusto_cluster sku names
    tombuildsstuff authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    ad2578b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5472a3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c486389 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4bda8f8 View commit details
    Browse the repository at this point in the history
  12. vendor files

    damoodamoo committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    996fa4e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0eeb175 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d369233 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    979d49f View commit details
    Browse the repository at this point in the history
  16. Update CHANGELOG.md

    mbfrahry authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    be2b0f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    5f86064 View commit details
    Browse the repository at this point in the history
  2. website menu / linting

    damoodamoo committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    564be41 View commit details
    Browse the repository at this point in the history
  3. fix not working test

    r0bnet committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    ae5c99d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6164712 View commit details
    Browse the repository at this point in the history
  5. gofmt

    damoodamoo committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    4380df0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

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

Commits on Sep 22, 2019

  1. docs: Update search_service SKUs

    The validation allows `basic` to be used as the SKU. This updates
    the documentation to go with that
    stack72 committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    64aa7f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4406 from stack72/update-search-docs

    docs: Update search_service SKUs
    tombuildsstuff authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    2e1d636 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4340 from midacts/data_source_public_ip_prefix

    Adding data source 'azurerm_public_ip_prefix'
    tombuildsstuff authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    2d90426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a439e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Adding forwarding_configuration to front door (#4404)

    The docs did not include any information about this block. https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/resource_arm_front_door.go#L159 
    
    This should serve at least as a rough draft to make the docs more complete for this resource.
    montross50 authored and katbyte committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    b4ecfeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a47b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4357 from damoodamoo/dm/azurerm-dashboard-provider

    Shared Dashboard Resource
    tombuildsstuff authored Sep 23, 2019
    Configuration menu
    Copy the full SHA
    91863ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9343cae View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    52e0838 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    mbfrahry authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    944bcde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d0c52 View commit details
    Browse the repository at this point in the history
  4. Bug fix for #4393 (#4412)

    WodansSon authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    fc9cdfe View commit details
    Browse the repository at this point in the history
  5. Updating to inclued #4412

    WodansSon authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    e3dc821 View commit details
    Browse the repository at this point in the history
  6. azurerm_api_management_api - deprecate sku in favour of the `sku_na…

    …me` property (#3154)
    
    * Flatten arm_api_management sku
    
    * Updates for backwards compatibility
    
    * Updated test cases
    
    * Addressing some PR comments
    
    * Fix for test pass
    
    * Rmoved comments and fixed docs
    
    * Fixed ImportStateVerify
    
    * Added SKU back into datasource
    
    * Updated code per PR comments
    
    * Removed newline
    
    * Remove unused function
    WodansSon authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    a1d0ce1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8857b75 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

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

    hbuckle committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    3ed4269 View commit details
    Browse the repository at this point in the history
  3. Example update: AKS advanced networking with multiple agent pool on V…

    …irtualMachineScaleSets.
    melvinlee committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    424e973 View commit details
    Browse the repository at this point in the history
  4. typo in this page (#4435)

    azurerm_stream_analytics_stream_input_eventhub mentioned instead of azurerm_stream_analytics_stream_input_blob
    shankar5885 authored and katbyte committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    f948958 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5c4650 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a6b660 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    784c232 View commit details
    Browse the repository at this point in the history
  8. Update managed_disk.html.markdown (#4437)

    corrected the resource defined in key_url
    sai-gunaranjan authored and katbyte committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    e1120a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    59915ea View commit details
    Browse the repository at this point in the history
  2. remove nil check for pointer to string

    Co-Authored-By: Tom Harvey <[email protected]>
    r0bnet and tombuildsstuff authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3b6117f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4432 from clearbank/service_bus_zoneredundant

    Add zone redundancy for service bus namespace
    tombuildsstuff authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    d4f213d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f5a008 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4424 from terraform-providers/b/container_registr…

    …y-check
    
    azurerm_container_registry - Checks if name is available on `create`
    tombuildsstuff authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b5941cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a8ef07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f0eefa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4397 from r0bnet/analysis_services_server-backup-…

    …blob-container
    
    Analysis services server server_full_name & backup_blob_container_uri
    tombuildsstuff authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9677b2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54192ef View commit details
    Browse the repository at this point in the history
  10. Remove duplicated string

    The string "Key Vault" was just twice in this sentence
    mattthias authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    2c06fcf View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4444 from mattthias/patch-1

    Remove duplicated string
    tombuildsstuff authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3b912b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    d3a17fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e48de View commit details
    Browse the repository at this point in the history
  3. Link to resource with imported name (#4451)

    The resource name is `azurerm_frontdoor`
    jmcshane authored and katbyte committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b803a22 View commit details
    Browse the repository at this point in the history
  4. zurerm/resource_arm_storage_blob.go: make sure storage blob is read a…

    …fter create/update to update all the computed properties
    
    The previous behavior of the create was to read the resource like almost all others to make sure the computed properties like `url` are set.
    
    but with the change [1], it was changed to update to make sure create was done correctly, but update doesn't have a read call making the create failing to set the `url` property
    
    [1]: cab451f#diff-8e833d66ec7540aaf7ec57fd375ba62aR177-R178
    abhinavdahiya committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c1e5a61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bde8470 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    mbfrahry authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    6a40525 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    mbfrahry authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3655f96 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Update CHANGELOG.md

    katbyte authored Sep 28, 2019
    Configuration menu
    Copy the full SHA
    bc14d7c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Clarify resource_group_name usage in documentation.

    For most resources, the resource_group_name attribute is used to specify the group
    into which the new resource will be added. In the case of DNS records, the resource_group_name
    specifies the group in which the parent can be found.
    John Yesberg committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    38712ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4455 from johnyesberg/master

    Clarify DNS record resource_group_name usage in documentation.
    tombuildsstuff authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    7fba1a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4452 from abhinavdahiya/fix_storage_blob_url

    azurerm/resource_arm_storage_blob.go: make sure storage blob is read after create/update to update all the computed properties
    tombuildsstuff authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    e46e971 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7375bee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ff238d View commit details
    Browse the repository at this point in the history
  6. Updated documentation to show changing service plan id does not cause…

    … a new resource to be created
    MarkDordoy committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3268cc5 View commit details
    Browse the repository at this point in the history
  7. update vendor modules

    tcz001 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    bc7f7b2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4439 from MarkDordoy/master

    Removed ForceNew for resource_arm_function_app for the app_service_plan_id
    tombuildsstuff authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3f572c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9a8153 View commit details
    Browse the repository at this point in the history
  10. Move linux note

    Move the note on Linus app service plan to be below the kind field.
    dfredell authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3c8bb5d View commit details
    Browse the repository at this point in the history
  11. clients: ensuring the user agent is set even if there's no partner id

    The check for `partner_id` happens within the setUserAgent function
    so we can instead delegate to that and ensure this is always set
    tombuildsstuff committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    2b75869 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4462 from dfredell/patch-1

    Move linux note
    tombuildsstuff authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    89b3dd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c30c399 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4463 from terraform-providers/b/user-agent

    clients: ensuring the user agent is set even if there's no partner id
    tombuildsstuff authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    00f7fc4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39079b7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e996ecc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4588f09 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4464 from terraform-providers/f-ua-tf-version

    provider: Use real Terraform version
    radeksimko authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c2b2965 View commit details
    Browse the repository at this point in the history
  19. Update CHANGELOG.md

    radeksimko authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9c67c58 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c3c0175 View commit details
    Browse the repository at this point in the history
  21. Support log settings for app service slot

    - Support sending the slot diagnostic logs to blob storage
    - Support sending the slot HTTP logs to blob storage and the filesystem
    phekmat committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    bdf848f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    6900557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c36c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f35a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc5d00a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c0bd22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3552282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f1d973 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8e516e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2abc24b View commit details
    Browse the repository at this point in the history
  10. linting

    tombuildsstuff committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    c870d6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2649727 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4468 from r0bnet/new-data-source-app_service_cert…

    …ificate
    
    New data source: app_service_certificate
    tombuildsstuff authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    a79b1c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b0f9a68 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4436 from melvinlee/master

    Example update: AKS advanced networking with multiple agent pool on VMSS
    tombuildsstuff authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    235a7a9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    838eca9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6100f03 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #4469 from terraform-providers/b/aks-service-princ…

    …ipal
    
    r/kubernetes_cluster: allowing the Service Principal to be updated
    tombuildsstuff authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    5b71408 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dafdc6d View commit details
    Browse the repository at this point in the history
  19. lintrest

    tcz001 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    c909e4d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aa36294 View commit details
    Browse the repository at this point in the history
  21. Update CHANGELOG.md

    mbfrahry authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    1597f9d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Changing URLs to HTTPS (#4477)

    This is a minor change, just updating the URLs in the test application to HTTPS. The plan phase fails if the URLs are in HTTP rather HTTPS.
    NillsF authored and katbyte committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    0ec727a View commit details
    Browse the repository at this point in the history
  2. Adding default_site_hostname attribute

    This fixes #4373 by adding the default_site_hostname attribute to the list of attributes.
    phillipsj committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    f12bb53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4479 from phillipsj/GH4373-missing-default-hostname

    Adding default_site_hostname attribute
    tombuildsstuff authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    976b914 View commit details
    Browse the repository at this point in the history
  4. Adding the note about the deletion of VM disks. (#4478)

    This ticket fixes #4343 by adding the note about needing to delete the disks.
    phillipsj authored and katbyte committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c59ad7c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4473 from phekmat/feature/app_service_slot_blob_l…

    …ogging
    
    Support log settings for app service slot
    tombuildsstuff authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d545a47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e34051e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38bed59 View commit details
    Browse the repository at this point in the history
  8. r/storage_data_lake_gen2_filesystem: switching over to using the ID r…

    …ather than the name of the storage account & fixing PR comments
    tombuildsstuff committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    f02a41f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4457 from tcz001/upstream-issue-3319

    [#3319] datalakestore gen2 filesystem resource
    tombuildsstuff authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    7a8e3ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89f9122 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef34191 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66a46ab View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    mbfrahry authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    1650596 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4484 from gruebel/patch-1

    Fix docs of api_management_product_group
    tombuildsstuff authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    6626124 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4204 from innovationnorway/appservice-ssl-bind

    `azurerm_app_service_custom_hostname_binding`: support for the `ssl_state` and `thumbprint` properties
    tombuildsstuff authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c82e300 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6df5b17 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a80a92 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    ec8b440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c85ec8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4491 from thllxb/patch-1

    Update redis_cache.html.markdown
    tombuildsstuff authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    78844f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4489 from terraform-providers/p-hdinisght-gateway…

    …-password
    
    Bug Fix: `azurerm_hdinight_...` diff suppress passwords that are `*****` from the api
    tombuildsstuff authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    16ca60a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acc9c53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0736bd2 View commit details
    Browse the repository at this point in the history
  7. Update page heading to reflect correct Resource

    Correct Page heading.
    Resource name (azurerm_dns_a_record) was incorrect.
    mkdeegan authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    7a59e84 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4496 from dfredell/patch-2

    Fix operation-timeouts link
    tombuildsstuff authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c23f4a2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4497 from mkdeegan/patch-1

    Update page heading to reflect correct Resource
    tombuildsstuff authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    8787387 View commit details
    Browse the repository at this point in the history