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

merge upstream into my fork #2

Merged
merged 75 commits into from
Dec 8, 2017
Merged

merge upstream into my fork #2

merged 75 commits into from
Dec 8, 2017

Commits on Oct 9, 2017

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

Commits on Oct 30, 2017

  1. Added vnet datasource

    Damien Caro authored and Damien Caro committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    7fcea4d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. add identity property to vm

    hbuckle committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    d3072dd View commit details
    Browse the repository at this point in the history
  2. refactor, tests and docs

    hbuckle committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    e363abd View commit details
    Browse the repository at this point in the history
  3. added vnet_peering

    Damien Caro authored and Damien Caro committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    154f077 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. changing to TypeMap

    Damien Caro authored and Damien Caro committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    054102a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Configuration menu
    Copy the full SHA
    5c16837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65805ab View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Changed to azure_virtual_network, added crash control and added docum…

    …entation.
    Damien Caro authored and Damien Caro committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    c32a560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6346c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Merge pull request #559 from terraform-providers/vmss-custom-data

    `azurerm_virtual_machine_scale_set`: Support for updating the customData field
    tombuildsstuff committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    a00bce9 View commit details
    Browse the repository at this point in the history
  2. Updating to include #559

    tombuildsstuff committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    5907ba4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Support for Auto Inflating

    ```
    $ acctests azurerm TestAccAzureRMEventHubNamespace_maximumThroughputUnits
    === RUN   TestAccAzureRMEventHubNamespace_maximumThroughputUnits
    --- PASS: TestAccAzureRMEventHubNamespace_maximumThroughputUnits (202.41s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm    202.432s
    ```
    tombuildsstuff committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    8ae6169 View commit details
    Browse the repository at this point in the history
  2. New Resource: azurerm_network_watcher

    ```
    $ acctests azurerm TestAccAzureRMNetworkWatcher_
    === RUN   TestAccAzureRMNetworkWatcher_importBasic
    --- PASS: TestAccAzureRMNetworkWatcher_importBasic (75.79s)
    === RUN   TestAccAzureRMNetworkWatcher_importComplete
    --- PASS: TestAccAzureRMNetworkWatcher_importComplete (69.85s)
    === RUN   TestAccAzureRMNetworkWatcher_basic
    --- PASS: TestAccAzureRMNetworkWatcher_basic (69.62s)
    === RUN   TestAccAzureRMNetworkWatcher_complete
    --- PASS: TestAccAzureRMNetworkWatcher_complete (72.16s)
    === RUN   TestAccAzureRMNetworkWatcher_update
    --- PASS: TestAccAzureRMNetworkWatcher_update (81.75s)
    === RUN   TestAccAzureRMNetworkWatcher_disappears
    --- PASS: TestAccAzureRMNetworkWatcher_disappears (94.38s)
    PASS
    ok
    ```
    tombuildsstuff committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    c8141c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #569 from terraform-providers/eventhub-namespace-u…

    …pdates
    
    `azurerm_eventhub_namespace` - support for AutoInflating/MaximumThroughputCapacity
    tombuildsstuff committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    7cd9522 View commit details
    Browse the repository at this point in the history
  4. Updating to include #569

    tombuildsstuff committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    2c3e9a2 View commit details
    Browse the repository at this point in the history
  5. Hotfix: upgrade packages under go-autorest to be v9.4.1.

    Intergrate with latest version of go-autorest to read access tokens through new way
    customized through environment variable. The old behavior on local shell will be kept.
    
    Notice: for Azure Cloud Shell user, please make sure that they're using latest patched
    provider.
    metacpp committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    b8b4aa7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Configuration menu
    Copy the full SHA
    5b802d4 View commit details
    Browse the repository at this point in the history
  2. New Resource: azurerm_management_lock

    Note: As the Subscription specific Locks will break other tests; these tests need to be run individually.
    As such I've introduced the `TF_ACC_SUBSCRIPTION_PARALLEL_LOCK`  environment variable for this purpose.
    
    Tests pass:
    
    ```
    $ TF_ACC_SUBSCRIPTION_PARALLEL_LOCK=1 acctests azurerm TestAccAzureRMManagementLock_
    === RUN   TestAccAzureRMManagementLock_importResourceGroupReadOnlyBasic
    --- PASS: TestAccAzureRMManagementLock_importResourceGroupReadOnlyBasic (61.52s)
    === RUN   TestAccAzureRMManagementLock_importResourceGroupReadOnlyComplete
    --- PASS: TestAccAzureRMManagementLock_importResourceGroupReadOnlyComplete (58.75s)
    === RUN   TestAccAzureRMManagementLock_importResourceGroupCanNotDeleteBasic
    --- PASS: TestAccAzureRMManagementLock_importResourceGroupCanNotDeleteBasic (53.38s)
    === RUN   TestAccAzureRMManagementLock_importResourceGroupCanNotDeleteComplete
    --- PASS: TestAccAzureRMManagementLock_importResourceGroupCanNotDeleteComplete (46.87s)
    === RUN   TestAccAzureRMManagementLock_importPublicIPCanNotDeleteBasic
    --- PASS: TestAccAzureRMManagementLock_importPublicIPCanNotDeleteBasic (80.46s)
    === RUN   TestAccAzureRMManagementLock_importPublicIPReadOnlyBasic
    --- PASS: TestAccAzureRMManagementLock_importPublicIPReadOnlyBasic (68.53s)
    === RUN   TestAccAzureRMManagementLock_resourceGroupReadOnlyBasic
    --- PASS: TestAccAzureRMManagementLock_resourceGroupReadOnlyBasic (61.24s)
    === RUN   TestAccAzureRMManagementLock_resourceGroupReadOnlyComplete
    --- PASS: TestAccAzureRMManagementLock_resourceGroupReadOnlyComplete (64.10s)
    === RUN   TestAccAzureRMManagementLock_resourceGroupCanNotDeleteBasic
    --- PASS: TestAccAzureRMManagementLock_resourceGroupCanNotDeleteBasic (72.49s)
    === RUN   TestAccAzureRMManagementLock_resourceGroupCanNotDeleteComplete
    --- PASS: TestAccAzureRMManagementLock_resourceGroupCanNotDeleteComplete (113.71s)
    === RUN   TestAccAzureRMManagementLock_publicIPReadOnlyBasic
    --- PASS: TestAccAzureRMManagementLock_publicIPReadOnlyBasic (64.05s)
    === RUN   TestAccAzureRMManagementLock_publicIPCanNotDeleteBasic
    --- PASS: TestAccAzureRMManagementLock_publicIPCanNotDeleteBasic (94.53s)
    === RUN   TestAccAzureRMManagementLock_subscriptionReadOnlyBasic
    --- PASS: TestAccAzureRMManagementLock_subscriptionReadOnlyBasic (17.98s)
    === RUN   TestAccAzureRMManagementLock_subscriptionCanNotDeleteBasic
    --- PASS: TestAccAzureRMManagementLock_subscriptionCanNotDeleteBasic (15.20s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm    872.839s
    ```
    
    Fixes #23
    tombuildsstuff committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    facd2a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Merge pull request #573 from metacpp/master

    Hotfix: upgrade packages under go-autorest to be v9.4.1.
    tombuildsstuff committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    d5b0c67 View commit details
    Browse the repository at this point in the history
  2. Updating to include #573

    tombuildsstuff committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    7af9693 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Merge pull request #571 from terraform-providers/network-watcher

    New Resource: `azurerm_network_watcher`
    tombuildsstuff committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    b247913 View commit details
    Browse the repository at this point in the history
  2. Updating to include #571

    tombuildsstuff committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    f3f6c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f63744 View commit details
    Browse the repository at this point in the history
  4. Adding validation for the locks name

    Tests:
    ```
    $ acctests azurerm TestValidateManagementLockName
    === RUN   TestValidateManagementLockName
    --- PASS: TestValidateManagementLockName (0.00s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm    0.020s
    ```
    tombuildsstuff committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    8fe5b5f View commit details
    Browse the repository at this point in the history
  5. Linting

    tombuildsstuff committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    032c7ac View commit details
    Browse the repository at this point in the history
  6. Merge pull request #575 from terraform-providers/locks

    New Resource: `azurerm_management_lock`
    tombuildsstuff committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    767f286 View commit details
    Browse the repository at this point in the history
  7. Updating to include #575

    tombuildsstuff committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    487c48f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9f121e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

  1. removed tabs, used spaces

    Damien Caro authored and Damien Caro committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    b5be3fa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. add test for issue #450

    sebastus committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    4b94d48 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Updated the way user agent string gets assigned.

    Jeffrey Cline authored and Jeffrey Cline committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    ac14281 View commit details
    Browse the repository at this point in the history
  2. Changed code to make it more readable.

    Jeffrey Cline authored and Jeffrey Cline committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    1436023 View commit details
    Browse the repository at this point in the history
  3. pr tweaks

    hbuckle committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    6e8f6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de19f2f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    2f817ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #587 from jeffreyCline/master

    Updated the way user agent string gets assigned.
    tombuildsstuff committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    07ae076 View commit details
    Browse the repository at this point in the history
  3. Updating to include #587

    tombuildsstuff committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    dd91170 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #589 from gravitational/image-flatten-panic

    Avoid out of index errors when flattening image data disks.
    tombuildsstuff committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    94cd8bf View commit details
    Browse the repository at this point in the history
  5. Updating to include #589

    tombuildsstuff committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    61b1671 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd6457b View commit details
    Browse the repository at this point in the history
  7. Refactoring the provider block to support determining the TenantID/En…

    …vironment from the SubscriptionID
    
    Splitting out the authentication logic into a helpers folder
    Also adding unit tests for these - which pass:
    
    ```
    $ go test . -v
    === RUN   TestAzureFindValidAccessTokenForTenant_InvalidDate
    --- PASS: TestAzureFindValidAccessTokenForTenant_InvalidDate (0.00s)
    === RUN   TestAzureFindValidAccessTokenForTenant_Expired
    2017/11/30 15:02:01 [DEBUG] Token "7cabcf30-8dca-43f9-91e6-fd56dfb8632f" has expired
    --- PASS: TestAzureFindValidAccessTokenForTenant_Expired (0.00s)
    === RUN   TestAzureFindValidAccessTokenForTenant_ExpiringIn
    --- PASS: TestAzureFindValidAccessTokenForTenant_ExpiringIn (0.00s)
    === RUN   TestAzureFindValidAccessTokenForTenant_InvalidManagementDomain
    2017/11/30 15:02:01 [DEBUG] Resource "https://portal.azure.com/" isn't a management domain
    --- PASS: TestAzureFindValidAccessTokenForTenant_InvalidManagementDomain (0.00s)
    === RUN   TestAzureFindValidAccessTokenForTenant_DifferentTenant
    2017/11/30 15:02:01 [DEBUG] Resource "https://management.core.windows.net/" isn't for the correct Tenant
    --- PASS: TestAzureFindValidAccessTokenForTenant_DifferentTenant (0.00s)
    === RUN   TestAzureFindValidAccessTokenForTenant_ValidFromCloudShell
    --- PASS: TestAzureFindValidAccessTokenForTenant_ValidFromCloudShell (0.00s)
    === RUN   TestAzureFindValidAccessTokenForTenant_ValidFromAzureCLI
    --- PASS: TestAzureFindValidAccessTokenForTenant_ValidFromAzureCLI (0.00s)
    === RUN   TestAzureFindValidAccessTokenForTenant_NoTokens
    --- PASS: TestAzureFindValidAccessTokenForTenant_NoTokens (0.00s)
    === RUN   TestAzureCLIProfileFindDefaultSubscription
    --- PASS: TestAzureCLIProfileFindDefaultSubscription (0.00s)
    === RUN   TestAzureCLIProfileFindSubscription
    --- PASS: TestAzureCLIProfileFindSubscription (0.00s)
    === RUN   TestAzurePopulateSubscriptionFromCLIProfile_Missing
    --- PASS: TestAzurePopulateSubscriptionFromCLIProfile_Missing (0.00s)
    === RUN   TestAzurePopulateSubscriptionFromCLIProfile_NoDefault
    --- PASS: TestAzurePopulateSubscriptionFromCLIProfile_NoDefault (0.00s)
    === RUN   TestAzurePopulateSubscriptionFromCLIProfile_Default
    --- PASS: TestAzurePopulateSubscriptionFromCLIProfile_Default (0.00s)
    === RUN   TestAzurePopulateTenantAndEnvironmentFromCLIProfile_Empty
    --- PASS: TestAzurePopulateTenantAndEnvironmentFromCLIProfile_Empty (0.00s)
    === RUN   TestAzurePopulateTenantAndEnvironmentFromCLIProfile_MissingSubscription
    --- PASS: TestAzurePopulateTenantAndEnvironmentFromCLIProfile_MissingSubscription (0.00s)
    === RUN   TestAzurePopulateTenantAndEnvironmentFromCLIProfile_PopulateEnvironment
    --- PASS: TestAzurePopulateTenantAndEnvironmentFromCLIProfile_PopulateEnvironment (0.00s)
    === RUN   TestAzurePopulateTenantAndEnvironmentFromCLIProfile_NormaliseAndPopulateEnvironment
    --- PASS: TestAzurePopulateTenantAndEnvironmentFromCLIProfile_NormaliseAndPopulateEnvironment (0.00s)
    === RUN   TestAzurePopulateTenantAndEnvironmentFromCLIProfile_PopulateTenantId
    --- PASS: TestAzurePopulateTenantAndEnvironmentFromCLIProfile_PopulateTenantId (0.00s)
    === RUN   TestAzurePopulateTenantAndEnvironmentFromCLIProfile_Complete
    --- PASS: TestAzurePopulateTenantAndEnvironmentFromCLIProfile_Complete (0.00s)
    === RUN   TestAzurePopulateFromAccessToken_Missing
    --- PASS: TestAzurePopulateFromAccessToken_Missing (0.00s)
    === RUN   TestAzurePopulateFromAccessToken_Exists
    --- PASS: TestAzurePopulateFromAccessToken_Exists (0.00s)
    === RUN   TestAzureEnvironmentNames
    --- PASS: TestAzureEnvironmentNames (0.00s)
    === RUN   TestAzureValidateBearerAuth
    --- PASS: TestAzureValidateBearerAuth (0.00s)
    === RUN   TestAzureValidateServicePrincipal
    --- PASS: TestAzureValidateServicePrincipal (0.00s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/authentication    0.012s
    ```
    tombuildsstuff committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    fe1e0f5 View commit details
    Browse the repository at this point in the history
  8. Fixing the build

    tombuildsstuff committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    f5a01b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    eb25459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6654c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #593 from terraform-providers/remove_vm_diag_profile

    Remove the field marked as "Removed" according to #572.
    tombuildsstuff committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    2289eef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c664ac6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    4d94018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea22063 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #482 from hbuckle/managed_service_identity

    Support for managed service identity
    tombuildsstuff committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    a9a362d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    868ed36 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #599 from terraform-providers/fixing-management-lo…

    …ck-tests
    
    `azurerm_management_lock`: fixing the name validation
    tombuildsstuff committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    9a416b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Merge pull request #574 from terraform-providers/provider-block

    Conditional loading of the Subscription ID / Tenant ID / Environment
    tombuildsstuff committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    1005762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6d27e View commit details
    Browse the repository at this point in the history
  3. Adding settings to the hash

    Test passes:
    
    ```
    $ acctests azurerm TestAccAzureRMVirtualMachineScaleSet_extensionUpdate
    === RUN   TestAccAzureRMVirtualMachineScaleSet_extensionUpdate
    --- PASS: TestAccAzureRMVirtualMachineScaleSet_extensionUpdate (593.13s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm    593.153s
    ```
    tombuildsstuff committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    3cc2133 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #609 from terraform-providers/vmss-extension

    `azurerm_virtual_machine_scale_set`: ensuring changes to the `settings` object are detected
    tombuildsstuff committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    df8a94a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bfceba View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Local Network Gateways: support for BGP Settings

    ```
    $ acctests azurerm TestAccAzureRMLocalNetworkGateway_
    === RUN   TestAccAzureRMLocalNetworkGateway_importBasic
    --- PASS: TestAccAzureRMLocalNetworkGateway_importBasic (82.23s)
    === RUN   TestAccAzureRMLocalNetworkGateway_basic
    --- PASS: TestAccAzureRMLocalNetworkGateway_basic (81.29s)
    === RUN   TestAccAzureRMLocalNetworkGateway_disappears
    --- PASS: TestAccAzureRMLocalNetworkGateway_disappears (79.17s)
    === RUN   TestAccAzureRMLocalNetworkGateway_bgpSettings
    --- PASS: TestAccAzureRMLocalNetworkGateway_bgpSettings (78.70s)
    === RUN   TestAccAzureRMLocalNetworkGateway_bgpSettingsDisable
    --- PASS: TestAccAzureRMLocalNetworkGateway_bgpSettingsDisable (96.18s)
    === RUN   TestAccAzureRMLocalNetworkGateway_bgpSettingsEnable
    --- PASS: TestAccAzureRMLocalNetworkGateway_bgpSettingsEnable (97.39s)
    === RUN   TestAccAzureRMLocalNetworkGateway_bgpSettingsComplete
    --- PASS: TestAccAzureRMLocalNetworkGateway_bgpSettingsComplete (79.68s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm    594.680s
    ```
    tombuildsstuff committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    257361e View commit details
    Browse the repository at this point in the history
  2. Refactoring

    tombuildsstuff committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    b58f95b View commit details
    Browse the repository at this point in the history
  3. Adding an import test for BGP Settings:

    ```
    $ acctests azurerm TestAccAzureRMLocalNetworkGateway_importBGPSettingsComplete
    === RUN   TestAccAzureRMLocalNetworkGateway_importBGPSettingsComplete
    --- PASS: TestAccAzureRMLocalNetworkGateway_importBGPSettingsComplete (80.96s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-azurerm/azurerm    80.987s
    ```
    tombuildsstuff committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    a36e197 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

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

    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    e9a3ea6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #533 from dcaro/vnet_data_source

    New Data Source: `azurerm_virtual_network`
    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    57c8034 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc6c649 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c12384 View commit details
    Browse the repository at this point in the history
  6. Updating the App Service example to be complete

    This removes support for Publishing, since the SCM URL's aren't consistent across Sovereign Clouds (China/Germany/Govt etc)
    Switches to using the new `default_site_hostname` field introduced in #612 rather than assuming what it is
    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    10633c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #594 from terraform-providers/sdk-11-2-2

    Upgrading to v11.2.2-beta of the Azure SDK for Go
    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    5d0e963 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88101f6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #611 from terraform-providers/local-network-gatewa…

    …y-bgp-settings
    
    `azurerm_local_network_gateway` - support for BGP Settings
    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    4128010 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40e0f0a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #612 from terraform-providers/app-service-site-name

    `azurerm_app_service` - Exporting the Default Hostname field
    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    bac602a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f717de2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #407 from metadevpro/app-service-asp-net-sample

    Provision sample for ASP.NET on azure_rm_app_service
    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    a3b207f View commit details
    Browse the repository at this point in the history
  14. Remove leading line break from key_vault_key docs

    Leading line break causes page metadata to be ignored.
    trotttrotttrott committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    897428e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #613 from trotttrotttrott/doc-metadata-ignored

    Website Page Metadata Issue
    tombuildsstuff committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    3e1c6f2 View commit details
    Browse the repository at this point in the history