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

catch up with main fork #1

Merged
merged 113 commits into from
Sep 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
2377474
Merge pull request #1 from terraform-providers/master
Jun 14, 2017
927b5b9
Merge pull request #2 from terraform-providers/master
Aug 22, 2017
f1e41cf
Fix nil pointer dereference panic in azurerm_virtual_machine_scale_se…
dominik-lekse Aug 23, 2017
a9b29f4
Fix error in resource `azurerm_virtual_machine_scale_set` when using …
dominik-lekse Aug 24, 2017
d1f45f2
Fixed error message text referring to Windows instead of Linux in res…
dominik-lekse Aug 24, 2017
ef45b1a
Added acceptance test `TestAccAzureRMVirtualMachineScaleSet_basicWind…
dominik-lekse Aug 24, 2017
a46aec9
Added outline for container group resource.
Aug 30, 2017
2226646
WIP: Container group resource
Sep 3, 2017
c5847c3
WIP: Container group resource
Sep 4, 2017
92ae417
WIP: Container groups resource
Sep 5, 2017
89fdeca
WIP Container Instance Resource: basic works.
Sep 5, 2017
b66ae9b
Merge pull request #3 from terraform-providers/master
Sep 5, 2017
1a91933
Merge branch 'aci-dev' into master
Sep 5, 2017
a1365c7
WIP Container groups resource - formatting changes.
Sep 5, 2017
51356a4
WIP Container Groups resource
Sep 6, 2017
b95a618
WIP Container groups resource
Sep 6, 2017
b9e3297
WIP Container Group Resource
Sep 6, 2017
215a9f2
Merge from upstream
Sep 6, 2017
3274477
Merge branch 'terraform-providers-master'
Sep 6, 2017
db826d9
Merge pull request #6 from abhijeetgaiha/aci-dev
Sep 6, 2017
ad6b4ec
WIP Container Groups Provider: Added Basic Tests
Sep 7, 2017
8ad469b
WIP Container Groups Resource : Added docs
Sep 7, 2017
35732da
Explaining that Dynamic PIP's aren't allocated until assigned by desi…
tombuildsstuff Sep 8, 2017
2d294cf
Merge pull request #313 from terraform-providers/docs-pip-ds
tombuildsstuff Sep 9, 2017
36d7bf3
v0.1.7
Sep 11, 2017
9ebbfa6
Cleanup after v0.1.7 release
Sep 11, 2017
1242b10
Fixing the postgresql config link
tombuildsstuff Sep 11, 2017
2a04247
Merge pull request #318 from terraform-providers/fixing-website
tombuildsstuff Sep 11, 2017
c69bd1d
WIP: Container groups resource.
Sep 11, 2017
e1af078
Add test for mistyped id
mbfrahry Sep 11, 2017
d48b02a
Merge pull request #320 from terraform-providers/b-import-public-ip
mbfrahry Sep 11, 2017
3fc6838
Add validation to sql server name
mbfrahry Sep 11, 2017
e27b424
Removing ability to update using create/recreate.
Sep 12, 2017
6e3c569
Updating to include #320
tombuildsstuff Sep 12, 2017
291d2ba
Updating to reference the latest storage sizes for psql
tombuildsstuff Sep 12, 2017
1a979a7
Consolidate db name validators and add unit test
mbfrahry Sep 12, 2017
7508642
remove old validator code
mbfrahry Sep 12, 2017
b4b1d3c
Remove unused improt
mbfrahry Sep 12, 2017
000fb9b
Update validators_test.go
mbfrahry Sep 12, 2017
36fd0ca
Merge pull request #323 from terraform-providers/b-sql-server
mbfrahry Sep 12, 2017
f49094e
Update CHANGELOG.md
mbfrahry Sep 12, 2017
7804932
Adding a test covering the largest size + documentation
tombuildsstuff Sep 12, 2017
a61c47a
Adding validation to all resource_group_name attributes
mbfrahry Sep 12, 2017
4b6e937
Merge pull request #329 from terraform-providers/psql-server-sizes
tombuildsstuff Sep 13, 2017
a90b5b0
Updating to include #239
tombuildsstuff Sep 13, 2017
f1b1ced
Support for Authenticating using AzureCLI & CloudShell credentials
tombuildsstuff Sep 8, 2017
a18b7a3
WIP
tombuildsstuff Sep 9, 2017
a9071b4
Upgrading to use the refactored package
tombuildsstuff Sep 12, 2017
cb02a3d
Update resource_arm_dns_zone.go
mbfrahry Sep 13, 2017
442c69c
fix spelling error
mbfrahry Sep 13, 2017
5e33821
Merge pull request #330 from terraform-providers/f-validate-resource-…
mbfrahry Sep 13, 2017
2706a0a
Update CHANGELOG.md
mbfrahry Sep 13, 2017
a6252c9
Adding support for App Service Plans on Linux
tombuildsstuff Sep 13, 2017
165d0bd
Documenting the default value
tombuildsstuff Sep 13, 2017
b97749f
Merge pull request #332 from terraform-providers/app-service-plan-linux
tombuildsstuff Sep 13, 2017
c357dcd
Updating to include #332
tombuildsstuff Sep 13, 2017
caf0765
Changes based on review feedback.
Sep 14, 2017
5f1688f
Fixed error in test.
Sep 14, 2017
d685d2a
Small updates to schema.
Sep 14, 2017
03d2678
Changes based on review feedback.
Sep 14, 2017
e07edaf
Allowing updates through ForceNew.
Sep 14, 2017
6ab2d97
Changes due to review feedback
Sep 14, 2017
ecd99fc
Adding an acceptance test covering updating containers
tombuildsstuff Sep 14, 2017
69b4c49
Merge pull request #333 from terraform-providers/aci
tombuildsstuff Sep 14, 2017
033ce41
Updating to include #333 & #311
tombuildsstuff Sep 14, 2017
dba19dc
Merge pull request #7 from terraform-providers/master
Sep 14, 2017
7d5a54c
Updating to include v8.4 of Go-Autorest and it's changes
tombuildsstuff Sep 14, 2017
59d9025
Clarifying #332
tombuildsstuff Sep 14, 2017
22baf10
Adding support for multiple environments
tombuildsstuff Sep 14, 2017
5548841
WIP: Added support for env vars. Updated basic tests.
Sep 15, 2017
6d962dc
WIP: Added support for command line. Updated tests.
Sep 15, 2017
aa7cefb
WIP: Updated docs for env_vars and command.
Sep 15, 2017
2735061
WIP: Changes due to review feedback.
Sep 15, 2017
d17f014
WIP: Updated test.
Sep 15, 2017
78602bc
Documenting both of the documentation methods
tombuildsstuff Sep 15, 2017
87a7c71
Only pulling access tokens if we have a tenant ID
tombuildsstuff Sep 15, 2017
db2e9a3
Updating the error message if the Azure CLI isn't installed/configured
tombuildsstuff Sep 15, 2017
37a6d66
Removing an out of date comment
tombuildsstuff Sep 15, 2017
efb7a97
Merge pull request #316 from terraform-providers/azurecli-auth
tombuildsstuff Sep 15, 2017
d5d2c88
Updating to include #316
tombuildsstuff Sep 15, 2017
62ae289
Splitting the Basic/Complete tests
tombuildsstuff Sep 15, 2017
5aedb81
Merge pull request #338 from terraform-providers/aci
tombuildsstuff Sep 15, 2017
d3ccbaf
Updating to include #338
tombuildsstuff Sep 15, 2017
60110fc
v0.2.0
Sep 15, 2017
7029dfe
Cleanup after v0.2.0 release
Sep 15, 2017
a191e81
Doc Updates
mbfrahry Sep 18, 2017
fdd0de3
Update authenticating_via_azure_cli.html.markdown
mbfrahry Sep 18, 2017
658f6d7
Update authenticating_via_service_principal.html.markdown
mbfrahry Sep 18, 2017
517182e
Update authenticating_via_azure_cli.html.markdown
mbfrahry Sep 18, 2017
9c247d1
Minor tweaks to the documentation
tombuildsstuff Sep 18, 2017
a245462
Making container access type optional/defaulted.
tombuildsstuff Sep 18, 2017
4985b96
Documenting the Azure CLI commands needed to obtain the VM Extension …
tombuildsstuff Sep 18, 2017
5810955
Update authenticating_via_azure_cli.html.markdown
mbfrahry Sep 18, 2017
7b26877
Update authenticating_via_service_principal.html.markdown
mbfrahry Sep 18, 2017
cae90a1
Update authenticating_via_service_principal.html.markdown
mbfrahry Sep 18, 2017
b9f67bc
Update index.html.markdown
mbfrahry Sep 18, 2017
0d25ba2
Merge pull request #266 from dominik-lekse/bugfix/vmss-unattendconfig…
tombuildsstuff Sep 18, 2017
65bb980
Updating to include #266
tombuildsstuff Sep 18, 2017
5979359
New Resource: `azurerm_app_service` (#344)
tombuildsstuff Sep 19, 2017
af81d44
Updating to include #344
tombuildsstuff Sep 19, 2017
a4ab26b
Merge pull request #342 from terraform-providers/p-doc-updates
tombuildsstuff Sep 19, 2017
3e78d8d
Merge pull request #343 from terraform-providers/docs-fixes
tombuildsstuff Sep 20, 2017
97bcbc5
New resource: Automation Account/Credential/Runbook/Schedule (#257)
Kemyke Sep 20, 2017
6d083ca
Updating to include #257
tombuildsstuff Sep 20, 2017
76cec9c
Reordering to be alphabetical
tombuildsstuff Sep 20, 2017
1e0e43b
Exposing Application ID
tombuildsstuff Sep 20, 2017
766261f
Adding application id + certificate permissions to key vault
tombuildsstuff Sep 20, 2017
89de12a
Adding the automation resources to the sidebar
tombuildsstuff Sep 20, 2017
82ed4e0
Merge pull request #349 from terraform-providers/docs
tombuildsstuff Sep 20, 2017
62bf74f
Merge pull request #348 from terraform-providers/keyvault
tombuildsstuff Sep 25, 2017
d747151
Updating to include #348
tombuildsstuff Sep 25, 2017
64cdca0
v0.2.1
Sep 25, 2017
2506354
Cleanup after v0.2.1 release
Sep 25, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 42 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,51 @@
## 0.1.7 (Unreleased)
## 0.2.2 (Unreleased)
## 0.2.1 (September 25, 2017)

FEATURES:

* **New Resource:** `azurerm_postgresql_configuration` [GH-210]
* **New Resource:** `azurerm_postgresql_database` [GH-210]
* **New Resource:** `azurerm_postgresql_firewall_rule` [GH-210]
* **New Resource:** `azurerm_postgresql_server` [GH-210]
* **New Resource:** `azurerm_automation_account` ([#257](https://github.com/terraform-providers/terraform-provider-azurerm/issues/257))
* **New Resource:** `azurerm_automation_credential` ([#257](https://github.com/terraform-providers/terraform-provider-azurerm/issues/257))
* **New Resource:** `azurerm_automation_runbook` ([#257](https://github.com/terraform-providers/terraform-provider-azurerm/issues/257))
* **New Resource:** `azurerm_automation_schedule` ([#257](https://github.com/terraform-providers/terraform-provider-azurerm/issues/257))
* **New Resource:** `azurerm_app_service` ([#344](https://github.com/terraform-providers/terraform-provider-azurerm/issues/344))

IMPROVEMENTS:

* `azurerm_cdn_endpoint` - defaulting the `http_port` and `https_port` [GH-301]
* `azurerm_cosmos_db_account`: allow setting the Kind to MongoDB/GlobalDocumentDB [GH-299]
* `azurerm_client_config` - adding `service_principal_application_id` ([#348](https://github.com/terraform-providers/terraform-provider-azurerm/issues/348))
* `azurerm_key_vault` - adding `application_id` and `certificate_permissions` ([#348](https://github.com/terraform-providers/terraform-provider-azurerm/issues/348))

BUG FIXES:

* `azurerm_virtual_machine_scale_set` - fix panic with `additional_unattend_config` block ([#266](https://github.com/terraform-providers/terraform-provider-azurerm/issues/266))

## 0.2.0 (September 15, 2017)

FEATURES:

* **Support for authenticating using the Azure CLI** ([#316](https://github.com/terraform-providers/terraform-provider-azurerm/issues/316))
* **New Resource:** `azurerm_container_group` ([#333](https://github.com/terraform-providers/terraform-provider-azurerm/issues/333)] [[#311](https://github.com/terraform-providers/terraform-provider-azurerm/issues/311)] [[#338](https://github.com/terraform-providers/terraform-provider-azurerm/issues/338))

IMPROVEMENTS:

* `azurerm_app_service_plan` - support for Linux App Service Plans ([#332](https://github.com/terraform-providers/terraform-provider-azurerm/issues/332))
* `azurerm_postgresql_server` - supporting additional storage sizes ([#239](https://github.com/terraform-providers/terraform-provider-azurerm/issues/239))
* `azurerm_public_ip` - verifying the ID is valid before importing ([#320](https://github.com/terraform-providers/terraform-provider-azurerm/issues/320))
* `azurerm_sql_server` - verifying the name is valid before creating ([#323](https://github.com/terraform-providers/terraform-provider-azurerm/issues/323))
* `resource_group_name` - validation has been added to all resources that use this attribute ([#330](https://github.com/terraform-providers/terraform-provider-azurerm/issues/330))

## 0.1.7 (September 11, 2017)

FEATURES:

* **New Resource:** `azurerm_postgresql_configuration` ([#210](https://github.com/terraform-providers/terraform-provider-azurerm/issues/210))
* **New Resource:** `azurerm_postgresql_database` ([#210](https://github.com/terraform-providers/terraform-provider-azurerm/issues/210))
* **New Resource:** `azurerm_postgresql_firewall_rule` ([#210](https://github.com/terraform-providers/terraform-provider-azurerm/issues/210))
* **New Resource:** `azurerm_postgresql_server` ([#210](https://github.com/terraform-providers/terraform-provider-azurerm/issues/210))

IMPROVEMENTS:

* `azurerm_cdn_endpoint` - defaulting the `http_port` and `https_port` ([#301](https://github.com/terraform-providers/terraform-provider-azurerm/issues/301))
* `azurerm_cosmos_db_account`: allow setting the Kind to MongoDB/GlobalDocumentDB ([#299](https://github.com/terraform-providers/terraform-provider-azurerm/issues/299))

## 0.1.6 (August 31, 2017)

Expand Down
Loading