We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the OAV validation response, include the resource ID if it's available to make it easier for RPs to tell which resources require fixing.
Example of what's currently returned for a LIST GET in the validation error results:
{ "isSuccessful": false, "operationInfo": { "operationId": "SqlServerInstances_List", "apiVersion": "2021-11-01" }, "errors": [ { "code": "INVALID_TYPE", "message": "Expected type string but found type null", "source": { "url": "specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/sqlServerInstances.json", "jsonRef": "#/definitions/SqlServerInstanceProperties/properties/containerResourceId", "position": { "line": 59, "column": 32 } }, "documentationUrl": "", "pathsInPayload": [ "/value/4/properties/containerResourceId", "/value/5/properties/containerResourceId", "/value/6/properties/containerResourceId" ], "jsonPathsInPayload": [ "$.value[4].properties.containerResourceId", "$.value[5].properties.containerResourceId", "$.value[6].properties.containerResourceId" ], "schemaPath": "#/properties/containerResourceId/type" } ] }
REST API spec operation definition: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/azurearcdata.json#L351
Example: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/examples/ListSubscriptionSqlServerInstance.json#L41
The text was updated successfully, but these errors were encountered:
resourceId
operationInfo
Awaiting confirmation from RPaaS team before closing the issue.
Sorry, something went wrong.
scbedd
Successfully merging a pull request may close this issue.
In the OAV validation response, include the resource ID if it's available to make it easier for RPs to tell which resources require fixing.
Example of what's currently returned for a LIST GET in the validation error results:
REST API spec operation definition: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/azurearcdata.json#L351
Example: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/examples/ListSubscriptionSqlServerInstance.json#L41
The text was updated successfully, but these errors were encountered: