@pulumi/newrelic 5.45.0 → 5.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ import * as outputs from "./types/output";
45
45
  *
46
46
  * ## Import
47
47
  *
48
- * Alert conditions can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
48
+ * Alert Muting Rules can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
49
49
  *
50
50
  * ```sh
51
51
  * $ pulumi import newrelic:index/alertMutingRule:AlertMutingRule foo 538291:6789035
@@ -49,7 +49,7 @@ const utilities = require("./utilities");
49
49
  *
50
50
  * ## Import
51
51
  *
52
- * Alert conditions can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
52
+ * Alert Muting Rules can be imported using a composite ID of `<account_id>:<muting_rule_id>`, e.g.
53
53
  *
54
54
  * ```sh
55
55
  * $ pulumi import newrelic:index/alertMutingRule:AlertMutingRule foo 538291:6789035
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/newrelic",
3
- "version": "5.45.0",
3
+ "version": "5.45.1",
4
4
  "description": "A Pulumi package for creating and managing New Relic resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "newrelic",
26
- "version": "5.45.0"
26
+ "version": "5.45.1"
27
27
  }
28
28
  }