Open
Description
When creating a DatabaseVulnerabilityAssessments resource. The value of VulnerabilityAssessmentName is fixed as "default" , but the name in response body is "Default". details:
The response body is:
{
"properties": {
"storageContainerPath": "https://accsa.blob.core.windows.net/testsc/",
"recurringScans": {
"isEnabled": false,
"emailSubscriptionAdmins": true,
"emails": []
}
},
"id": "/subscriptions/xxx/resourceGroups/testRG-mssql/providers/Microsoft.Sql/servers/testsqlserver/databases/testdb/vulnerabilityAssessments/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/vulnerabilityAssessments"
}
Actual: The "name" in response body is "Default". The VulnerabilityAssessmentName of "id" in response body is "Default".
Expected: All VulnerabilityAssessmentName in response body should be "default".