Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.67k stars 5.1k forks source link

path of `Threat Intelligence` in `SecurityInsights@2022-11-01` does not match #21906

Closed ziyeqf closed 1 year ago

ziyeqf commented 1 year ago

the path of indicator in swagger is defined /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}, but what we get is /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/{name}

TimLPaterson commented 1 year ago

We have identified this as an issue with our API implementation not an issue with the swagger. We will correct the API response.

ziyeqf commented 1 year ago

resolved as the response is consistent with Swagger