Skip to content
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

provider not supporting azure sql datastore #37

Open
jarihaikonen opened this issue Sep 22, 2022 · 0 comments
Open

provider not supporting azure sql datastore #37

jarihaikonen opened this issue Sep 22, 2022 · 0 comments

Comments

@jarihaikonen
Copy link

Hi

Seems that you are missing some required fields from using sql datastore

https://github.com/Azure/azure-rest-api-specs/blob/d1c9f13098be77ff92612d52da6303142fb563c0/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json#L5141

also the provider forceposts protocol, which is not needed for sql datastores

Error: HTTP Response is in error [status code 400]: {
08:34:51 "error": {
08:34:51 "code": "UserError",
08:34:51 "message": "Request is invalid and/or missing fields.",
08:34:51 "details": [
08:34:51 {
08:34:51 "code": "RequestInvalid",
08:34:51 "message": "Could not find member 'protocol' on object of type 'AzurePostgreSqlContents'. Path 'protocol', line 1, position 267.",
08:34:51 "details": [],
08:34:51 "additionalInfo": []
08:34:51 },
08:34:51 {
08:34:51 "code": "RequestInvalid",
08:34:51 "message": "Required property 'portNumber' not found in JSON. Path '', line 1, position 27.",
08:34:51 "details": [],
08:34:51 "additionalInfo": []
08:34:51 }
08:34:51 ],

terraform version: Terraform v1.0.10
azureml version: 0.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant