-
Notifications
You must be signed in to change notification settings - Fork 455
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
SMB File Share Role Assignment Failing: modules/storage/storage-account/file-service/share #4346
Comments
Hey @DanGiffen, |
No problem and thanks @AlexanderSehr |
Hey @DanGiffen, I'm still looking into this but it's a curious case in which this is what the dpeloyment ID is and this is what the id is when deployed via the portal (fetching the REST payload) The most notable difference: In the first case its
However, a resource provider called 'fileShares` doens't actually exist (as you can also see here). Not quite sure what to make of it right now, but I'll keep looking. |
Soo... yeah ... I did some research and found this little nugget of an issue: Azure/bicep-types-az#1532 Turns out, it's a provider bug. There is a workaround suggested that essentially forces a deployment object into the Bicep template, mimicing ARM, but it's not great. I'll go ahead and implement that and try to reach out to the Product Group too. |
Ah ok thanks Alexander, hopefully the product group can plug that gap.
Cheers
Dan
…On Wed, 20 Dec 2023, 20:20 Alexander Sehr, ***@***.***> wrote:
Soo... yeah ... I did some research and found this little nugget of an
issue: Azure/bicep-types-az#1532
<Azure/bicep-types-az#1532>
Turns out, it's a provider bug. There is a workaround suggested that
essentially forces a deployment object into the Bicep template, mimicing
ARM, but it's not great. I'll go ahead and implement that and try to reach
out to the Product Group too.
—
Reply to this email directly, view it on GitHub
<#4346 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJF74RJXPDLKUVTHWVHUGP3YKNCA3AVCNFSM6AAAAABAH2JEQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRVGA4DEMBRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Trying to get a response already 😊 |
Describe the bug
Deployment of a new SMB file share to an existing storage account completes successfully. The deployment in the resource group reports succeeded including the share role assignment operation too however no IAM\Role assignment is implemented.
To reproduce
Create a template to deploy a new SMB file share to an existing storage account. Pass role assignment array properties in with a parameter file
Code snippet
Relevant log output
No response
The text was updated successfully, but these errors were encountered: