Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Oct 27, 2023
1 parent 6c61c5c commit 4abb32c
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions sdk/dotnet/ActionsOrganizationPermissions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using the ID of the GitHub organization:
/// This resource can be imported using the name of the GitHub organization:
///
/// ```sh
/// $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
/// $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
/// ```
/// </summary>
[GithubResourceType("github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions")]
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsRepositoryAccessLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace Pulumi.Github
/// This resource can be imported using the name of the GitHub repository:
///
/// ```sh
/// $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test &lt;github_repository_name&gt;
/// $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
/// ```
/// </summary>
[GithubResourceType("github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel")]
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/CodespacesSecret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Pulumi.Github
/// This resource can be imported using an ID made up of the `repository` and `secret_name`:
///
/// ```sh
/// $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret &lt;repository&gt;/&lt;secret_name&gt;
/// $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
/// ```
/// NOTEthe 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.
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions sdk/go/github/actionsOrganizationPermissions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/github/actionsRepositoryAccessLevel.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/go/github/codespacesSecret.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
*
* ## Import
*
* This resource can be imported using the ID of the GitHub organization:
* This resource can be imported using the name of the GitHub organization:
*
* ```sh
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test &lt;github_organization_name&gt;
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
* ```
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* This resource can be imported using the name of the GitHub repository:
*
* ```sh
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test &lt;github_repository_name&gt;
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
* ```
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* This resource can be imported using an ID made up of the `repository` and `secret_name`:
*
* ```sh
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret &lt;repository&gt;/&lt;secret_name&gt;
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
* ```
* NOTEthe implementation is limited in that it won&#39;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.
*
Expand Down
4 changes: 2 additions & 2 deletions sdk/nodejs/actionsOrganizationPermissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ import * as utilities from "./utilities";
*
* ## Import
*
* This resource can be imported using the ID of the GitHub organization:
* This resource can be imported using the name of the GitHub organization:
*
* ```sh
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
* $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
* ```
*/
export class ActionsOrganizationPermissions extends pulumi.CustomResource {
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/actionsRepositoryAccessLevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import * as utilities from "./utilities";
* This resource can be imported using the name of the GitHub repository:
*
* ```sh
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test <github_repository_name>
* $ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
* ```
*/
export class ActionsRepositoryAccessLevel extends pulumi.CustomResource {
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/codespacesSecret.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import * as utilities from "./utilities";
* This resource can be imported using an ID made up of the `repository` and `secret_name`:
*
* ```sh
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret <repository>/<secret_name>
* $ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
* ```
* NOTEthe 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.
*/
Expand Down
8 changes: 4 additions & 4 deletions sdk/python/pulumi_github/actions_organization_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ def __init__(__self__,
## Import
This resource can be imported using the ID of the GitHub organization:
This resource can be imported using the name of the GitHub organization:
```sh
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
```
:param str resource_name: The name of the resource.
Expand Down Expand Up @@ -295,10 +295,10 @@ def __init__(__self__,
## Import
This resource can be imported using the ID of the GitHub organization:
This resource can be imported using the name of the GitHub organization:
```sh
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
$ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test github_organization_name
```
:param str resource_name: The name of the resource.
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/pulumi_github/actions_repository_access_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __init__(__self__,
This resource can be imported using the name of the GitHub repository:
```sh
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test <github_repository_name>
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
```
:param str resource_name: The name of the resource.
Expand Down Expand Up @@ -187,7 +187,7 @@ def __init__(__self__,
This resource can be imported using the name of the GitHub repository:
```sh
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test <github_repository_name>
$ pulumi import github:index/actionsRepositoryAccessLevel:ActionsRepositoryAccessLevel test my-repository
```
:param str resource_name: The name of the resource.
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/pulumi_github/codespaces_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __init__(__self__,
This resource can be imported using an ID made up of the `repository` and `secret_name`:
```sh
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret <repository>/<secret_name>
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
```
NOTEthe 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.
Expand Down Expand Up @@ -316,7 +316,7 @@ def __init__(__self__,
This resource can be imported using an ID made up of the `repository` and `secret_name`:
```sh
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret <repository>/<secret_name>
$ pulumi import github:index/codespacesSecret:CodespacesSecret example_secret example_repository/example_secret_name
```
NOTEthe 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.
Expand Down

0 comments on commit 4abb32c

Please sign in to comment.