@pulumi/pulumiservice 1.0.0-alpha.1779299497 → 1.0.0
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/package.json +2 -2
- package/v1/agents/task.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/pulumiservice",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"kind/native",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"pulumi": {
|
|
23
23
|
"resource": true,
|
|
24
24
|
"name": "pulumiservice",
|
|
25
|
-
"version": "1.0.0
|
|
25
|
+
"version": "1.0.0"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/v1/agents/task.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ export interface TaskArgs {
|
|
|
119
119
|
*/
|
|
120
120
|
approvalMode?: pulumi.Input<string | undefined>;
|
|
121
121
|
/**
|
|
122
|
-
* Optional filter for CLI integrations to enable for this task. Semantics: omitted/null → enable all CLI integrations connected for the org; empty list → explicit opt-out (no CLI integrations for this task); populated list → whitelist by (catalogId, name) of the configured instances to enable. Entries that
|
|
122
|
+
* Optional filter for CLI integrations to enable for this task. Semantics: omitted/null → enable all CLI integrations connected for the org; empty list → explicit opt-out (no CLI integrations for this task); populated list → whitelist by (catalogId, name) of the configured instances to enable. Entries with missing or unknown catalogId, missing name, or referencing a (catalogId, name) pair that is not connected for the organization are rejected with a 400 response. catalogId matching is case-insensitive.
|
|
123
123
|
*/
|
|
124
124
|
cliIntegrations?: pulumi.Input<any[] | undefined>;
|
|
125
125
|
/**
|