You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# azurerm_machine_learning_datastore_datalake_gen2.dataset must be replaced
-/+ resource "azurerm_machine_learning_datastore_datalake_gen2""dataset" {
+ authority_url = (known after apply)
~ id = "/subscriptions/xxxxxxxx/resourceGroups/rg-dev-xxxxxxxx/providers/Microsoft.MachineLearningServices/workspaces/ws-dev-yyyyyyyyy/dataStores/dataset" -> (known after apply)
~ is_default = false -> (known after apply)
name = "dataset"~ storage_container_id = "/subscriptions/xxxxxxxxx/resourceGroups/rg-dev-xxxxxxxx/providers/Microsoft.Storage/storageAccounts/xxxxxxxxx/blobServices/default/containers/dataset" ->"/subscriptions/xxxxxxxx/resourceGroups/rg-dev-yyyyyyyy/providers/Microsoft.Storage/storageAccounts/yyyyyyyyy/blobServices/default/containers/dataset"# forces replacement
- tags = {} -> null
# (2 unchanged attributes hidden)
}
### Expected Behaviour
the correct storage container id is saved in the state
### Actual Behaviour
The wrong storage container id (it contains the resource group identifier of the resoruce group where AzureML is deployed).
### Steps to Reproduce
_No response_
### Important Factoids
_No response_
### References
_No response_
The text was updated successfully, but these errors were encountered:
@gdippolito I cannot reproduce this error. workspace and storage container can be in the same resource or not. The key info used in the storage container ID is the storage account name and the container name.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.7
AzureRM Provider Version
3.48.0
Affected Resource(s)/Data Source(s)
azurerm_machine_learning_datastore_datalake_gen2
Terraform Configuration Files
Debug Output/Panic Output
The text was updated successfully, but these errors were encountered: