Azure-rest-api-specs: monitor: activityLogAlerts_API.json (2017-04-01) missing property: `containsAny`

Created on 22 Jun 2020  路  6Comments  路  Source: Azure/azure-rest-api-specs

The model ActivityLogAlertLeafCondition defined in Swagger only contains properties: field and equals. While in the response json, it contains containsAny field, which for example could be used to indicate the regions criteria as below:

{
    "field": "properties.impactedServices[*].ImpactedRegions[*].RegionName",
    "equals": null,
    "containsAny": [
        "Australia Central",
        "Australia Central 2",
    ],
    "odata.type": null
}

Lack of the declaration in Swagger impacts the models generated by SDK.

Monitor - Alerts Service Attention question

All 6 comments

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzMonEssential.

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzmonAlerts.

@magodo - Thanks for reaching out.
We are aware of this, and have Bug7359079 to fix it in July.

@TamRuas did this bug, 7359079, get fixed in July? I don't see the fix in the latest stable version of the API?
Thanks

I agree With @ricohomewood, the issue seems not to be fixed. Why it has been closed ?

@TamRuas Would you please double confirm whether this is fixed? If not, please reopen this issue to track it. Thanks!

Was this page helpful?
0 / 5 - 0 ratings