New Resource: azurerm_storage_mover_smb_file_share_endpoint#31591
Open
hqhqhqhqhqhqhqhqhqhqhq wants to merge 4 commits intohashicorp:mainfrom
Open
New Resource: azurerm_storage_mover_smb_file_share_endpoint#31591hqhqhqhqhqhqhqhqhqhqhq wants to merge 4 commits intohashicorp:mainfrom
azurerm_storage_mover_smb_file_share_endpoint#31591hqhqhqhqhqhqhqhqhqhqhq wants to merge 4 commits intohashicorp:mainfrom
Conversation
azurerm_storage_mover_smb_file_share_endpoint
ms-henglu
approved these changes
Jan 30, 2026
f821490 to
750df0f
Compare
3edb523 to
69790f5
Compare
69790f5 to
a11d3d4
Compare
Use validate.StorageShareName for file_share_name (3-63 chars, lowercase alphanumeric and hyphens). Made-with: Cursor
….From in Read, backticks in error Made-with: Cursor
…ror msg, Target Endpoint docs, inline tests Made-with: Cursor
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new resource
azurerm_storage_mover_smb_file_share_endpointfor managing Storage Mover SMB File Share Endpoints, enabling data migration to Azure Storage SMB file shares.Community Note
Description
This PR introduces the
azurerm_storage_mover_smb_file_share_endpointresource, which allows users to create Azure Storage SMB File Share endpoints as targets for data migration using Azure Storage Mover.Properties:
name- (Required) The name of the endpointstorage_mover_id- (Required) The ID of the Storage Moverstorage_account_id- (Required) The resource ID of the Azure Storage Accountfile_share_name- (Required) The name of the SMB file sharedescription- (Optional) A description for the endpointThis resource uses API version
2025-07-01.PR Checklist
New Resource
Testing
Acceptance tests pass for the new resource.

Change Log
azurerm_storage_mover_smb_file_share_endpoint[New Resource:azurerm_storage_mover_smb_file_share_endpoint#31591]This is a (please select all that apply):
Related Issue(s)
N/A
AI Assistance Disclosure
AI was used to assist with code generation, documentation, and test implementation.
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
No changes to security controls in this pull request.