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 Nov 17, 2023
1 parent 3a8b1c4 commit eeb3e38
Show file tree
Hide file tree
Showing 87 changed files with 842 additions and 823 deletions.
6 changes: 3 additions & 3 deletions sdk/dotnet/Aws/AuthBackendClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public partial class AuthBackendClient : global::Pulumi.CustomResource
/// Available in Vault v1.15+. If set,
/// overrides both `sts_endpoint` and `sts_region` to instead use the region
/// specified in the client request headers for IAM-based authentication.
/// This can be useful when you have client requests coming from different
/// This can be useful when you have client requests coming from different
/// regions and want flexibility in which regional STS API is used.
/// </summary>
[Output("useStsRegionFromClient")]
Expand Down Expand Up @@ -263,7 +263,7 @@ public Input<string>? SecretKey
/// Available in Vault v1.15+. If set,
/// overrides both `sts_endpoint` and `sts_region` to instead use the region
/// specified in the client request headers for IAM-based authentication.
/// This can be useful when you have client requests coming from different
/// This can be useful when you have client requests coming from different
/// regions and want flexibility in which regional STS API is used.
/// </summary>
[Input("useStsRegionFromClient")]
Expand Down Expand Up @@ -367,7 +367,7 @@ public Input<string>? SecretKey
/// Available in Vault v1.15+. If set,
/// overrides both `sts_endpoint` and `sts_region` to instead use the region
/// specified in the client request headers for IAM-based authentication.
/// This can be useful when you have client requests coming from different
/// This can be useful when you have client requests coming from different
/// regions and want flexibility in which regional STS API is used.
/// </summary>
[Input("useStsRegionFromClient")]
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/Aws/SecretBackendRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ public partial class SecretBackendRole : global::Pulumi.CustomResource

/// <summary>
/// The ARN of the AWS Permissions
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// policy will be attached.
/// </summary>
[Output("permissionsBoundaryArn")]
Expand Down Expand Up @@ -277,8 +277,8 @@ public InputList<string> IamGroups

/// <summary>
/// The ARN of the AWS Permissions
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// policy will be attached.
/// </summary>
[Input("permissionsBoundaryArn")]
Expand Down Expand Up @@ -409,8 +409,8 @@ public InputList<string> IamGroups

/// <summary>
/// The ARN of the AWS Permissions
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// Boundary to attach to IAM users created in the role. Valid only when
/// `credential_type` is `iam_user`. If not specified, then no permissions boundary
/// policy will be attached.
/// </summary>
[Input("permissionsBoundaryArn")]
Expand Down
48 changes: 24 additions & 24 deletions sdk/dotnet/Azure/Backend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ namespace Pulumi.Vault.Azure
public partial class Backend : global::Pulumi.CustomResource
{
/// <summary>
/// The OAuth2 client id to connect to Azure.
/// (`string:""`) - The OAuth2 client id to connect to Azure.
/// </summary>
[Output("clientId")]
public Output<string?> ClientId { get; private set; } = null!;

/// <summary>
/// The OAuth2 client secret to connect to Azure.
/// (`string:""`) - The OAuth2 client secret to connect to Azure.
/// </summary>
[Output("clientSecret")]
public Output<string?> ClientSecret { get; private set; } = null!;
Expand All @@ -85,7 +85,7 @@ public partial class Backend : global::Pulumi.CustomResource
public Output<bool?> DisableRemount { get; private set; } = null!;

/// <summary>
/// The Azure environment.
/// (`string:""`) - The Azure environment.
/// </summary>
[Output("environment")]
public Output<string?> Environment { get; private set; } = null!;
Expand All @@ -100,26 +100,26 @@ public partial class Backend : global::Pulumi.CustomResource
public Output<string?> Namespace { get; private set; } = null!;

/// <summary>
/// The unique path this backend should be mounted at. Defaults to `azure`.
/// (`string: &lt;optional&gt;`) - The unique path this backend should be mounted at. Defaults to `azure`.
/// </summary>
[Output("path")]
public Output<string?> Path { get; private set; } = null!;

/// <summary>
/// The subscription id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The subscription id for the Azure Active Directory.
/// </summary>
[Output("subscriptionId")]
public Output<string> SubscriptionId { get; private set; } = null!;

/// <summary>
/// The tenant id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The tenant id for the Azure Active Directory.
/// </summary>
[Output("tenantId")]
public Output<string> TenantId { get; private set; } = null!;

/// <summary>
/// Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// (`bool: &lt;optional&gt;`) - Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// For more information, please refer to the [Vault docs](https://developer.hashicorp.com/vault/api-docs/secret/azure#use_microsoft_graph_api)
/// </summary>
[Output("useMicrosoftGraphApi")]
Expand Down Expand Up @@ -182,7 +182,7 @@ public sealed class BackendArgs : global::Pulumi.ResourceArgs
private Input<string>? _clientId;

/// <summary>
/// The OAuth2 client id to connect to Azure.
/// (`string:""`) - The OAuth2 client id to connect to Azure.
/// </summary>
public Input<string>? ClientId
{
Expand All @@ -198,7 +198,7 @@ public Input<string>? ClientId
private Input<string>? _clientSecret;

/// <summary>
/// The OAuth2 client secret to connect to Azure.
/// (`string:""`) - The OAuth2 client secret to connect to Azure.
/// </summary>
public Input<string>? ClientSecret
{
Expand All @@ -224,7 +224,7 @@ public Input<string>? ClientSecret
public Input<bool>? DisableRemount { get; set; }

/// <summary>
/// The Azure environment.
/// (`string:""`) - The Azure environment.
/// </summary>
[Input("environment")]
public Input<string>? Environment { get; set; }
Expand All @@ -239,7 +239,7 @@ public Input<string>? ClientSecret
public Input<string>? Namespace { get; set; }

/// <summary>
/// The unique path this backend should be mounted at. Defaults to `azure`.
/// (`string: &lt;optional&gt;`) - The unique path this backend should be mounted at. Defaults to `azure`.
/// </summary>
[Input("path")]
public Input<string>? Path { get; set; }
Expand All @@ -248,7 +248,7 @@ public Input<string>? ClientSecret
private Input<string>? _subscriptionId;

/// <summary>
/// The subscription id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The subscription id for the Azure Active Directory.
/// </summary>
public Input<string>? SubscriptionId
{
Expand All @@ -264,7 +264,7 @@ public Input<string>? SubscriptionId
private Input<string>? _tenantId;

/// <summary>
/// The tenant id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The tenant id for the Azure Active Directory.
/// </summary>
public Input<string>? TenantId
{
Expand All @@ -277,8 +277,8 @@ public Input<string>? TenantId
}

/// <summary>
/// Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// (`bool: &lt;optional&gt;`) - Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// For more information, please refer to the [Vault docs](https://developer.hashicorp.com/vault/api-docs/secret/azure#use_microsoft_graph_api)
/// </summary>
[Input("useMicrosoftGraphApi")]
Expand All @@ -296,7 +296,7 @@ public sealed class BackendState : global::Pulumi.ResourceArgs
private Input<string>? _clientId;

/// <summary>
/// The OAuth2 client id to connect to Azure.
/// (`string:""`) - The OAuth2 client id to connect to Azure.
/// </summary>
public Input<string>? ClientId
{
Expand All @@ -312,7 +312,7 @@ public Input<string>? ClientId
private Input<string>? _clientSecret;

/// <summary>
/// The OAuth2 client secret to connect to Azure.
/// (`string:""`) - The OAuth2 client secret to connect to Azure.
/// </summary>
public Input<string>? ClientSecret
{
Expand All @@ -338,7 +338,7 @@ public Input<string>? ClientSecret
public Input<bool>? DisableRemount { get; set; }

/// <summary>
/// The Azure environment.
/// (`string:""`) - The Azure environment.
/// </summary>
[Input("environment")]
public Input<string>? Environment { get; set; }
Expand All @@ -353,7 +353,7 @@ public Input<string>? ClientSecret
public Input<string>? Namespace { get; set; }

/// <summary>
/// The unique path this backend should be mounted at. Defaults to `azure`.
/// (`string: &lt;optional&gt;`) - The unique path this backend should be mounted at. Defaults to `azure`.
/// </summary>
[Input("path")]
public Input<string>? Path { get; set; }
Expand All @@ -362,7 +362,7 @@ public Input<string>? ClientSecret
private Input<string>? _subscriptionId;

/// <summary>
/// The subscription id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The subscription id for the Azure Active Directory.
/// </summary>
public Input<string>? SubscriptionId
{
Expand All @@ -378,7 +378,7 @@ public Input<string>? SubscriptionId
private Input<string>? _tenantId;

/// <summary>
/// The tenant id for the Azure Active Directory.
/// (`string: &lt;required&gt;`) - The tenant id for the Azure Active Directory.
/// </summary>
public Input<string>? TenantId
{
Expand All @@ -391,8 +391,8 @@ public Input<string>? TenantId
}

/// <summary>
/// Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// (`bool: &lt;optional&gt;`) - Indicates whether the secrets engine should use
/// the Microsoft Graph API. This parameter has been deprecated and will be ignored in `vault-1.12+`.
/// For more information, please refer to the [Vault docs](https://developer.hashicorp.com/vault/api-docs/secret/azure#use_microsoft_graph_api)
/// </summary>
[Input("useMicrosoftGraphApi")]
Expand Down
20 changes: 10 additions & 10 deletions sdk/dotnet/Azure/GetAccessCredentials.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public sealed class GetAccessCredentialsArgs : global::Pulumi.InvokeArgs
/// <summary>
/// The Azure environment to use during credential validation.
/// Defaults to the environment configured in the Vault backend.
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("environment")]
Expand Down Expand Up @@ -128,7 +128,7 @@ public sealed class GetAccessCredentialsArgs : global::Pulumi.InvokeArgs

/// <summary>
/// If 'validate_creds' is true,
/// the number of sequential successes required to validate generated
/// the number of sequential successes required to validate generated
/// credentials. Defaults to 8.
/// </summary>
[Input("numSequentialSuccesses")]
Expand All @@ -143,23 +143,23 @@ public sealed class GetAccessCredentialsArgs : global::Pulumi.InvokeArgs

/// <summary>
/// The subscription ID to use during credential
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("subscriptionId")]
public string? SubscriptionId { get; set; }

/// <summary>
/// The tenant ID to use during credential validation.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("tenantId")]
public string? TenantId { get; set; }

/// <summary>
/// Whether generated credentials should be
/// validated before being returned. Defaults to `false`, which returns
/// validated before being returned. Defaults to `false`, which returns
/// credentials without checking whether they have fully propagated throughout
/// Azure Active Directory. Designating `true` activates testing.
/// </summary>
Expand All @@ -184,7 +184,7 @@ public sealed class GetAccessCredentialsInvokeArgs : global::Pulumi.InvokeArgs
/// <summary>
/// The Azure environment to use during credential validation.
/// Defaults to the environment configured in the Vault backend.
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// Some possible values: `AzurePublicCloud`, `AzureGovernmentCloud`
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("environment")]
Expand Down Expand Up @@ -217,7 +217,7 @@ public sealed class GetAccessCredentialsInvokeArgs : global::Pulumi.InvokeArgs

/// <summary>
/// If 'validate_creds' is true,
/// the number of sequential successes required to validate generated
/// the number of sequential successes required to validate generated
/// credentials. Defaults to 8.
/// </summary>
[Input("numSequentialSuccesses")]
Expand All @@ -232,23 +232,23 @@ public sealed class GetAccessCredentialsInvokeArgs : global::Pulumi.InvokeArgs

/// <summary>
/// The subscription ID to use during credential
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// validation. Defaults to the subscription ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("subscriptionId")]
public Input<string>? SubscriptionId { get; set; }

/// <summary>
/// The tenant ID to use during credential validation.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// Defaults to the tenant ID configured in the Vault `backend`.
/// *See the caveats section for more information on this field.*
/// </summary>
[Input("tenantId")]
public Input<string>? TenantId { get; set; }

/// <summary>
/// Whether generated credentials should be
/// validated before being returned. Defaults to `false`, which returns
/// validated before being returned. Defaults to `false`, which returns
/// credentials without checking whether they have fully propagated throughout
/// Azure Active Directory. Designating `true` activates testing.
/// </summary>
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/CertAuthBackendRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public partial class CertAuthBackendRole : global::Pulumi.CustomResource
public Output<bool> OcspQueryAllServers { get; private set; } = null!;

/// <summary>
/// : A comma-separated list of OCSP
/// A comma-separated list of OCSP
/// server addresses. If unset, the OCSP server is determined from the
/// AuthorityInformationAccess extension on the certificate being inspected.
/// Requires Vault version 1.13+.
Expand Down Expand Up @@ -445,7 +445,7 @@ public InputList<string> AllowedUriSans
private InputList<string>? _ocspServersOverrides;

/// <summary>
/// : A comma-separated list of OCSP
/// A comma-separated list of OCSP
/// server addresses. If unset, the OCSP server is determined from the
/// AuthorityInformationAccess extension on the certificate being inspected.
/// Requires Vault version 1.13+.
Expand Down Expand Up @@ -714,7 +714,7 @@ public InputList<string> AllowedUriSans
private InputList<string>? _ocspServersOverrides;

/// <summary>
/// : A comma-separated list of OCSP
/// A comma-separated list of OCSP
/// server addresses. If unset, the OCSP server is determined from the
/// AuthorityInformationAccess extension on the certificate being inspected.
/// Requires Vault version 1.13+.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Database/Inputs/SecretsMountMssqlArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public InputList<string> AllowedRoles

/// <summary>
/// For Vault v1.9+. Set to true when the target is a
/// Contained Database, e.g. AzureSQL.
/// Contained Database, e.g. AzureSQL.
/// See [Vault docs](https://www.vaultproject.io/api/secret/databases/mssql#contained_db)
/// </summary>
[Input("containedDb")]
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Database/Inputs/SecretsMountMssqlGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public InputList<string> AllowedRoles

/// <summary>
/// For Vault v1.9+. Set to true when the target is a
/// Contained Database, e.g. AzureSQL.
/// Contained Database, e.g. AzureSQL.
/// See [Vault docs](https://www.vaultproject.io/api/secret/databases/mssql#contained_db)
/// </summary>
[Input("containedDb")]
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Database/Outputs/SecretsMountMssql.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public sealed class SecretsMountMssql
public readonly string? ConnectionUrl;
/// <summary>
/// For Vault v1.9+. Set to true when the target is a
/// Contained Database, e.g. AzureSQL.
/// Contained Database, e.g. AzureSQL.
/// See [Vault docs](https://www.vaultproject.io/api/secret/databases/mssql#contained_db)
/// </summary>
public readonly bool? ContainedDb;
Expand Down
Loading

0 comments on commit eeb3e38

Please sign in to comment.