Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Dec 2, 2023
1 parent 2ea0ab8 commit dcb515c
Show file tree
Hide file tree
Showing 94 changed files with 1,935 additions and 291 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DockerRegistryUsername { get; set; }

/// <summary>
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0` and `7.0`.
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0` and `8.0`.
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DockerRegistryUsername { get; set; }

/// <summary>
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0` and `7.0`.
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0` and `8.0`.
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DockerRegistryUsername { get; set; }

/// <summary>
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0` and `7.0`.
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0` and `8.0`.
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DockerRegistryUsername { get; set; }

/// <summary>
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0` and `7.0`.
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0` and `8.0`.
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DotnetCoreVersion { get; set; }

/// <summary>
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0` and `v7.0`.
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0` and `v8.0`.
///
/// &gt; **NOTE:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
/// Portal Value | API value
Expand All @@ -89,6 +89,7 @@ public Input<string>? DockerRegistryPassword
/// ASP.NET V4.8 | v4.0
/// .NET 6 (LTS) | v6.0
/// .NET 7 (STS) | v7.0
/// .NET 8 (LTS) | v8.0
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DotnetCoreVersion { get; set; }

/// <summary>
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0` and `v7.0`.
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0` and `v8.0`.
///
/// &gt; **NOTE:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
/// Portal Value | API value
Expand All @@ -89,6 +89,7 @@ public Input<string>? DockerRegistryPassword
/// ASP.NET V4.8 | v4.0
/// .NET 6 (LTS) | v6.0
/// .NET 7 (STS) | v7.0
/// .NET 8 (LTS) | v8.0
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DotnetCoreVersion { get; set; }

/// <summary>
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0` and `v7.0`.
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0` and `v8.0`.
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public Input<string>? DockerRegistryPassword
public Input<string>? DotnetCoreVersion { get; set; }

/// <summary>
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0` and `v7.0`.
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0` and `v8.0`.
/// </summary>
[Input("dotnetVersion")]
public Input<string>? DotnetVersion { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class LinuxWebAppSiteConfigApplicationStack
/// </summary>
public readonly string? DockerRegistryUsername;
/// <summary>
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0` and `7.0`.
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0` and `8.0`.
/// </summary>
public readonly string? DotnetVersion;
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class LinuxWebAppSlotSiteConfigApplicationStack
/// </summary>
public readonly string? DockerRegistryUsername;
/// <summary>
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0` and `7.0`.
/// The version of .NET to use. Possible values include `3.1`, `5.0`, `6.0`, `7.0` and `8.0`.
/// </summary>
public readonly string? DotnetVersion;
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public sealed class WindowsWebAppSiteConfigApplicationStack
/// </summary>
public readonly string? DotnetCoreVersion;
/// <summary>
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0` and `v7.0`.
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0` and `v8.0`.
///
/// &gt; **NOTE:** The Portal displayed values and the actual underlying API values differ for this setting, as follows:
/// Portal Value | API value
Expand All @@ -62,6 +62,7 @@ public sealed class WindowsWebAppSiteConfigApplicationStack
/// ASP.NET V4.8 | v4.0
/// .NET 6 (LTS) | v6.0
/// .NET 7 (STS) | v7.0
/// .NET 8 (LTS) | v8.0
/// </summary>
public readonly string? DotnetVersion;
public readonly string? JavaContainer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public sealed class WindowsWebAppSlotSiteConfigApplicationStack
/// </summary>
public readonly string? DotnetCoreVersion;
/// <summary>
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0` and `v7.0`.
/// The version of .NET to use when `current_stack` is set to `dotnet`. Possible values include `v2.0`,`v3.0`, `v4.0`, `v5.0`, `v6.0`, `v7.0` and `v8.0`.
/// </summary>
public readonly string? DotnetVersion;
public readonly string? JavaContainer;
Expand Down
3 changes: 2 additions & 1 deletion sdk/dotnet/Compute/WindowsVirtualMachineScaleSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Pulumi.Azure.Compute
///
/// &gt; **NOTE:** This provider will automatically update &amp; reimage the nodes in the Scale Set (if Required) during an Update - this behaviour can be configured using the `features` setting within the Provider block.
///
/// &gt; **NOTE:** This resource does not support Unmanaged Disks. If you need to use Unmanaged Disks you can continue to use the `azure.compute.ScaleSet` resource instead
/// [&gt; **NOTE:** This resource does not support Unmanaged Disks. If you need to use Unmanaged Disks you can continue to use the `azure.compute.ScaleSet` resource instead
///
/// ## Example Usage
///
Expand Down Expand Up @@ -65,6 +65,7 @@ namespace Pulumi.Azure.Compute
/// Instances = 1,
/// AdminPassword = "P@55w0rd1234!",
/// AdminUsername = "adminuser",
/// ComputerNamePrefix = "vm-",
/// SourceImageReference = new Azure.Compute.Inputs.WindowsVirtualMachineScaleSetSourceImageReferenceArgs
/// {
/// Publisher = "MicrosoftWindowsServer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public InputList<Inputs.KubernetesClusterMaintenanceWindowAutoUpgradeNotAllowedA
public Input<string>? UtcOffset { get; set; }

/// <summary>
/// The week in the month used for the maintenance run. Options are `First`, `Second`, `Third`, `Fourth`, and `Last`.
/// Specifies on which instance of the allowed days specified in `day_of_week` the maintenance occurs. Options are `First`, `Second`, `Third`, `Fourth`, and `Last`.
/// Required in combination with relative monthly frequency.
/// </summary>
[Input("weekIndex")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public InputList<Inputs.KubernetesClusterMaintenanceWindowAutoUpgradeNotAllowedG
public Input<string>? UtcOffset { get; set; }

/// <summary>
/// The week in the month used for the maintenance run. Options are `First`, `Second`, `Third`, `Fourth`, and `Last`.
/// Specifies on which instance of the allowed days specified in `day_of_week` the maintenance occurs. Options are `First`, `Second`, `Third`, `Fourth`, and `Last`.
/// Required in combination with relative monthly frequency.
/// </summary>
[Input("weekIndex")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public sealed class KubernetesClusterMaintenanceWindowAutoUpgrade
/// </summary>
public readonly string? UtcOffset;
/// <summary>
/// The week in the month used for the maintenance run. Options are `First`, `Second`, `Third`, `Fourth`, and `Last`.
/// Specifies on which instance of the allowed days specified in `day_of_week` the maintenance occurs. Options are `First`, `Second`, `Third`, `Fourth`, and `Last`.
/// Required in combination with relative monthly frequency.
/// </summary>
public readonly string? WeekIndex;
Expand Down
28 changes: 23 additions & 5 deletions sdk/dotnet/Dashboard/Grafana.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,13 @@ public partial class Grafana : global::Pulumi.CustomResource
public Output<string> Endpoint { get; private set; } = null!;

/// <summary>
/// The Grafana software version.
/// Which major version of Grafana to deploy. Defaults to `9`. Possible values are `9`, `10`. Changing this forces a new resource to be created.
/// </summary>
[Output("grafanaMajorVersion")]
public Output<string?> GrafanaMajorVersion { get; private set; } = null!;

/// <summary>
/// The full Grafana software semantic version deployed.
/// </summary>
[Output("grafanaVersion")]
public Output<string> GrafanaVersion { get; private set; } = null!;
Expand Down Expand Up @@ -131,7 +137,7 @@ public partial class Grafana : global::Pulumi.CustomResource
public Output<string> ResourceGroupName { get; private set; } = null!;

/// <summary>
/// The name of the SKU used for the Grafana instance. Possible value are `Standard` and `Essential`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created.
/// The name of the SKU used for the Grafana instance. The only possible value is `Standard`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created.
/// </summary>
[Output("sku")]
public Output<string?> Sku { get; private set; } = null!;
Expand Down Expand Up @@ -224,6 +230,12 @@ public InputList<Inputs.GrafanaAzureMonitorWorkspaceIntegrationArgs> AzureMonito
[Input("deterministicOutboundIpEnabled")]
public Input<bool>? DeterministicOutboundIpEnabled { get; set; }

/// <summary>
/// Which major version of Grafana to deploy. Defaults to `9`. Possible values are `9`, `10`. Changing this forces a new resource to be created.
/// </summary>
[Input("grafanaMajorVersion")]
public Input<string>? GrafanaMajorVersion { get; set; }

/// <summary>
/// An `identity` block as defined below. Changing this forces a new Dashboard Grafana to be created.
/// </summary>
Expand Down Expand Up @@ -255,7 +267,7 @@ public InputList<Inputs.GrafanaAzureMonitorWorkspaceIntegrationArgs> AzureMonito
public Input<string> ResourceGroupName { get; set; } = null!;

/// <summary>
/// The name of the SKU used for the Grafana instance. Possible value are `Standard` and `Essential`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created.
/// The name of the SKU used for the Grafana instance. The only possible value is `Standard`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created.
/// </summary>
[Input("sku")]
public Input<string>? Sku { get; set; }
Expand Down Expand Up @@ -323,7 +335,13 @@ public InputList<Inputs.GrafanaAzureMonitorWorkspaceIntegrationGetArgs> AzureMon
public Input<string>? Endpoint { get; set; }

/// <summary>
/// The Grafana software version.
/// Which major version of Grafana to deploy. Defaults to `9`. Possible values are `9`, `10`. Changing this forces a new resource to be created.
/// </summary>
[Input("grafanaMajorVersion")]
public Input<string>? GrafanaMajorVersion { get; set; }

/// <summary>
/// The full Grafana software semantic version deployed.
/// </summary>
[Input("grafanaVersion")]
public Input<string>? GrafanaVersion { get; set; }
Expand Down Expand Up @@ -371,7 +389,7 @@ public InputList<string> OutboundIps
public Input<string>? ResourceGroupName { get; set; }

/// <summary>
/// The name of the SKU used for the Grafana instance. Possible value are `Standard` and `Essential`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created.
/// The name of the SKU used for the Grafana instance. The only possible value is `Standard`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created.
/// </summary>
[Input("sku")]
public Input<string>? Sku { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/DataFactory/FlowletDataFlow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public InputList<string> ScriptLines
set => _scriptLines = value;
}

[Input("sinks", required: true)]
[Input("sinks")]
private InputList<Inputs.FlowletDataFlowSinkArgs>? _sinks;

/// <summary>
Expand All @@ -388,7 +388,7 @@ public InputList<Inputs.FlowletDataFlowSinkArgs> Sinks
set => _sinks = value;
}

[Input("sources", required: true)]
[Input("sources")]
private InputList<Inputs.FlowletDataFlowSourceArgs>? _sources;

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/MSSql/FailoverGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace Pulumi.Azure.MSSql
/// var secondary = new Azure.MSSql.Server("secondary", new()
/// {
/// ResourceGroupName = exampleResourceGroup.Name,
/// Location = exampleResourceGroup.Location,
/// Location = "North Europe",
/// Version = "12.0",
/// AdministratorLogin = "missadministrator",
/// AdministratorLoginPassword = "thisIsKat12",
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Nginx/Deployment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ namespace Pulumi.Azure.Nginx
public partial class Deployment : global::Pulumi.CustomResource
{
/// <summary>
/// Specify the number of NGINX capacity units for this NGINX deployment.
/// Specify the number of NGINX capacity units for this NGINX deployment. Defaults to `20`.
///
/// &gt; **Note** For more information on NGINX capacity units, please refer to the [NGINX scaling guidance documentation](https://docs.nginx.com/nginxaas/azure/quickstart/scaling/)
/// </summary>
Expand Down Expand Up @@ -258,7 +258,7 @@ public static Deployment Get(string name, Input<string> id, DeploymentState? sta
public sealed class DeploymentArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// Specify the number of NGINX capacity units for this NGINX deployment.
/// Specify the number of NGINX capacity units for this NGINX deployment. Defaults to `20`.
///
/// &gt; **Note** For more information on NGINX capacity units, please refer to the [NGINX scaling guidance documentation](https://docs.nginx.com/nginxaas/azure/quickstart/scaling/)
/// </summary>
Expand Down Expand Up @@ -376,7 +376,7 @@ public DeploymentArgs()
public sealed class DeploymentState : global::Pulumi.ResourceArgs
{
/// <summary>
/// Specify the number of NGINX capacity units for this NGINX deployment.
/// Specify the number of NGINX capacity units for this NGINX deployment. Defaults to `20`.
///
/// &gt; **Note** For more information on NGINX capacity units, please refer to the [NGINX scaling guidance documentation](https://docs.nginx.com/nginxaas/azure/quickstart/scaling/)
/// </summary>
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/PostgreSql/FlexibleServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public partial class FlexibleServer : global::Pulumi.CustomResource
public Output<ImmutableDictionary<string, string>?> Tags { get; private set; } = null!;

/// <summary>
/// The version of PostgreSQL Flexible Server to use. Possible values are `11`,`12`, `13`, `14` and `15`. Required when `create_mode` is `Default`.
/// The version of PostgreSQL Flexible Server to use. Possible values are `11`,`12`, `13`, `14`, `15` and `16`. Required when `create_mode` is `Default`.
///
/// &gt; **Note:** When `create_mode` is `Update`, upgrading version wouldn't force a new resource to be created.
/// </summary>
Expand Down Expand Up @@ -490,7 +490,7 @@ public InputMap<string> Tags
}

/// <summary>
/// The version of PostgreSQL Flexible Server to use. Possible values are `11`,`12`, `13`, `14` and `15`. Required when `create_mode` is `Default`.
/// The version of PostgreSQL Flexible Server to use. Possible values are `11`,`12`, `13`, `14`, `15` and `16`. Required when `create_mode` is `Default`.
///
/// &gt; **Note:** When `create_mode` is `Update`, upgrading version wouldn't force a new resource to be created.
/// </summary>
Expand Down Expand Up @@ -681,7 +681,7 @@ public InputMap<string> Tags
}

/// <summary>
/// The version of PostgreSQL Flexible Server to use. Possible values are `11`,`12`, `13`, `14` and `15`. Required when `create_mode` is `Default`.
/// The version of PostgreSQL Flexible Server to use. Possible values are `11`,`12`, `13`, `14`, `15` and `16`. Required when `create_mode` is `Default`.
///
/// &gt; **Note:** When `create_mode` is `Update`, upgrading version wouldn't force a new resource to be created.
/// </summary>
Expand Down
6 changes: 6 additions & 0 deletions sdk/dotnet/Redis/Inputs/CacheRedisConfigurationArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ namespace Pulumi.Azure.Redis.Inputs

public sealed class CacheRedisConfigurationArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// Enable Microsoft Entra (AAD) authentication. Defaults to `false`.
/// </summary>
[Input("activeDirectoryAuthenticationEnabled")]
public Input<bool>? ActiveDirectoryAuthenticationEnabled { get; set; }

/// <summary>
/// Enable or disable AOF persistence for this Redis Cache. Defaults to `false`.
///
Expand Down
6 changes: 6 additions & 0 deletions sdk/dotnet/Redis/Inputs/CacheRedisConfigurationGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ namespace Pulumi.Azure.Redis.Inputs

public sealed class CacheRedisConfigurationGetArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// Enable Microsoft Entra (AAD) authentication. Defaults to `false`.
/// </summary>
[Input("activeDirectoryAuthenticationEnabled")]
public Input<bool>? ActiveDirectoryAuthenticationEnabled { get; set; }

/// <summary>
/// Enable or disable AOF persistence for this Redis Cache. Defaults to `false`.
///
Expand Down
Loading

0 comments on commit dcb515c

Please sign in to comment.