Skip to content

Commit

Permalink
Update change version from 3.116.1 to 3.117.0...
Browse files Browse the repository at this point in the history
  • Loading branch information
WodansSon committed Aug 19, 2024
1 parent b79703a commit 50d6579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/services/storage/storage_account_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (

const dataPlaneDependentPropertyError = `the '%[1]s' code block cannot be set on create for new storage accounts, this property has been deprecated and will become computed only in version 4.0 of the provider
New storage accounts must use the separate '%[2]s' resource to manage the '%[1]s' configuration values
Existing storage accounts can continue to use the exposed '%[1]s' code block to manage (e.g., update) the resource in version 3.116.1 of the provider`
Existing storage accounts can continue to use the exposed '%[1]s' code block to manage (e.g., update) the resource in version 3.117.0 of the provider`

var (
storageAccountResourceName = "azurerm_storage_account"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/storage_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Manages an Azure Storage Account.

## Disclaimers

-> **Note:** Version 3.116.1 and later of the Azure Provider includes a Feature Toggle which will allow blocking data plane calls during the creation of the storage account resource. See [the Features block documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/features-block) for more information on Feature Toggles within Terraform.
-> **Note:** Version 3.117.0 and later of the Azure Provider includes a Feature Toggle which will allow blocking data plane calls during the creation of the storage account resource. See [the Features block documentation](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/features-block) for more information on Feature Toggles within Terraform.

## Example Usage

Expand Down

0 comments on commit 50d6579

Please sign in to comment.