Skip to content

The uppercase VulnerabilityAssessmentName returned by the DatabaseVulnerabilityAssessments_CreateOrUpdate API #17192

Open
@sinbai

Description

@sinbai

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    SQLService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions