-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_storage_account
/azurerm_storage_account_blob_properties
/azurerm_storage_account_queue_properties
/azurerm_storage_account_share_properties
/azurerm_storage_account_static_website_properties
- split data plane into separate resources
#26733
Conversation
ValidateFunc: validation.StringIsNotEmpty, | ||
}, | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you have an erroneous ,
here...
}, | |
} |
azurerm_storage_account
- split data plane into separate resources azurerm_storage_account
/azurerm_storage_account_queue_properties
/azurerm_storage_account_static_website_properties
- split data plane into separate resources
I have removed the |
The review comments have been addressed for the v3.x provider. Reviewers comments will be fully addressed in the v4.0 version of this PR...
@WodansSon tables have a similar issue with data plane requirement. Could you include them as well? #15083 |
2ac9524
to
79e63bb
Compare
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
NEW FEATURES FLAG:
data_plane_access_on_read_enabled
NEW RESOURCES:
azurerm_storage_account_blob_properties
azurerm_storage_account_queue_properties
azurerm_storage_account_share_properties
azurerm_storage_account_static_website_properties
EXISTING RESOURCES BEHAVIOR UPDATED:
azurerm_storage_account
- deprecatedblob_properties
,share_properties
,queue_properties
andstatic_website
code blocks forcreate
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
TestAccStorageAccount_disappears
test case fails inmain
as well.Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
FEATURES:
azurerm_storage_account_blob_properties
[GH-00000]azurerm_storage_account_queue_properties
[GH-00000]azurerm_storage_account_share_properties
[GH-00000]azurerm_storage_account_static_website_properties
[GH-00000]ENHANCEMENTS:
data_plane_access_on_read_enabled
[GH-00000]DEPRECATIONS:
azurerm_storage_account
- deprecatedblob_properties
,share_properties
,queue_properties
andstatic_website
code blocks forcreate
[GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #2977
Note
If this PR changes meaningfully during the course of review please update the title and description as required.