forked from hashicorp/terraform-provider-azurerm
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
TeamCity
committed
Jun 20, 2017
1 parent
adab32c
commit b96566f
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
## 0.1.0 (Unreleased) | ||
## 0.1.0 (June 20, 2017) | ||
|
||
BACKWARDS INCOMPATIBILITIES / NOTES: | ||
|
||
FEATURES: | ||
|
||
* **New Data Source:** `azurerm_resource_group` [GH-15022](https://github.com/hashicorp/terraform/pull/15022) | ||
* **New Data Source:** `azurerm_resource_group` [[#15022](https://github.com/terraform-providers/terraform-provider-azurerm/15022)](https://github.com/hashicorp/terraform/pull/15022) | ||
|
||
IMPROVEMENTS: | ||
|
||
* Add diff supress func to endpoint_location [GH-15094](https://github.com/hashicorp/terraform/pull/15094) | ||
* Add diff supress func to endpoint_location [[#15094](https://github.com/terraform-providers/terraform-provider-azurerm/15094)](https://github.com/hashicorp/terraform/pull/15094) | ||
|
||
BUG FIXES: | ||
|
||
* Fixing the Deadlock issue [GH-6] | ||
* Fixing the Deadlock issue ([#6](https://github.com/terraform-providers/terraform-provider-azurerm/6)) |