Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions reports/pending.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@
"2024-05-01",
"2024-06-01-preview"
],
"App": [
"2025-01-01",
"2025-02-02-preview"
],
"App": [],
"AppComplianceAutomation": [],
"AppConfiguration": [
"2024-06-01",
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/App/AppResiliency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Configuration to setup App Resiliency
///
/// Uses Azure REST API version 2024-10-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
///
/// Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:AppResiliency")]
public partial class AppResiliency : global::Pulumi.CustomResource
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/App/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Information pertaining to an individual build.
///
/// Uses Azure REST API version 2024-10-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
///
/// Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:Build")]
public partial class Build : global::Pulumi.CustomResource
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/App/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Information about the SourceToCloud builder resource.
///
/// Uses Azure REST API version 2024-10-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2023-08-01-preview.
///
/// Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:Builder")]
public partial class Builder : global::Pulumi.CustomResource
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/App/Certificate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
///
/// Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
///
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:Certificate")]
public partial class Certificate : global::Pulumi.CustomResource
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/App/ConnectedEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// An environment for Kubernetes cluster specialized for web workloads by Azure App Service
///
/// Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
///
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:ConnectedEnvironment")]
public partial class ConnectedEnvironment : global::Pulumi.CustomResource
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/App/ConnectedEnvironmentsCertificate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
///
/// Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
///
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:ConnectedEnvironmentsCertificate")]
public partial class ConnectedEnvironmentsCertificate : global::Pulumi.CustomResource
Expand Down
34 changes: 32 additions & 2 deletions sdk/dotnet/App/ConnectedEnvironmentsDaprComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Dapr Component.
///
/// Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
///
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:ConnectedEnvironmentsDaprComponent")]
public partial class ConnectedEnvironmentsDaprComponent : global::Pulumi.CustomResource
Expand All @@ -31,6 +31,12 @@ public partial class ConnectedEnvironmentsDaprComponent : global::Pulumi.CustomR
[Output("componentType")]
public Output<string?> ComponentType { get; private set; } = null!;

/// <summary>
/// Any errors that occurred during deployment or deployment validation
/// </summary>
[Output("deploymentErrors")]
public Output<string> DeploymentErrors { get; private set; } = null!;

/// <summary>
/// Boolean describing if the component errors are ignores
/// </summary>
Expand All @@ -55,6 +61,12 @@ public partial class ConnectedEnvironmentsDaprComponent : global::Pulumi.CustomR
[Output("name")]
public Output<string> Name { get; private set; } = null!;

/// <summary>
/// Provisioning state of the Connected Environment Dapr Component.
/// </summary>
[Output("provisioningState")]
public Output<string> ProvisioningState { get; private set; } = null!;

/// <summary>
/// Names of container apps that can use this Dapr component
/// </summary>
Expand All @@ -73,6 +85,12 @@ public partial class ConnectedEnvironmentsDaprComponent : global::Pulumi.CustomR
[Output("secrets")]
public Output<ImmutableArray<Outputs.SecretResponse>> Secrets { get; private set; } = null!;

/// <summary>
/// List of container app services that are bound to the Dapr component
/// </summary>
[Output("serviceComponentBind")]
public Output<ImmutableArray<Outputs.DaprComponentServiceBindingResponse>> ServiceComponentBind { get; private set; } = null!;

/// <summary>
/// Azure Resource Manager metadata containing createdBy and modifiedBy information.
/// </summary>
Expand Down Expand Up @@ -231,6 +249,18 @@ public InputList<Inputs.SecretArgs> Secrets
set => _secrets = value;
}

[Input("serviceComponentBind")]
private InputList<Inputs.DaprComponentServiceBindingArgs>? _serviceComponentBind;

/// <summary>
/// List of container app services that are bound to the Dapr component
/// </summary>
public InputList<Inputs.DaprComponentServiceBindingArgs> ServiceComponentBind
{
get => _serviceComponentBind ?? (_serviceComponentBind = new InputList<Inputs.DaprComponentServiceBindingArgs>());
set => _serviceComponentBind = value;
}

/// <summary>
/// Component version
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/App/ConnectedEnvironmentsStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Storage resource for connectedEnvironment.
///
/// Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
///
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:ConnectedEnvironmentsStorage")]
public partial class ConnectedEnvironmentsStorage : global::Pulumi.CustomResource
Expand Down
34 changes: 32 additions & 2 deletions sdk/dotnet/App/ContainerApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.App
/// <summary>
/// Container App.
///
/// Uses Azure REST API version 2025-01-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
/// Uses Azure REST API version 2025-02-02-preview. In version 2.x of the Azure Native provider, it used API version 2022-10-01.
///
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-02-02-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native app [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
/// </summary>
[AzureNativeResourceType("azure-native:app:ContainerApp")]
public partial class ContainerApp : global::Pulumi.CustomResource
Expand All @@ -37,6 +37,12 @@ public partial class ContainerApp : global::Pulumi.CustomResource
[Output("customDomainVerificationId")]
public Output<string> CustomDomainVerificationId { get; private set; } = null!;

/// <summary>
/// Any errors that occurred during deployment
/// </summary>
[Output("deploymentErrors")]
public Output<string> DeploymentErrors { get; private set; } = null!;

/// <summary>
/// Resource ID of environment.
/// </summary>
Expand All @@ -61,6 +67,12 @@ public partial class ContainerApp : global::Pulumi.CustomResource
[Output("identity")]
public Output<Outputs.ManagedServiceIdentityResponse?> Identity { get; private set; } = null!;

/// <summary>
/// Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value.
/// </summary>
[Output("kind")]
public Output<string?> Kind { get; private set; } = null!;

/// <summary>
/// Name of the latest ready revision of the Container App.
/// </summary>
Expand Down Expand Up @@ -109,6 +121,12 @@ public partial class ContainerApp : global::Pulumi.CustomResource
[Output("outboundIpAddresses")]
public Output<ImmutableArray<string>> OutboundIpAddresses { get; private set; } = null!;

/// <summary>
/// Container App auto patch configuration.
/// </summary>
[Output("patchingConfiguration")]
public Output<Outputs.ContainerAppResponsePatchingConfiguration?> PatchingConfiguration { get; private set; } = null!;

/// <summary>
/// Provisioning state of the Container App.
/// </summary>
Expand Down Expand Up @@ -245,6 +263,12 @@ public sealed class ContainerAppArgs : global::Pulumi.ResourceArgs
[Input("identity")]
public Input<Inputs.ManagedServiceIdentityArgs>? Identity { get; set; }

/// <summary>
/// Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value.
/// </summary>
[Input("kind")]
public InputUnion<string, Pulumi.AzureNative.App.Kind>? Kind { get; set; }

/// <summary>
/// The geo-location where the resource lives
/// </summary>
Expand All @@ -263,6 +287,12 @@ public sealed class ContainerAppArgs : global::Pulumi.ResourceArgs
[Input("managedEnvironmentId")]
public Input<string>? ManagedEnvironmentId { get; set; }

/// <summary>
/// Container App auto patch configuration.
/// </summary>
[Input("patchingConfiguration")]
public Input<Inputs.ContainerAppPatchingConfigurationArgs>? PatchingConfiguration { get; set; }

/// <summary>
/// The name of the resource group. The name is case insensitive.
/// </summary>
Expand Down
Loading
Loading