Skip to content

Commit

Permalink
EES-5685 - tidy-up before raising PR
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-at-hiveit committed Dec 6, 2024
1 parent 6818915 commit 2de2fd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infrastructure/templates/public-api/ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
displayName: Does the PostgreSQL Flexible Server require any updates? False by default to avoid unnecessarily lengthy deploys.
default: false
- name: deployAlerts
displayName: Should we deploy alerts with this deploy?
displayName: Whether to create or update Azure Monitor alerts during this deploy.
default: false
- name: forceDeployToEnvironment
displayName: Set to either dev or test to force a deploy to that environment from the chosen branch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ type WindowSize = 'PT5M'

@export()
type DynamicMetricOperator =
| 'GreaterOrLessThan'
| 'GreaterThan'
| 'GreaterOrLessThan'
| 'GreaterThan'
| 'LessThan'


Expand All @@ -21,9 +21,11 @@ type StaticMetricOperator =

@export()
type TimeAggregation =
| 'Total'
| 'Minimum'
| 'Average'
| 'Count'
| 'Maximum'
| 'Minimum'
| 'Total'

@export()
type Severity =
Expand Down

0 comments on commit 2de2fd2

Please sign in to comment.