@pulumi/github 6.15.0-alpha.1783581565 → 6.15.0-alpha.1783683777

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.
@@ -25,7 +25,7 @@ export interface GetOrganizationIpAllowListResult {
25
25
  readonly id: string;
26
26
  /**
27
27
  * An Array of allowed IP addresses.
28
- * ___
28
+ * ***
29
29
  */
30
30
  readonly ipAllowLists: outputs.GetOrganizationIpAllowListIpAllowList[];
31
31
  }
@@ -25,7 +25,7 @@ export interface GetOrganizationWebhooksResult {
25
25
  readonly id: string;
26
26
  /**
27
27
  * An Array of GitHub Webhooks. Each `webhook` block consists of the fields documented below.
28
- * ___
28
+ * ***
29
29
  */
30
30
  readonly webhooks: outputs.GetOrganizationWebhooksWebhook[];
31
31
  }
@@ -34,7 +34,7 @@ export interface GetRepositoryWebhooksResult {
34
34
  readonly repository: string;
35
35
  /**
36
36
  * An Array of GitHub Webhooks. Each `webhook` block consists of the fields documented below.
37
- * ___
37
+ * ***
38
38
  */
39
39
  readonly webhooks: outputs.GetRepositoryWebhooksWebhook[];
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/github",
3
- "version": "6.15.0-alpha.1783581565",
3
+ "version": "6.15.0-alpha.1783683777",
4
4
  "description": "A Pulumi package for creating and managing github cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "github",
26
- "version": "6.15.0-alpha.1783581565"
26
+ "version": "6.15.0-alpha.1783683777"
27
27
  }
28
28
  }
@@ -52,7 +52,7 @@ export declare class TeamSyncGroupMapping extends pulumi.CustomResource {
52
52
  readonly etag: pulumi.Output<string>;
53
53
  /**
54
54
  * An Array of GitHub Identity Provider Groups (or empty []). Each `group` block consists of the fields documented below.
55
- * ___
55
+ * ***
56
56
  *
57
57
  * The `group` block consists of:
58
58
  */
@@ -77,7 +77,7 @@ export interface TeamSyncGroupMappingState {
77
77
  etag?: pulumi.Input<string | undefined>;
78
78
  /**
79
79
  * An Array of GitHub Identity Provider Groups (or empty []). Each `group` block consists of the fields documented below.
80
- * ___
80
+ * ***
81
81
  *
82
82
  * The `group` block consists of:
83
83
  */
@@ -93,7 +93,7 @@ export interface TeamSyncGroupMappingState {
93
93
  export interface TeamSyncGroupMappingArgs {
94
94
  /**
95
95
  * An Array of GitHub Identity Provider Groups (or empty []). Each `group` block consists of the fields documented below.
96
- * ___
96
+ * ***
97
97
  *
98
98
  * The `group` block consists of:
99
99
  */