@pulumi/github 5.27.0-alpha.1707544740 → 5.27.0-alpha.1707977045
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/actionsOrganizationSecret.d.ts +1 -1
- package/actionsOrganizationSecret.js +1 -1
- package/actionsSecret.d.ts +1 -1
- package/actionsSecret.js +1 -1
- package/codespacesOrganizationSecret.d.ts +5 -3
- package/codespacesOrganizationSecret.js +5 -3
- package/codespacesOrganizationSecret.js.map +1 -1
- package/codespacesSecret.d.ts +1 -1
- package/codespacesSecret.js +1 -1
- package/codespacesUserSecret.d.ts +5 -3
- package/codespacesUserSecret.js +5 -3
- package/codespacesUserSecret.js.map +1 -1
- package/organizationRuleset.d.ts +1 -1
- package/organizationRuleset.js +1 -1
- package/package.json +1 -1
- package/release.d.ts +1 -1
- package/release.js +1 -1
- package/repositoryAutolinkReference.d.ts +1 -1
- package/repositoryAutolinkReference.js +1 -1
- package/repositoryRuleset.d.ts +1 -1
- package/repositoryRuleset.js +1 -1
- package/repositoryWebhook.d.ts +1 -1
- package/repositoryWebhook.js +1 -1
- package/team.d.ts +2 -2
- package/team.js +2 -2
- package/teamMembers.d.ts +5 -3
- package/teamMembers.js +5 -3
- package/teamMembers.js.map +1 -1
- package/teamMembership.d.ts +2 -2
- package/teamMembership.js +2 -2
- package/teamRepository.d.ts +2 -2
- package/teamRepository.js +2 -2
- package/userGpgKey.d.ts +3 -1
- package/userGpgKey.js +3 -1
- package/userGpgKey.js.map +1 -1
|
@@ -46,7 +46,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
46
46
|
* ```sh
|
|
47
47
|
* $ pulumi import github:index/actionsOrganizationSecret:ActionsOrganizationSecret test_secret test_secret_name
|
|
48
48
|
* ```
|
|
49
|
-
*
|
|
49
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
50
50
|
*/
|
|
51
51
|
export declare class ActionsOrganizationSecret extends pulumi.CustomResource {
|
|
52
52
|
/**
|
|
@@ -52,7 +52,7 @@ const utilities = require("./utilities");
|
|
|
52
52
|
* ```sh
|
|
53
53
|
* $ pulumi import github:index/actionsOrganizationSecret:ActionsOrganizationSecret test_secret test_secret_name
|
|
54
54
|
* ```
|
|
55
|
-
*
|
|
55
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
56
56
|
*/
|
|
57
57
|
class ActionsOrganizationSecret extends pulumi.CustomResource {
|
|
58
58
|
/**
|
package/actionsSecret.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import github:index/actionsSecret:ActionsSecret example_secret repository/secret_name
|
|
30
30
|
* ```
|
|
31
|
-
*
|
|
31
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
32
32
|
*/
|
|
33
33
|
export declare class ActionsSecret extends pulumi.CustomResource {
|
|
34
34
|
/**
|
package/actionsSecret.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
34
34
|
* ```sh
|
|
35
35
|
* $ pulumi import github:index/actionsSecret:ActionsSecret example_secret repository/secret_name
|
|
36
36
|
* ```
|
|
37
|
-
*
|
|
37
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
38
38
|
*/
|
|
39
39
|
class ActionsSecret extends pulumi.CustomResource {
|
|
40
40
|
/**
|
|
@@ -41,13 +41,15 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
41
41
|
*
|
|
42
42
|
* ## Import
|
|
43
43
|
*
|
|
44
|
-
* This resource can be imported using an ID made up of the secret name
|
|
44
|
+
* This resource can be imported using an ID made up of the secret name:
|
|
45
45
|
*
|
|
46
46
|
* ```sh
|
|
47
|
-
*
|
|
47
|
+
* $ pulumi import github:index/codespacesOrganizationSecret:CodespacesOrganizationSecret test_secret test_secret_name
|
|
48
48
|
* ```
|
|
49
49
|
*
|
|
50
|
-
*
|
|
50
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the
|
|
51
|
+
*
|
|
52
|
+
* `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
51
53
|
*/
|
|
52
54
|
export declare class CodespacesOrganizationSecret extends pulumi.CustomResource {
|
|
53
55
|
/**
|
|
@@ -47,13 +47,15 @@ const utilities = require("./utilities");
|
|
|
47
47
|
*
|
|
48
48
|
* ## Import
|
|
49
49
|
*
|
|
50
|
-
* This resource can be imported using an ID made up of the secret name
|
|
50
|
+
* This resource can be imported using an ID made up of the secret name:
|
|
51
51
|
*
|
|
52
52
|
* ```sh
|
|
53
|
-
*
|
|
53
|
+
* $ pulumi import github:index/codespacesOrganizationSecret:CodespacesOrganizationSecret test_secret test_secret_name
|
|
54
54
|
* ```
|
|
55
55
|
*
|
|
56
|
-
*
|
|
56
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the
|
|
57
|
+
*
|
|
58
|
+
* `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
57
59
|
*/
|
|
58
60
|
class CodespacesOrganizationSecret extends pulumi.CustomResource {
|
|
59
61
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codespacesOrganizationSecret.js","sourceRoot":"","sources":["../codespacesOrganizationSecret.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"codespacesOrganizationSecret.js","sourceRoot":"","sources":["../codespacesOrganizationSecret.ts"],"names":[],"mappings":"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"}
|
package/codespacesSecret.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
|
|
30
30
|
* ```
|
|
31
|
-
*
|
|
31
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
32
32
|
*/
|
|
33
33
|
export declare class CodespacesSecret extends pulumi.CustomResource {
|
|
34
34
|
/**
|
package/codespacesSecret.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
34
34
|
* ```sh
|
|
35
35
|
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
|
|
36
36
|
* ```
|
|
37
|
-
*
|
|
37
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
38
38
|
*/
|
|
39
39
|
class CodespacesSecret extends pulumi.CustomResource {
|
|
40
40
|
/**
|
|
@@ -23,13 +23,15 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
23
|
*
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
|
-
* This resource can be imported using an ID made up of the secret name
|
|
26
|
+
* This resource can be imported using an ID made up of the secret name:
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
|
-
*
|
|
29
|
+
* $ pulumi import github:index/codespacesUserSecret:CodespacesUserSecret test_secret test_secret_name
|
|
30
30
|
* ```
|
|
31
31
|
*
|
|
32
|
-
*
|
|
32
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the
|
|
33
|
+
*
|
|
34
|
+
* `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
33
35
|
*/
|
|
34
36
|
export declare class CodespacesUserSecret extends pulumi.CustomResource {
|
|
35
37
|
/**
|
package/codespacesUserSecret.js
CHANGED
|
@@ -29,13 +29,15 @@ const utilities = require("./utilities");
|
|
|
29
29
|
*
|
|
30
30
|
* ## Import
|
|
31
31
|
*
|
|
32
|
-
* This resource can be imported using an ID made up of the secret name
|
|
32
|
+
* This resource can be imported using an ID made up of the secret name:
|
|
33
33
|
*
|
|
34
34
|
* ```sh
|
|
35
|
-
*
|
|
35
|
+
* $ pulumi import github:index/codespacesUserSecret:CodespacesUserSecret test_secret test_secret_name
|
|
36
36
|
* ```
|
|
37
37
|
*
|
|
38
|
-
*
|
|
38
|
+
* NOTE: the implementation is limited in that it won't fetch the value of the
|
|
39
|
+
*
|
|
40
|
+
* `plaintext_value` or `encrypted_value` fields when importing. You may need to ignore changes for these as a workaround.
|
|
39
41
|
*/
|
|
40
42
|
class CodespacesUserSecret extends pulumi.CustomResource {
|
|
41
43
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codespacesUserSecret.js","sourceRoot":"","sources":["../codespacesUserSecret.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"codespacesUserSecret.js","sourceRoot":"","sources":["../codespacesUserSecret.ts"],"names":[],"mappings":"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"}
|
package/organizationRuleset.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* GitHub Organization Rulesets can be imported using the GitHub ruleset ID e.g.
|
|
12
12
|
*
|
|
13
13
|
* ```sh
|
|
14
|
-
*
|
|
14
|
+
* $ pulumi import github:index/organizationRuleset:OrganizationRuleset example 12345`
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
17
|
export declare class OrganizationRuleset extends pulumi.CustomResource {
|
package/organizationRuleset.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* GitHub Organization Rulesets can be imported using the GitHub ruleset ID e.g.
|
|
16
16
|
*
|
|
17
17
|
* ```sh
|
|
18
|
-
*
|
|
18
|
+
* $ pulumi import github:index/organizationRuleset:OrganizationRuleset example 12345`
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
class OrganizationRuleset extends pulumi.CustomResource {
|
package/package.json
CHANGED
package/release.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
44
44
|
* This resource can be imported using the `name` of the repository, combined with the `id` of the release, and a `:` character for separating components, e.g.
|
|
45
45
|
*
|
|
46
46
|
* ```sh
|
|
47
|
-
*
|
|
47
|
+
* $ pulumi import github:index/release:Release example repo:12345678
|
|
48
48
|
* ```
|
|
49
49
|
*/
|
|
50
50
|
export declare class Release extends pulumi.CustomResource {
|
package/release.js
CHANGED
|
@@ -50,7 +50,7 @@ const utilities = require("./utilities");
|
|
|
50
50
|
* This resource can be imported using the `name` of the repository, combined with the `id` of the release, and a `:` character for separating components, e.g.
|
|
51
51
|
*
|
|
52
52
|
* ```sh
|
|
53
|
-
*
|
|
53
|
+
* $ pulumi import github:index/release:Release example repo:12345678
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
56
|
class Release extends pulumi.CustomResource {
|
|
@@ -24,7 +24,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
24
24
|
* ### Import by key prefix
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
|
-
*
|
|
27
|
+
* $ pulumi import github:index/repositoryAutolinkReference:RepositoryAutolinkReference auto oof/OOF-
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
30
|
export declare class RepositoryAutolinkReference extends pulumi.CustomResource {
|
|
@@ -30,7 +30,7 @@ const utilities = require("./utilities");
|
|
|
30
30
|
* ### Import by key prefix
|
|
31
31
|
*
|
|
32
32
|
* ```sh
|
|
33
|
-
*
|
|
33
|
+
* $ pulumi import github:index/repositoryAutolinkReference:RepositoryAutolinkReference auto oof/OOF-
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
class RepositoryAutolinkReference extends pulumi.CustomResource {
|
package/repositoryRuleset.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ import * as outputs from "./types/output";
|
|
|
46
46
|
* GitHub Repository Rulesets can be imported using the GitHub repository name and ruleset ID e.g.
|
|
47
47
|
*
|
|
48
48
|
* ```sh
|
|
49
|
-
*
|
|
49
|
+
* $ pulumi import github:index/repositoryRuleset:RepositoryRuleset example example:12345`
|
|
50
50
|
* ```
|
|
51
51
|
*/
|
|
52
52
|
export declare class RepositoryRuleset extends pulumi.CustomResource {
|
package/repositoryRuleset.js
CHANGED
|
@@ -50,7 +50,7 @@ const utilities = require("./utilities");
|
|
|
50
50
|
* GitHub Repository Rulesets can be imported using the GitHub repository name and ruleset ID e.g.
|
|
51
51
|
*
|
|
52
52
|
* ```sh
|
|
53
|
-
*
|
|
53
|
+
* $ pulumi import github:index/repositoryRuleset:RepositoryRuleset example example:12345`
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
56
|
class RepositoryRuleset extends pulumi.CustomResource {
|
package/repositoryWebhook.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ import * as outputs from "./types/output";
|
|
|
30
30
|
*
|
|
31
31
|
* ## Import
|
|
32
32
|
*
|
|
33
|
-
* Repository webhooks can be imported using the `name` of the repository, combined with the `id` of the webhook, separated by a `/` character. The `id` of the webhook can be found in the URL of the webhook. For example`"https://github.com/foo-org/foo-repo/settings/hooks/14711452"`.
|
|
33
|
+
* Repository webhooks can be imported using the `name` of the repository, combined with the `id` of the webhook, separated by a `/` character. The `id` of the webhook can be found in the URL of the webhook. For example: `"https://github.com/foo-org/foo-repo/settings/hooks/14711452"`.
|
|
34
34
|
*
|
|
35
35
|
* Importing uses the name of the repository, as well as the ID of the webhook, e.g.
|
|
36
36
|
*
|
package/repositoryWebhook.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
34
34
|
*
|
|
35
35
|
* ## Import
|
|
36
36
|
*
|
|
37
|
-
* Repository webhooks can be imported using the `name` of the repository, combined with the `id` of the webhook, separated by a `/` character. The `id` of the webhook can be found in the URL of the webhook. For example`"https://github.com/foo-org/foo-repo/settings/hooks/14711452"`.
|
|
37
|
+
* Repository webhooks can be imported using the `name` of the repository, combined with the `id` of the webhook, separated by a `/` character. The `id` of the webhook can be found in the URL of the webhook. For example: `"https://github.com/foo-org/foo-repo/settings/hooks/14711452"`.
|
|
38
38
|
*
|
|
39
39
|
* Importing uses the name of the repository, as well as the ID of the webhook, e.g.
|
|
40
40
|
*
|
package/team.d.ts
CHANGED
|
@@ -23,11 +23,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
23
|
* GitHub Teams can be imported using the GitHub team ID or name e.g.
|
|
24
24
|
*
|
|
25
25
|
* ```sh
|
|
26
|
-
*
|
|
26
|
+
* $ pulumi import github:index/team:Team core 1234567
|
|
27
27
|
* ```
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import github:index/team:Team core Administrators
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
export declare class Team extends pulumi.CustomResource {
|
package/team.js
CHANGED
|
@@ -29,11 +29,11 @@ const utilities = require("./utilities");
|
|
|
29
29
|
* GitHub Teams can be imported using the GitHub team ID or name e.g.
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
|
-
*
|
|
32
|
+
* $ pulumi import github:index/team:Team core 1234567
|
|
33
33
|
* ```
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
|
-
*
|
|
36
|
+
* $ pulumi import github:index/team:Team core Administrators
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
class Team extends pulumi.CustomResource {
|
package/teamMembers.d.ts
CHANGED
|
@@ -39,14 +39,16 @@ import * as outputs from "./types/output";
|
|
|
39
39
|
*
|
|
40
40
|
* Using the team slug will result in terraform doing conversions between the team slug and team id.
|
|
41
41
|
*
|
|
42
|
-
* This will cause team members associations to the team to be destroyed and recreated on import.
|
|
42
|
+
* This will cause team members associations to the team to be destroyed and recreated on import.
|
|
43
|
+
*
|
|
44
|
+
* GitHub Team Membership can be imported using the team ID team id or team slug, e.g.
|
|
43
45
|
*
|
|
44
46
|
* ```sh
|
|
45
|
-
*
|
|
47
|
+
* $ pulumi import github:index/teamMembers:TeamMembers some_team 1234567
|
|
46
48
|
* ```
|
|
47
49
|
*
|
|
48
50
|
* ```sh
|
|
49
|
-
*
|
|
51
|
+
* $ pulumi import github:index/teamMembers:TeamMembers some_team Administrators
|
|
50
52
|
* ```
|
|
51
53
|
*/
|
|
52
54
|
export declare class TeamMembers extends pulumi.CustomResource {
|
package/teamMembers.js
CHANGED
|
@@ -43,14 +43,16 @@ const utilities = require("./utilities");
|
|
|
43
43
|
*
|
|
44
44
|
* Using the team slug will result in terraform doing conversions between the team slug and team id.
|
|
45
45
|
*
|
|
46
|
-
* This will cause team members associations to the team to be destroyed and recreated on import.
|
|
46
|
+
* This will cause team members associations to the team to be destroyed and recreated on import.
|
|
47
|
+
*
|
|
48
|
+
* GitHub Team Membership can be imported using the team ID team id or team slug, e.g.
|
|
47
49
|
*
|
|
48
50
|
* ```sh
|
|
49
|
-
*
|
|
51
|
+
* $ pulumi import github:index/teamMembers:TeamMembers some_team 1234567
|
|
50
52
|
* ```
|
|
51
53
|
*
|
|
52
54
|
* ```sh
|
|
53
|
-
*
|
|
55
|
+
* $ pulumi import github:index/teamMembers:TeamMembers some_team Administrators
|
|
54
56
|
* ```
|
|
55
57
|
*/
|
|
56
58
|
class TeamMembers extends pulumi.CustomResource {
|
package/teamMembers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"teamMembers.js","sourceRoot":"","sources":["../teamMembers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"teamMembers.js","sourceRoot":"","sources":["../teamMembers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAqBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAnEL,kCAoEC;AAtDG,gBAAgB;AACO,wBAAY,GAAG,sCAAsC,CAAC"}
|
package/teamMembership.d.ts
CHANGED
|
@@ -35,11 +35,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
35
35
|
* GitHub Team Membership can be imported using an ID made up of `teamid:username` or `teamname:username`, e.g.
|
|
36
36
|
*
|
|
37
37
|
* ```sh
|
|
38
|
-
*
|
|
38
|
+
* $ pulumi import github:index/teamMembership:TeamMembership member 1234567:someuser
|
|
39
39
|
* ```
|
|
40
40
|
*
|
|
41
41
|
* ```sh
|
|
42
|
-
*
|
|
42
|
+
* $ pulumi import github:index/teamMembership:TeamMembership member Administrators:someuser
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
export declare class TeamMembership extends pulumi.CustomResource {
|
package/teamMembership.js
CHANGED
|
@@ -41,11 +41,11 @@ const utilities = require("./utilities");
|
|
|
41
41
|
* GitHub Team Membership can be imported using an ID made up of `teamid:username` or `teamname:username`, e.g.
|
|
42
42
|
*
|
|
43
43
|
* ```sh
|
|
44
|
-
*
|
|
44
|
+
* $ pulumi import github:index/teamMembership:TeamMembership member 1234567:someuser
|
|
45
45
|
* ```
|
|
46
46
|
*
|
|
47
47
|
* ```sh
|
|
48
|
-
*
|
|
48
|
+
* $ pulumi import github:index/teamMembership:TeamMembership member Administrators:someuser
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
class TeamMembership extends pulumi.CustomResource {
|
package/teamRepository.d.ts
CHANGED
|
@@ -37,11 +37,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
37
37
|
* GitHub Team Repository can be imported using an ID made up of `team_id:repository` or `team_name:repository`, e.g.
|
|
38
38
|
*
|
|
39
39
|
* ```sh
|
|
40
|
-
*
|
|
40
|
+
* $ pulumi import github:index/teamRepository:TeamRepository terraform_repo 1234567:terraform
|
|
41
41
|
* ```
|
|
42
42
|
*
|
|
43
43
|
* ```sh
|
|
44
|
-
*
|
|
44
|
+
* $ pulumi import github:index/teamRepository:TeamRepository terraform_repo Administrators:terraform
|
|
45
45
|
* ```
|
|
46
46
|
*/
|
|
47
47
|
export declare class TeamRepository extends pulumi.CustomResource {
|
package/teamRepository.js
CHANGED
|
@@ -43,11 +43,11 @@ const utilities = require("./utilities");
|
|
|
43
43
|
* GitHub Team Repository can be imported using an ID made up of `team_id:repository` or `team_name:repository`, e.g.
|
|
44
44
|
*
|
|
45
45
|
* ```sh
|
|
46
|
-
*
|
|
46
|
+
* $ pulumi import github:index/teamRepository:TeamRepository terraform_repo 1234567:terraform
|
|
47
47
|
* ```
|
|
48
48
|
*
|
|
49
49
|
* ```sh
|
|
50
|
-
*
|
|
50
|
+
* $ pulumi import github:index/teamRepository:TeamRepository terraform_repo Administrators:terraform
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
class TeamRepository extends pulumi.CustomResource {
|
package/userGpgKey.d.ts
CHANGED
|
@@ -18,7 +18,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
*
|
|
19
19
|
* ## Import
|
|
20
20
|
*
|
|
21
|
-
* GPG keys are not importable due to the fact that [API](https://developer.github.com/v3/users/gpg_keys/#gpg-keys)
|
|
21
|
+
* GPG keys are not importable due to the fact that [API](https://developer.github.com/v3/users/gpg_keys/#gpg-keys)
|
|
22
|
+
*
|
|
23
|
+
* does not return previously uploaded GPG key.
|
|
22
24
|
*/
|
|
23
25
|
export declare class UserGpgKey extends pulumi.CustomResource {
|
|
24
26
|
/**
|
package/userGpgKey.js
CHANGED
|
@@ -24,7 +24,9 @@ const utilities = require("./utilities");
|
|
|
24
24
|
*
|
|
25
25
|
* ## Import
|
|
26
26
|
*
|
|
27
|
-
* GPG keys are not importable due to the fact that [API](https://developer.github.com/v3/users/gpg_keys/#gpg-keys)
|
|
27
|
+
* GPG keys are not importable due to the fact that [API](https://developer.github.com/v3/users/gpg_keys/#gpg-keys)
|
|
28
|
+
*
|
|
29
|
+
* does not return previously uploaded GPG key.
|
|
28
30
|
*/
|
|
29
31
|
class UserGpgKey extends pulumi.CustomResource {
|
|
30
32
|
/**
|
package/userGpgKey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userGpgKey.js","sourceRoot":"","sources":["../userGpgKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"userGpgKey.js","sourceRoot":"","sources":["../userGpgKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAqBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7D,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAlEL,gCAmEC;AArDG,gBAAgB;AACO,uBAAY,GAAG,oCAAoC,CAAC"}
|