LogAnalytics Microsoft.OperationalInsights/LinkedStorageAccounts@2020-08-01 PUT response.properties.dataSourceType case sensitivity differs with locations #20619
Labels
Operational Insights
Operational Insights service
Service Attention
Workflow: This issue is responsible by Azure service team.
Description
The swagger is link
I try to PUT LinkedStorageAccounts , but the response's datatype case sensitivity differs with locations. The result doesn't change if I use
customlogs
orCustomLogs
in request. This means sending eithercustomlogs
orCustomLogs
to Central US will getCustomLogs
in response, butcustomlogs
for East US.Below are the payloads
Request
Response of dataSourceType is in Camel Case :
Central US
x-ms-request-id: 46407c42-861e-438f-9c49-12725480ca6f
x-ms-correlation-request-id: 46407c42-861e-438f-9c49-12725480ca6f
SouthEast Asis
x-ms-request-id: 556f0686-acf1-464d-9146-64d2c2b386ad
x-ms-correlation-request-id: 556f0686-acf1-464d-9146-64d2c2b386ad
Response of dataSourceType is all lower case:
West Europe
x-ms-request-id: 9c9f0741-f8e8-4fee-9350-c71d39894a35
x-ms-correlation-request-id: aced01f9-926f-403e-ae0b-da6b7c48a538
East US
x-ms-request-id: b71810b6-4b13-4af4-ae1b-268c85662105
x-ms-correlation-request-id: b09a877e-dd9e-4a47-8996-1bed7ae365eb
The text was updated successfully, but these errors were encountered: