@pulumi/github 6.1.0 → 6.2.0-alpha.1711027199

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/getRelease.d.ts CHANGED
@@ -55,7 +55,7 @@ export interface GetReleaseResult {
55
55
  /**
56
56
  * **Deprecated**: Use `assetsUrl` resource instead
57
57
  *
58
- * @deprecated use assets_url instead
58
+ * @deprecated use assetsUrl instead
59
59
  */
60
60
  readonly assertsUrl: string;
61
61
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/github",
3
- "version": "v6.1.0",
3
+ "version": "v6.2.0-alpha.1711027199+531a9cfb",
4
4
  "description": "A Pulumi package for creating and managing github cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/repository.d.ts CHANGED
@@ -109,7 +109,7 @@ export declare class Repository extends pulumi.CustomResource {
109
109
  * and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the
110
110
  * initial repository creation and create the target branch inside of the repository prior to setting this attribute.
111
111
  *
112
- * @deprecated Use the github_branch_default resource instead
112
+ * @deprecated Use the github.BranchDefault resource instead
113
113
  */
114
114
  readonly defaultBranch: pulumi.Output<string>;
115
115
  /**
@@ -304,7 +304,7 @@ export interface RepositoryState {
304
304
  * and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the
305
305
  * initial repository creation and create the target branch inside of the repository prior to setting this attribute.
306
306
  *
307
- * @deprecated Use the github_branch_default resource instead
307
+ * @deprecated Use the github.BranchDefault resource instead
308
308
  */
309
309
  defaultBranch?: pulumi.Input<string>;
310
310
  /**
@@ -491,7 +491,7 @@ export interface RepositoryArgs {
491
491
  * and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the
492
492
  * initial repository creation and create the target branch inside of the repository prior to setting this attribute.
493
493
  *
494
- * @deprecated Use the github_branch_default resource instead
494
+ * @deprecated Use the github.BranchDefault resource instead
495
495
  */
496
496
  defaultBranch?: pulumi.Input<string>;
497
497
  /**
package/types/input.d.ts CHANGED
@@ -113,7 +113,7 @@ export interface BranchProtectionV3RequiredPullRequestReviews {
113
113
  */
114
114
  dismissalUsers?: pulumi.Input<pulumi.Input<string>[]>;
115
115
  /**
116
- * @deprecated Use enforce_admins instead
116
+ * @deprecated Use enforceAdmins instead
117
117
  */
118
118
  includeAdmins?: pulumi.Input<boolean>;
119
119
  /**
@@ -156,7 +156,7 @@ export interface BranchProtectionV3RequiredStatusChecks {
156
156
  */
157
157
  contexts?: pulumi.Input<pulumi.Input<string>[]>;
158
158
  /**
159
- * @deprecated Use enforce_admins instead
159
+ * @deprecated Use enforceAdmins instead
160
160
  */
161
161
  includeAdmins?: pulumi.Input<boolean>;
162
162
  /**
package/types/output.d.ts CHANGED
@@ -112,7 +112,7 @@ export interface BranchProtectionV3RequiredPullRequestReviews {
112
112
  */
113
113
  dismissalUsers?: string[];
114
114
  /**
115
- * @deprecated Use enforce_admins instead
115
+ * @deprecated Use enforceAdmins instead
116
116
  */
117
117
  includeAdmins?: boolean;
118
118
  /**
@@ -155,7 +155,7 @@ export interface BranchProtectionV3RequiredStatusChecks {
155
155
  */
156
156
  contexts?: string[];
157
157
  /**
158
- * @deprecated Use enforce_admins instead
158
+ * @deprecated Use enforceAdmins instead
159
159
  */
160
160
  includeAdmins?: boolean;
161
161
  /**