51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
config:
|
|
- CDAPIM-PROD: msTeams.json
|
|
- CDAPIM-INT: msTeams.json
|
|
|
|
#Prod notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDAPIM-PROD:
|
|
- name: CD_APIM PROD
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDAPIM-PROD.EMEA-Prod:
|
|
- name: CD_APIM PROD
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDAPIM-PROD.NA-Prod:
|
|
- name: CD_APIM PROD
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDAPIM-PROD.CN-Prod:
|
|
- name: CD_APIM PROD
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
|
|
#INT notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDAPIM-INT:
|
|
- name: CD_APIM INT
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDAPIM-INT.EMEA-PreProd:
|
|
- name: CD_APIM INT
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDAPIM-INT.NA-PreProd:
|
|
- name: CD_APIM INT
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDAPIM-INT.CN-PreProd:
|
|
- name: CD_APIM INT
|
|
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false" |