@pulumi/pagerduty 4.31.1 → 4.31.2
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.
- package/getSchedulev2.d.ts +2 -2
- package/getSchedulev2.js +2 -2
- package/package.json +2 -2
package/getSchedulev2.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/
|
|
3
|
+
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/e792b51909787-create-a-schedule) by name so you can reference its ID in other resources such as escalation policies.
|
|
4
4
|
*
|
|
5
5
|
* > **Note:** This data source requires the `flexible-schedules-early-access` early access flag on your PagerDuty account. The required `X-Early-Access` header is sent automatically by the provider.
|
|
6
6
|
*
|
|
@@ -50,7 +50,7 @@ export interface GetSchedulev2Result {
|
|
|
50
50
|
readonly name: string;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
|
-
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/
|
|
53
|
+
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/e792b51909787-create-a-schedule) by name so you can reference its ID in other resources such as escalation policies.
|
|
54
54
|
*
|
|
55
55
|
* > **Note:** This data source requires the `flexible-schedules-early-access` early access flag on your PagerDuty account. The required `X-Early-Access` header is sent automatically by the provider.
|
|
56
56
|
*
|
package/getSchedulev2.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getSchedulev2Output = exports.getSchedulev2 = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/
|
|
9
|
+
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/e792b51909787-create-a-schedule) by name so you can reference its ID in other resources such as escalation policies.
|
|
10
10
|
*
|
|
11
11
|
* > **Note:** This data source requires the `flexible-schedules-early-access` early access flag on your PagerDuty account. The required `X-Early-Access` header is sent automatically by the provider.
|
|
12
12
|
*
|
|
@@ -40,7 +40,7 @@ function getSchedulev2(args, opts) {
|
|
|
40
40
|
}
|
|
41
41
|
exports.getSchedulev2 = getSchedulev2;
|
|
42
42
|
/**
|
|
43
|
-
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/
|
|
43
|
+
* Use this data source to look up a specific [v3 schedule](https://developer.pagerduty.com/api-reference/e792b51909787-create-a-schedule) by name so you can reference its ID in other resources such as escalation policies.
|
|
44
44
|
*
|
|
45
45
|
* > **Note:** This data source requires the `flexible-schedules-early-access` early access flag on your PagerDuty account. The required `X-Early-Access` header is sent automatically by the provider.
|
|
46
46
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/pagerduty",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing pagerduty cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "pagerduty",
|
|
26
|
-
"version": "4.31.
|
|
26
|
+
"version": "4.31.2"
|
|
27
27
|
}
|
|
28
28
|
}
|