Skip to content

Commit bfcc25a

Browse files
authored
fix: correct AlertPolicy import formats (#15777)
1 parent 6082729 commit bfcc25a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mmv1/products/monitoring/AlertPolicy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ update_verb: 'PATCH'
2929
update_mask: true
3030
mutex: 'alertPolicy/{{project}}'
3131
import_format:
32-
- '{{project}} {{name}}'
33-
- '{{name}}'
32+
- 'projects/{{project}}/alertPolicies/{{name}}'
3433
timeouts:
3534
insert_minutes: 20
3635
update_minutes: 20

0 commit comments

Comments
 (0)