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
Microsoft.MachineLearningServices │ The parsed Resource ID was missing a value for the segment at position 5 | parsing segment "staticMicrosoftDatabricks": expected the segment "Microsoft.Databricks"
#22818
We are creating an databricks workspace through terraform, while creating databricks workspace we are adding aml workspace id as part custom parameters.
But earlier it was worked as expected not from today its throwing the parse error.
Its weird why they expecting "Microsoft.Databricks" as a provider for aml workspace id.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
│ Error: parsing "/subscriptions/<!-- my subscription>/resourceGroups/<!-- my resource group name>/providers/Microsoft.MachineLearningServices/workspaces/<!-- my aml workspace name>": parsing segment "staticMicrosoftDatabricks": parsing the Workspace ID: the segment at position 5 didn't match│ │ Expected a Workspace ID that matched:│ │ > /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/example-resource-group/providers/Microsoft.Databricks/workspaces/workspaceValue│ │ However this value was provided:│ │ > /subscriptions/<!-- my subscription>/resourceGroups/<!-- my resource group name>/providers/Microsoft.MachineLearningServices/workspaces/<!-- my aml workspace name>│ │ The parsed Resource ID was missing a value for the segment at position 5│ (which should be the name of the Resource Provider [for example 'Microsoft.Databricks']).│ │ │ │ with module.databricksws.azurerm_databricks_workspace.databricks_ws,│ on ../../modules/databricks/databricks_ws.tf line 82, in resource "azurerm_databricks_workspace" "databricks_ws":│ 82: machine_learning_workspace_id = var.machine_learning_workspace_id│ ╵##[error]Terraform command 'apply' failed with exit code '1'.##[error]╷│ Error: parsing "/subscriptions/<!-- my subscription>/resourceGroups/<!-- my resource group name>/providers/Microsoft.MachineLearningServices/workspaces/<!-- my aml workspace name>": parsing segment "staticMicrosoftDatabricks": parsing the Workspace ID: the segment at position 5 didn't match
│
│ Expected a Workspace ID that matched:
│
│ > /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/example-resource-group/providers/Microsoft.Databricks/workspaces/workspaceValue
│
│ However this value was provided:
│
│ > /subscriptions/<!-- my subscription>/resourceGroups/<!-- my resource group name>/providers/Microsoft.MachineLearningServices/workspaces/<!-- my aml workspace name>
│
│ The parsed Resource ID was missing a value for the segment at position 5
│ (which should be the name of the Resource Provider [for example 'Microsoft.Databricks']).
│
│
│
│ with module.databricksws.azurerm_databricks_workspace.databricks_ws,
│ on ../../modules/databricks/databricks_ws.tf line 82, in resource "azurerm_databricks_workspace""databricks_ws":
│ 82: machine_learning_workspace_id = var.machine_learning_workspace_id
│
╵
Expected Behaviour
Data bricks workspace should be created with azure machine learning workspace as custom parameter.
Actual Behaviour
parsing "/subscriptions/bcb49ec5-052d-46ed-837d-a1e1959fe22a/resourceGroups/rg-mf-dev-it4it9/providers/Microsoft.MachineLearningServices/workspaces/amlws-mf-dev-it4it9": parsing segment "staticMicrosoftDatabricks": parsing the Workspace ID: the segment at position 5 didn't match
The parsed Resource ID was missing a value for the segment at position 5
(which should be the name of the Resource Provider [for example 'Microsoft.Databricks']).
Steps to Reproduce
terraform apply
Important Factoids
no
References
No response
The text was updated successfully, but these errors were encountered:
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
We are creating an databricks workspace through terraform, while creating databricks workspace we are adding aml workspace id as part custom parameters.
But earlier it was worked as expected not from today its throwing the parse error.
Its weird why they expecting "Microsoft.Databricks" as a provider for aml workspace id.
Terraform Version
1.4.2
AzureRM Provider Version
3.68.0
Affected Resource(s)/Data Source(s)
azurerm_databricks_workspace
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Data bricks workspace should be created with azure machine learning workspace as custom parameter.
Actual Behaviour
parsing "/subscriptions/bcb49ec5-052d-46ed-837d-a1e1959fe22a/resourceGroups/rg-mf-dev-it4it9/providers/Microsoft.MachineLearningServices/workspaces/amlws-mf-dev-it4it9": parsing segment "staticMicrosoftDatabricks": parsing the Workspace ID: the segment at position 5 didn't match
Expected a Workspace ID that matched:
However this value was provided:
The parsed Resource ID was missing a value for the segment at position 5
(which should be the name of the Resource Provider [for example 'Microsoft.Databricks']).
Steps to Reproduce
terraform apply
Important Factoids
no
References
No response
The text was updated successfully, but these errors were encountered: