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 Sep 13, 2023
1 parent ecb1be5 commit 99c86d4
Show file tree
Hide file tree
Showing 222 changed files with 5,015 additions and 198 deletions.
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsEnvironmentVariable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using an ID made up of the repository name, environment name, and variable name
/// This resource can be imported using an ID made up of the repository name, environment name, and variable name:
///
/// ```sh
/// $ pulumi import github:index/actionsEnvironmentVariable:ActionsEnvironmentVariable test_variable myrepo:myenv:myvariable
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsOrganizationPermissions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using the ID of the GitHub organization
/// This resource can be imported using the ID of the GitHub organization:
///
/// ```sh
/// $ pulumi import github:index/actionsOrganizationPermissions:ActionsOrganizationPermissions test <github_organization_name>
Expand Down
3 changes: 1 addition & 2 deletions sdk/dotnet/ActionsOrganizationSecret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,11 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using an ID made up of the secret name
/// This resource can be imported using an ID made up of the secret name:
///
/// ```sh
/// $ pulumi import github:index/actionsOrganizationSecret:ActionsOrganizationSecret test_secret test_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>
[GithubResourceType("github:index/actionsOrganizationSecret:ActionsOrganizationSecret")]
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsOrganizationSecretRepositories.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using an ID made up of the secret name
/// This resource can be imported using an ID made up of the secret name:
///
/// ```sh
/// $ pulumi import github:index/actionsOrganizationSecretRepositories:ActionsOrganizationSecretRepositories test_secret_repos test_secret_name
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsOrganizationVariable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using an ID made up of the variable name
/// This resource can be imported using an ID made up of the variable name:
///
/// ```sh
/// $ pulumi import github:index/actionsOrganizationVariable:ActionsOrganizationVariable test_variable test_variable_name
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsRepositoryAccessLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using the name of the GitHub repository
/// 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;
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsRepositoryPermissions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using the name of the GitHub repository
/// This resource can be imported using the name of the GitHub repository:
///
/// ```sh
/// $ pulumi import github:index/actionsRepositoryPermissions:ActionsRepositoryPermissions test my-repository
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/ActionsRunnerGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using the ID of the runner group
/// This resource can be imported using the ID of the runner group:
///
/// ```sh
/// $ pulumi import github:index/actionsRunnerGroup:ActionsRunnerGroup test 7
Expand Down
3 changes: 1 addition & 2 deletions sdk/dotnet/ActionsSecret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using an ID made up of the `repository` and `secret_name`
/// This resource can be imported using an ID made up of the `repository` and `secret_name`:
///
/// ```sh
/// $ pulumi import github:index/actionsSecret:ActionsSecret example_secret &lt;repository&gt;/&lt;secret_name&gt;
/// ```
///
/// 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>
[GithubResourceType("github:index/actionsSecret:ActionsSecret")]
Expand Down
2 changes: 0 additions & 2 deletions sdk/dotnet/Branch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ namespace Pulumi.Github
/// ```sh
/// $ pulumi import github:index/branch:Branch terraform terraform:main
/// ```
///
/// Importing github branch into an instance object (when using a for each block to manage multiple branches)
///
/// ```sh
/// $ pulumi import github:index/branch:Branch terraform["terraform"] terraform:main
/// ```
///
/// Optionally, a source branch may be specified using an ID of `repository:branch:source_branch`. This is useful for importing branches that do not branch directly off main.
///
/// ```sh
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/CodespacesOrganizationSecretRepositories.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using an ID made up of the secret name
/// This resource can be imported using an ID made up of the secret name:
///
/// ```sh
/// $ pulumi import github:index/codespacesOrganizationSecretRepositories:CodespacesOrganizationSecretRepositories org_secret_repos existing_secret_name
Expand Down
3 changes: 1 addition & 2 deletions sdk/dotnet/CodespacesSecret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ namespace Pulumi.Github
///
/// ## Import
///
/// This resource can be imported using an ID made up of the `repository` and `secret_name`
/// 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;
/// ```
///
/// 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>
[GithubResourceType("github:index/codespacesSecret:CodespacesSecret")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@ public static class GetActionsOrganizationOidcSubjectClaimCustomizationTemplate
/// </summary>
public static Task<GetActionsOrganizationOidcSubjectClaimCustomizationTemplateResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetActionsOrganizationOidcSubjectClaimCustomizationTemplateResult>("github:index/getActionsOrganizationOidcSubjectClaimCustomizationTemplate:getActionsOrganizationOidcSubjectClaimCustomizationTemplate", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve the OpenID Connect subject claim customization template for an organization
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetActionsOrganizationOidcSubjectClaimCustomizationTemplate.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetActionsOrganizationOidcSubjectClaimCustomizationTemplateResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetActionsOrganizationOidcSubjectClaimCustomizationTemplateResult>("github:index/getActionsOrganizationOidcSubjectClaimCustomizationTemplate:getActionsOrganizationOidcSubjectClaimCustomizationTemplate", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
26 changes: 26 additions & 0 deletions sdk/dotnet/GetActionsOrganizationPublicKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,32 @@ public static class GetActionsOrganizationPublicKey
/// </summary>
public static Task<GetActionsOrganizationPublicKeyResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetActionsOrganizationPublicKeyResult>("github:index/getActionsOrganizationPublicKey:getActionsOrganizationPublicKey", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve information about a GitHub Actions Organization public key. This data source is required to be used with other GitHub secrets interactions.
/// Note that the provider `token` must have admin rights to an organization to retrieve it's action public key.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetActionsOrganizationPublicKey.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetActionsOrganizationPublicKeyResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetActionsOrganizationPublicKeyResult>("github:index/getActionsOrganizationPublicKey:getActionsOrganizationPublicKey", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
25 changes: 25 additions & 0 deletions sdk/dotnet/GetActionsOrganizationRegistrationToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@ public static class GetActionsOrganizationRegistrationToken
/// </summary>
public static Task<GetActionsOrganizationRegistrationTokenResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetActionsOrganizationRegistrationTokenResult>("github:index/getActionsOrganizationRegistrationToken:getActionsOrganizationRegistrationToken", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve a GitHub Actions organization registration token. This token can then be used to register a self-hosted runner.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetActionsOrganizationRegistrationToken.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetActionsOrganizationRegistrationTokenResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetActionsOrganizationRegistrationTokenResult>("github:index/getActionsOrganizationRegistrationToken:getActionsOrganizationRegistrationToken", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
25 changes: 25 additions & 0 deletions sdk/dotnet/GetActionsOrganizationSecrets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@ public static class GetActionsOrganizationSecrets
/// </summary>
public static Task<GetActionsOrganizationSecretsResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetActionsOrganizationSecretsResult>("github:index/getActionsOrganizationSecrets:getActionsOrganizationSecrets", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve the list of secrets of the organization.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetActionsOrganizationSecrets.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetActionsOrganizationSecretsResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetActionsOrganizationSecretsResult>("github:index/getActionsOrganizationSecrets:getActionsOrganizationSecrets", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
25 changes: 25 additions & 0 deletions sdk/dotnet/GetActionsOrganizationVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@ public static class GetActionsOrganizationVariables
/// </summary>
public static Task<GetActionsOrganizationVariablesResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetActionsOrganizationVariablesResult>("github:index/getActionsOrganizationVariables:getActionsOrganizationVariables", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve the list of variables of the organization.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetActionsOrganizationVariables.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetActionsOrganizationVariablesResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetActionsOrganizationVariablesResult>("github:index/getActionsOrganizationVariables:getActionsOrganizationVariables", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
26 changes: 26 additions & 0 deletions sdk/dotnet/GetCodespacesOrganizationPublicKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,32 @@ public static class GetCodespacesOrganizationPublicKey
/// </summary>
public static Task<GetCodespacesOrganizationPublicKeyResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetCodespacesOrganizationPublicKeyResult>("github:index/getCodespacesOrganizationPublicKey:getCodespacesOrganizationPublicKey", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve information about a GitHub Codespaces Organization public key. This data source is required to be used with other GitHub secrets interactions.
/// Note that the provider `token` must have admin rights to an organization to retrieve it's Codespaces public key.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetCodespacesOrganizationPublicKey.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetCodespacesOrganizationPublicKeyResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetCodespacesOrganizationPublicKeyResult>("github:index/getCodespacesOrganizationPublicKey:getCodespacesOrganizationPublicKey", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
25 changes: 25 additions & 0 deletions sdk/dotnet/GetCodespacesOrganizationSecrets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,31 @@ public static class GetCodespacesOrganizationSecrets
/// </summary>
public static Task<GetCodespacesOrganizationSecretsResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetCodespacesOrganizationSecretsResult>("github:index/getCodespacesOrganizationSecrets:getCodespacesOrganizationSecrets", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve the list of codespaces secrets of the organization.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetCodespacesOrganizationSecrets.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetCodespacesOrganizationSecretsResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetCodespacesOrganizationSecretsResult>("github:index/getCodespacesOrganizationSecrets:getCodespacesOrganizationSecrets", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
26 changes: 26 additions & 0 deletions sdk/dotnet/GetCodespacesUserPublicKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,32 @@ public static class GetCodespacesUserPublicKey
/// </summary>
public static Task<GetCodespacesUserPublicKeyResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetCodespacesUserPublicKeyResult>("github:index/getCodespacesUserPublicKey:getCodespacesUserPublicKey", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Use this data source to retrieve information about a GitHub Codespaces User public key. This data source is required to be used with other GitHub secrets interactions.
/// Note that the provider `token` must have admin rights to an user to retrieve it's Codespaces public key.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Github = Pulumi.Github;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Github.GetCodespacesUserPublicKey.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetCodespacesUserPublicKeyResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetCodespacesUserPublicKeyResult>("github:index/getCodespacesUserPublicKey:getCodespacesUserPublicKey", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
Loading

0 comments on commit 99c86d4

Please sign in to comment.