Skip to content

Commit

Permalink
chore: fix region tags (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored and Ace Nassri committed Nov 10, 2022
1 parent 8d34d07 commit c02ebf9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions monitoring/snippets/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ async function deleteChannels(projectId, filter) {
// ignore error
}
}
// [END monitoring_alert_create_policy]
// [END monitoring_alert_restore_policies]
// [END monitoring_alert_delete_channel]
// [END monitoring_alert_list_channel]
}

async function replaceChannels(projectId, alertPolicyId, channelIds) {
Expand Down Expand Up @@ -213,6 +213,9 @@ async function replaceChannels(projectId, alertPolicyId, channelIds) {
);
console.log(`Updated ${alertPolicy.name}.`);
// [END monitoring_alert_replace_channels]
// [END monitoring_alert_enable_channel]
// [END monitoring_alert_update_channel]
// [END monitoring_alert_create_channel]
}

async function enablePolicies(projectId, enabled, filter) {
Expand Down

0 comments on commit c02ebf9

Please sign in to comment.