You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeGen from PR 21307 in Azure/azure-rest-api-specs
[Hub Generated] Publish private branch 'release-alertsmanagement-Microsoft.AlertsManagement-2021-07-22-preview' (#21307)
* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-07-22-preview
* Updates readme
* Updates API version in new specs and examples
* add prometheusRuleGroup
* update readme
* reorder
* add prometheuse to default tag
* remove location
* add example
* update example name
* fix name
* fix name
* remove operations
* remove patch
* remove example
* update patch
* fix typo
* add type
* wip
* prettier
* add operations api example
* fix operations api example issue
* add prometheus to default tag
* put should be able to return 201 for newly created resources, as well as 200 for updates
* remove redundant
* remove provisioning state
* improve description
* add 201 to create or update example
* change api version
Co-authored-by: Moshe Malka <[email protected]>
"description": "The array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. Only relevant for alerts."
"description": "the flag that indicates whether or not to auto resolve a fired alert."
268
+
},
269
+
"timeToResolve": {
270
+
"type": "string",
271
+
"description": "the duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format. Should be between 1 and 15 minutes"
272
+
}
273
+
},
274
+
"description": "Specifies the Prometheus alert rule configuration."
0 commit comments