Skip to content

Commit

Permalink
chore: fix name of region tag (#188)
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 c02ebf9 commit 7a18a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/snippets/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function restorePolicies(projectId) {

async function deleteChannels(projectId, filter) {
// [START monitoring_alert_delete_channel]
// [START monitoring_alert_list_channel]
// [START monitoring_alert_list_channels]

// Imports the Google Cloud client library
const monitoring = require('@google-cloud/monitoring');
Expand Down Expand Up @@ -146,7 +146,7 @@ async function deleteChannels(projectId, filter) {
}
}
// [END monitoring_alert_delete_channel]
// [END monitoring_alert_list_channel]
// [END monitoring_alert_list_channels]
}

async function replaceChannels(projectId, alertPolicyId, channelIds) {
Expand Down

0 comments on commit 7a18a72

Please sign in to comment.