-
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
Synapse
: enable user assigned managed identity for Synapse workspace
#16429
Conversation
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.
hi @zhcli
Thanks for this PR - I've taken a look and left some comments inline, but if we can fix those up then we should be able to take another look and get this merged 👍
Thanks!
hey @tombuildsstuff , thank you for reviewing. :) I have pushed changes as per suggestions. |
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.
Running tests for this and looks like we have an failure:
------- Stdout: -------
=== RUN TestAccSynapseWorkspace_update
=== PAUSE TestAccSynapseWorkspace_update
=== CONT TestAccSynapseWorkspace_update
testcase.go:110: Step 9/9 error: After applying this test step, the plan was not empty.
stdout:
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# azurerm_synapse_workspace.test will be updated in-place
~ resource "azurerm_synapse_workspace" "test" {
id = "/subscriptions/*******/resourceGroups/acctestRG-synapse-220518043143578606/providers/Microsoft.Synapse/workspaces/acctestsw220518043143578606"
name = "acctestsw220518043143578606"
tags = {}
# (12 unchanged attributes hidden)
~ identity {
~ type = "SystemAssigned" -> "SystemAssigned, UserAssigned"
# (3 unchanged attributes hidden)
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccSynapseWorkspace_update (1081.36s)
FAIL
@katbyte thanks for checking, test case updated:
|
regardless of what you se locally in tc we still see
which does seem to indicate that there is a state wait that needs to be placed somewhere that waits for provisioning to finish |
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.
* fixing spark_pool dynamic_executor_allocation_enabled error * adjust StateChangeConf function in synapse work space resource
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.
Hello, do you have a status on this pull request when this feature can be expected to be merged? I would like to use it in the context of our customer's environment, as we need to use user assigned managed identities in that context. |
closing in favour of #19007 |
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. |
#13752 - enable user assigned managed identity