36 lines
950 B
YAML
36 lines
950 B
YAML
config:
|
|
- CDcac: msTeams.json
|
|
|
|
# Notification System for EMEA/NA/CN Prod
|
|
CDcac.EMEA-Prod:
|
|
- name: CD_cac PROD
|
|
- alertingProfile: CD_cac/alerting-profile/CDcac.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDcac.NA-Prod:
|
|
- name: CD_cac PROD
|
|
- alertingProfile: CD_cac/alerting-profile/CDcac.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDcac.CN-Prod:
|
|
- name: CD_cac PROD
|
|
- alertingProfile: CD_cac/alerting-profile/CDcac.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
|
|
# Notification System for EMEA/NA/CN PreProd
|
|
CDcac.EMEA-PreProd:
|
|
- name: CD_cac INT
|
|
- alertingProfile: CD_cac/alerting-profile/CDcac.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDcac.NA-PreProd:
|
|
- name: CD_cac INT
|
|
- alertingProfile: CD_cac/alerting-profile/CDcac.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDcac.CN-PreProd:
|
|
- name: CD_cac INT
|
|
- alertingProfile: CD_cac/alerting-profile/CDcac.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true" |