From 38034ce25f6c95455836211797d6c0187f65d6d3 Mon Sep 17 00:00:00 2001 From: Zaid Ajaj Date: Thu, 19 Feb 2026 14:06:28 +0100 Subject: [PATCH] Update CognitiveServices from 2024-10-01 to 2025-06-01 --- reports/pending.json | 2 - sdk/dotnet/CognitiveServices/Account.cs | 4 +- .../AccountCapabilityHost.cs | 4 +- .../CognitiveServices/AccountConnection.cs | 4 +- .../CognitiveServices/CommitmentPlan.cs | 4 +- .../CommitmentPlanAssociation.cs | 4 +- sdk/dotnet/CognitiveServices/Deployment.cs | 4 +- .../CognitiveServices/EncryptionScope.cs | 4 +- sdk/dotnet/CognitiveServices/Enums.cs | 37 ++ sdk/dotnet/CognitiveServices/GetAccount.cs | 12 +- .../GetAccountCapabilityHost.cs | 12 +- .../CognitiveServices/GetAccountConnection.cs | 12 +- .../CognitiveServices/GetCommitmentPlan.cs | 12 +- .../GetCommitmentPlanAssociation.cs | 12 +- sdk/dotnet/CognitiveServices/GetDeployment.cs | 12 +- .../CognitiveServices/GetEncryptionScope.cs | 12 +- .../GetPrivateEndpointConnection.cs | 12 +- sdk/dotnet/CognitiveServices/GetProject.cs | 12 +- .../GetProjectCapabilityHost.cs | 12 +- .../CognitiveServices/GetProjectConnection.cs | 12 +- .../CognitiveServices/GetRaiBlocklist.cs | 12 +- .../CognitiveServices/GetRaiBlocklistItem.cs | 12 +- sdk/dotnet/CognitiveServices/GetRaiPolicy.cs | 12 +- .../GetSharedCommitmentPlan.cs | 12 +- .../AADAuthTypeConnectionPropertiesArgs.cs | 12 + ...cessKeyAuthTypeConnectionPropertiesArgs.cs | 12 + ...ountKeyAuthTypeConnectionPropertiesArgs.cs | 12 + .../Inputs/AccountPropertiesArgs.cs | 34 +- .../ApiKeyAuthConnectionPropertiesArgs.cs | 12 + .../Inputs/CapabilityHostArgs.cs | 7 +- .../CustomKeysConnectionPropertiesArgs.cs | 12 + .../Inputs/DeploymentPropertiesArgs.cs | 6 + ...dentityAuthTypeConnectionPropertiesArgs.cs | 12 + .../Inputs/NetworkInjectionArgs.cs | 41 ++ .../NoneAuthTypeConnectionPropertiesArgs.cs | 12 + .../OAuth2AuthTypeConnectionPropertiesArgs.cs | 12 + .../PATAuthTypeConnectionPropertiesArgs.cs | 12 + .../SASAuthTypeConnectionPropertiesArgs.cs | 12 + ...incipalAuthTypeConnectionPropertiesArgs.cs | 12 + .../Inputs/UserOwnedAmlWorkspaceArgs.cs | 6 +- ...asswordAuthTypeConnectionPropertiesArgs.cs | 12 + .../CognitiveServices/ListAccountKeys.cs | 12 +- ...AADAuthTypeConnectionPropertiesResponse.cs | 12 + ...KeyAuthTypeConnectionPropertiesResponse.cs | 12 + ...KeyAuthTypeConnectionPropertiesResponse.cs | 12 + .../Outputs/AccountPropertiesResponse.cs | 27 +- .../ApiKeyAuthConnectionPropertiesResponse.cs | 12 + .../Outputs/CapabilityHostResponse.cs | 6 +- .../CustomKeysConnectionPropertiesResponse.cs | 12 + .../Outputs/DeploymentPropertiesResponse.cs | 7 + ...ityAuthTypeConnectionPropertiesResponse.cs | 12 + .../Outputs/NetworkInjectionResponse.cs | 45 ++ ...oneAuthTypeConnectionPropertiesResponse.cs | 12 + ...th2AuthTypeConnectionPropertiesResponse.cs | 12 + ...PATAuthTypeConnectionPropertiesResponse.cs | 12 + ...SASAuthTypeConnectionPropertiesResponse.cs | 12 + ...palAuthTypeConnectionPropertiesResponse.cs | 12 + .../Outputs/UserOwnedAmlWorkspaceResponse.cs | 6 +- ...ordAuthTypeConnectionPropertiesResponse.cs | 12 + .../PrivateEndpointConnection.cs | 4 +- sdk/dotnet/CognitiveServices/Project.cs | 4 +- .../ProjectCapabilityHost.cs | 4 +- .../CognitiveServices/ProjectConnection.cs | 4 +- sdk/dotnet/CognitiveServices/RaiBlocklist.cs | 4 +- .../CognitiveServices/RaiBlocklistItem.cs | 4 +- sdk/dotnet/CognitiveServices/RaiPolicy.cs | 4 +- .../CognitiveServices/SharedCommitmentPlan.cs | 4 +- sdk/nodejs/cognitiveservices/account.ts | 4 +- .../accountCapabilityHost.ts | 6 +- .../cognitiveservices/accountConnection.ts | 4 +- .../cognitiveservices/commitmentPlan.ts | 4 +- .../commitmentPlanAssociation.ts | 4 +- sdk/nodejs/cognitiveservices/deployment.ts | 4 +- .../cognitiveservices/encryptionScope.ts | 4 +- sdk/nodejs/cognitiveservices/getAccount.ts | 8 +- .../getAccountCapabilityHost.ts | 8 +- .../cognitiveservices/getAccountConnection.ts | 8 +- .../cognitiveservices/getCommitmentPlan.ts | 8 +- .../getCommitmentPlanAssociation.ts | 8 +- sdk/nodejs/cognitiveservices/getDeployment.ts | 8 +- .../cognitiveservices/getEncryptionScope.ts | 8 +- .../getPrivateEndpointConnection.ts | 8 +- sdk/nodejs/cognitiveservices/getProject.ts | 8 +- .../getProjectCapabilityHost.ts | 8 +- .../cognitiveservices/getProjectConnection.ts | 8 +- .../cognitiveservices/getRaiBlocklist.ts | 8 +- .../cognitiveservices/getRaiBlocklistItem.ts | 8 +- sdk/nodejs/cognitiveservices/getRaiPolicy.ts | 8 +- .../getSharedCommitmentPlan.ts | 8 +- .../cognitiveservices/listAccountKeys.ts | 8 +- .../privateEndpointConnection.ts | 4 +- sdk/nodejs/cognitiveservices/project.ts | 4 +- .../projectCapabilityHost.ts | 4 +- .../cognitiveservices/projectConnection.ts | 4 +- sdk/nodejs/cognitiveservices/raiBlocklist.ts | 4 +- .../cognitiveservices/raiBlocklistItem.ts | 4 +- sdk/nodejs/cognitiveservices/raiPolicy.ts | 4 +- .../cognitiveservices/sharedCommitmentPlan.ts | 4 +- .../types/enums/cognitiveservices/index.ts | 16 + sdk/nodejs/types/input.ts | 202 ++++++- sdk/nodejs/types/output.ts | 202 ++++++- .../cognitiveservices/_enums.py | 16 + .../cognitiveservices/_inputs.py | 549 +++++++++++++++++- .../cognitiveservices/account.py | 8 +- .../account_capability_host.py | 8 +- .../cognitiveservices/account_connection.py | 8 +- .../cognitiveservices/commitment_plan.py | 8 +- .../commitment_plan_association.py | 8 +- .../cognitiveservices/deployment.py | 8 +- .../cognitiveservices/encryption_scope.py | 8 +- .../cognitiveservices/get_account.py | 8 +- .../get_account_capability_host.py | 8 +- .../get_account_connection.py | 8 +- .../cognitiveservices/get_commitment_plan.py | 8 +- .../get_commitment_plan_association.py | 8 +- .../cognitiveservices/get_deployment.py | 8 +- .../cognitiveservices/get_encryption_scope.py | 8 +- .../get_private_endpoint_connection.py | 8 +- .../cognitiveservices/get_project.py | 8 +- .../get_project_capability_host.py | 8 +- .../get_project_connection.py | 8 +- .../cognitiveservices/get_rai_blocklist.py | 8 +- .../get_rai_blocklist_item.py | 8 +- .../cognitiveservices/get_rai_policy.py | 8 +- .../get_shared_commitment_plan.py | 8 +- .../cognitiveservices/list_account_keys.py | 8 +- .../cognitiveservices/outputs.py | 355 ++++++++++- .../private_endpoint_connection.py | 8 +- .../cognitiveservices/project.py | 8 +- .../project_capability_host.py | 8 +- .../cognitiveservices/project_connection.py | 8 +- .../cognitiveservices/rai_blocklist.py | 8 +- .../cognitiveservices/rai_blocklist_item.py | 8 +- .../cognitiveservices/rai_policy.py | 8 +- .../shared_commitment_plan.py | 8 +- versions/v3-spec.yaml | 7 +- versions/v3.yaml | 64 +- 137 files changed, 2143 insertions(+), 470 deletions(-) create mode 100644 sdk/dotnet/CognitiveServices/Inputs/NetworkInjectionArgs.cs create mode 100644 sdk/dotnet/CognitiveServices/Outputs/NetworkInjectionResponse.cs diff --git a/reports/pending.json b/reports/pending.json index 750afd8b0ab9..fee4349af6da 100644 --- a/reports/pending.json +++ b/reports/pending.json @@ -212,8 +212,6 @@ "2025-10-13" ], "CognitiveServices": [ - "2025-04-01-preview", - "2025-06-01", "2025-07-01-preview", "2025-09-01", "2025-10-01-preview" diff --git a/sdk/dotnet/CognitiveServices/Account.cs b/sdk/dotnet/CognitiveServices/Account.cs index 1b0fa7ad1b1f..99dcbc58dd4f 100644 --- a/sdk/dotnet/CognitiveServices/Account.cs +++ b/sdk/dotnet/CognitiveServices/Account.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:Account")] public partial class Account : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/AccountCapabilityHost.cs b/sdk/dotnet/CognitiveServices/AccountCapabilityHost.cs index bb75d30a8ce8..01ac4cda8851 100644 --- a/sdk/dotnet/CognitiveServices/AccountCapabilityHost.cs +++ b/sdk/dotnet/CognitiveServices/AccountCapabilityHost.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Azure Resource Manager resource envelope. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:AccountCapabilityHost")] public partial class AccountCapabilityHost : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/AccountConnection.cs b/sdk/dotnet/CognitiveServices/AccountConnection.cs index 6fd635b3191d..94bae84068c0 100644 --- a/sdk/dotnet/CognitiveServices/AccountConnection.cs +++ b/sdk/dotnet/CognitiveServices/AccountConnection.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:AccountConnection")] public partial class AccountConnection : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/CommitmentPlan.cs b/sdk/dotnet/CognitiveServices/CommitmentPlan.cs index b973de166084..fac74016f85b 100644 --- a/sdk/dotnet/CognitiveServices/CommitmentPlan.cs +++ b/sdk/dotnet/CognitiveServices/CommitmentPlan.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services account commitment plan. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:CommitmentPlan")] public partial class CommitmentPlan : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/CommitmentPlanAssociation.cs b/sdk/dotnet/CognitiveServices/CommitmentPlanAssociation.cs index f6f23d39a633..1162cf9cd9b5 100644 --- a/sdk/dotnet/CognitiveServices/CommitmentPlanAssociation.cs +++ b/sdk/dotnet/CognitiveServices/CommitmentPlanAssociation.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// The commitment plan association. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:CommitmentPlanAssociation")] public partial class CommitmentPlanAssociation : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/Deployment.cs b/sdk/dotnet/CognitiveServices/Deployment.cs index 547efb98e104..4e3f1a0f9205 100644 --- a/sdk/dotnet/CognitiveServices/Deployment.cs +++ b/sdk/dotnet/CognitiveServices/Deployment.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services account deployment. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:Deployment")] public partial class Deployment : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/EncryptionScope.cs b/sdk/dotnet/CognitiveServices/EncryptionScope.cs index c3cae21774a0..de0faf086dbf 100644 --- a/sdk/dotnet/CognitiveServices/EncryptionScope.cs +++ b/sdk/dotnet/CognitiveServices/EncryptionScope.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services EncryptionScope /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:EncryptionScope")] public partial class EncryptionScope : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/Enums.cs b/sdk/dotnet/CognitiveServices/Enums.cs index 6900195b2454..88eea0d505f2 100644 --- a/sdk/dotnet/CognitiveServices/Enums.cs +++ b/sdk/dotnet/CognitiveServices/Enums.cs @@ -711,6 +711,9 @@ private KeySource(string value) public override string ToString() => _value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [EnumType] public readonly struct ManagedPERequirement : IEquatable { @@ -740,6 +743,9 @@ private ManagedPERequirement(string value) public override string ToString() => _value; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [EnumType] public readonly struct ManagedPEStatus : IEquatable { @@ -1129,6 +1135,37 @@ private RuleType(string value) public override string ToString() => _value; } + /// + /// Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + /// + [EnumType] + public readonly struct ScenarioType : IEquatable + { + private readonly string _value; + + private ScenarioType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + public static ScenarioType None { get; } = new ScenarioType("none"); + public static ScenarioType Agent { get; } = new ScenarioType("agent"); + + public static bool operator ==(ScenarioType left, ScenarioType right) => left.Equals(right); + public static bool operator !=(ScenarioType left, ScenarioType right) => !left.Equals(right); + + public static explicit operator string(ScenarioType value) => value._value; + + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object? obj) => obj is ScenarioType other && Equals(other); + public bool Equals(ScenarioType other) => string.Equals(_value, other._value, StringComparison.Ordinal); + + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + + public override string ToString() => _value; + } + /// /// This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. /// diff --git a/sdk/dotnet/CognitiveServices/GetAccount.cs b/sdk/dotnet/CognitiveServices/GetAccount.cs index e1ca50fca05f..539c7e232494 100644 --- a/sdk/dotnet/CognitiveServices/GetAccount.cs +++ b/sdk/dotnet/CognitiveServices/GetAccount.cs @@ -14,9 +14,9 @@ public static class GetAccount /// /// Returns a Cognitive Services account specified by the parameters. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetAccountArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getAccount", args ?? new GetAccountArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetAccountArgs args, InvokeOpti /// /// Returns a Cognitive Services account specified by the parameters. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetAccountInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getAccount", args ?? new GetAccountInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetAccountInvokeArgs args, InvokeO /// /// Returns a Cognitive Services account specified by the parameters. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetAccountInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getAccount", args ?? new GetAccountInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetAccountCapabilityHost.cs b/sdk/dotnet/CognitiveServices/GetAccountCapabilityHost.cs index d9333247d5e5..10797c7e92d6 100644 --- a/sdk/dotnet/CognitiveServices/GetAccountCapabilityHost.cs +++ b/sdk/dotnet/CognitiveServices/GetAccountCapabilityHost.cs @@ -14,9 +14,9 @@ public static class GetAccountCapabilityHost /// /// Azure Resource Manager resource envelope. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetAccountCapabilityHostArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getAccountCapabilityHost", args ?? new GetAccountCapabilityHostArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetAccountCapabil /// /// Azure Resource Manager resource envelope. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetAccountCapabilityHostInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getAccountCapabilityHost", args ?? new GetAccountCapabilityHostInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetAccountCapability /// /// Azure Resource Manager resource envelope. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetAccountCapabilityHostInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getAccountCapabilityHost", args ?? new GetAccountCapabilityHostInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetAccountConnection.cs b/sdk/dotnet/CognitiveServices/GetAccountConnection.cs index b30b07e5f541..25ca676b0729 100644 --- a/sdk/dotnet/CognitiveServices/GetAccountConnection.cs +++ b/sdk/dotnet/CognitiveServices/GetAccountConnection.cs @@ -14,9 +14,9 @@ public static class GetAccountConnection /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetAccountConnectionArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getAccountConnection", args ?? new GetAccountConnectionArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetAccountConnectionA /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetAccountConnectionInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getAccountConnection", args ?? new GetAccountConnectionInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetAccountConnectionInvo /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetAccountConnectionInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getAccountConnection", args ?? new GetAccountConnectionInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetCommitmentPlan.cs b/sdk/dotnet/CognitiveServices/GetCommitmentPlan.cs index 6a5a8ab5435e..774eebad285d 100644 --- a/sdk/dotnet/CognitiveServices/GetCommitmentPlan.cs +++ b/sdk/dotnet/CognitiveServices/GetCommitmentPlan.cs @@ -14,9 +14,9 @@ public static class GetCommitmentPlan /// /// Gets the specified commitmentPlans associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetCommitmentPlanArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getCommitmentPlan", args ?? new GetCommitmentPlanArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetCommitmentPlanArgs ar /// /// Gets the specified commitmentPlans associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetCommitmentPlanInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getCommitmentPlan", args ?? new GetCommitmentPlanInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetCommitmentPlanInvokeArgs /// /// Gets the specified commitmentPlans associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetCommitmentPlanInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getCommitmentPlan", args ?? new GetCommitmentPlanInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetCommitmentPlanAssociation.cs b/sdk/dotnet/CognitiveServices/GetCommitmentPlanAssociation.cs index 596d877b8899..91985264c2a3 100644 --- a/sdk/dotnet/CognitiveServices/GetCommitmentPlanAssociation.cs +++ b/sdk/dotnet/CognitiveServices/GetCommitmentPlanAssociation.cs @@ -14,9 +14,9 @@ public static class GetCommitmentPlanAssociation /// /// Gets the association of the Cognitive Services commitment plan. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetCommitmentPlanAssociationArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getCommitmentPlanAssociation", args ?? new GetCommitmentPlanAssociationArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetCommitment /// /// Gets the association of the Cognitive Services commitment plan. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetCommitmentPlanAssociationInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getCommitmentPlanAssociation", args ?? new GetCommitmentPlanAssociationInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetCommitmentPla /// /// Gets the association of the Cognitive Services commitment plan. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetCommitmentPlanAssociationInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getCommitmentPlanAssociation", args ?? new GetCommitmentPlanAssociationInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetDeployment.cs b/sdk/dotnet/CognitiveServices/GetDeployment.cs index c844dd507fe7..05ea0cf1d648 100644 --- a/sdk/dotnet/CognitiveServices/GetDeployment.cs +++ b/sdk/dotnet/CognitiveServices/GetDeployment.cs @@ -14,9 +14,9 @@ public static class GetDeployment /// /// Gets the specified deployments associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetDeploymentArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getDeployment", args ?? new GetDeploymentArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetDeploymentArgs args, Invo /// /// Gets the specified deployments associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetDeploymentInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getDeployment", args ?? new GetDeploymentInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetDeploymentInvokeArgs args, I /// /// Gets the specified deployments associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetDeploymentInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getDeployment", args ?? new GetDeploymentInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetEncryptionScope.cs b/sdk/dotnet/CognitiveServices/GetEncryptionScope.cs index 29b8add04851..861797cf2303 100644 --- a/sdk/dotnet/CognitiveServices/GetEncryptionScope.cs +++ b/sdk/dotnet/CognitiveServices/GetEncryptionScope.cs @@ -14,9 +14,9 @@ public static class GetEncryptionScope /// /// Gets the specified EncryptionScope associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetEncryptionScopeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getEncryptionScope", args ?? new GetEncryptionScopeArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetEncryptionScopeArgs /// /// Gets the specified EncryptionScope associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetEncryptionScopeInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getEncryptionScope", args ?? new GetEncryptionScopeInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetEncryptionScopeInvokeAr /// /// Gets the specified EncryptionScope associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetEncryptionScopeInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getEncryptionScope", args ?? new GetEncryptionScopeInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetPrivateEndpointConnection.cs b/sdk/dotnet/CognitiveServices/GetPrivateEndpointConnection.cs index 1eeb6ca0d7d9..77187752e0b8 100644 --- a/sdk/dotnet/CognitiveServices/GetPrivateEndpointConnection.cs +++ b/sdk/dotnet/CognitiveServices/GetPrivateEndpointConnection.cs @@ -14,9 +14,9 @@ public static class GetPrivateEndpointConnection /// /// Gets the specified private endpoint connection associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetPrivateEndpointConnectionArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getPrivateEndpointConnection", args ?? new GetPrivateEndpointConnectionArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetPrivateEnd /// /// Gets the specified private endpoint connection associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetPrivateEndpointConnectionInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getPrivateEndpointConnection", args ?? new GetPrivateEndpointConnectionInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetPrivateEndpoi /// /// Gets the specified private endpoint connection associated with the Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetPrivateEndpointConnectionInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getPrivateEndpointConnection", args ?? new GetPrivateEndpointConnectionInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetProject.cs b/sdk/dotnet/CognitiveServices/GetProject.cs index 3bc53c50c68d..12252fdd3ab9 100644 --- a/sdk/dotnet/CognitiveServices/GetProject.cs +++ b/sdk/dotnet/CognitiveServices/GetProject.cs @@ -14,9 +14,9 @@ public static class GetProject /// /// Returns a Cognitive Services project specified by the parameters. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetProjectArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getProject", args ?? new GetProjectArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetProjectArgs args, InvokeOpti /// /// Returns a Cognitive Services project specified by the parameters. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetProjectInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getProject", args ?? new GetProjectInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetProjectInvokeArgs args, InvokeO /// /// Returns a Cognitive Services project specified by the parameters. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetProjectInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getProject", args ?? new GetProjectInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetProjectCapabilityHost.cs b/sdk/dotnet/CognitiveServices/GetProjectCapabilityHost.cs index 49682491971e..c348f42a85a7 100644 --- a/sdk/dotnet/CognitiveServices/GetProjectCapabilityHost.cs +++ b/sdk/dotnet/CognitiveServices/GetProjectCapabilityHost.cs @@ -14,9 +14,9 @@ public static class GetProjectCapabilityHost /// /// Azure Resource Manager resource envelope for Project CapabilityHost. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetProjectCapabilityHostArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getProjectCapabilityHost", args ?? new GetProjectCapabilityHostArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetProjectCapabil /// /// Azure Resource Manager resource envelope for Project CapabilityHost. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetProjectCapabilityHostInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getProjectCapabilityHost", args ?? new GetProjectCapabilityHostInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetProjectCapability /// /// Azure Resource Manager resource envelope for Project CapabilityHost. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetProjectCapabilityHostInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getProjectCapabilityHost", args ?? new GetProjectCapabilityHostInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetProjectConnection.cs b/sdk/dotnet/CognitiveServices/GetProjectConnection.cs index 5ceba28632eb..8836f9e1c46d 100644 --- a/sdk/dotnet/CognitiveServices/GetProjectConnection.cs +++ b/sdk/dotnet/CognitiveServices/GetProjectConnection.cs @@ -14,9 +14,9 @@ public static class GetProjectConnection /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetProjectConnectionArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getProjectConnection", args ?? new GetProjectConnectionArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetProjectConnectionA /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetProjectConnectionInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getProjectConnection", args ?? new GetProjectConnectionInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetProjectConnectionInvo /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetProjectConnectionInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getProjectConnection", args ?? new GetProjectConnectionInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetRaiBlocklist.cs b/sdk/dotnet/CognitiveServices/GetRaiBlocklist.cs index f18cfdcc4490..f5f48522b216 100644 --- a/sdk/dotnet/CognitiveServices/GetRaiBlocklist.cs +++ b/sdk/dotnet/CognitiveServices/GetRaiBlocklist.cs @@ -14,9 +14,9 @@ public static class GetRaiBlocklist /// /// Gets the specified custom blocklist associated with the Azure OpenAI account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetRaiBlocklistArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getRaiBlocklist", args ?? new GetRaiBlocklistArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetRaiBlocklistArgs args, /// /// Gets the specified custom blocklist associated with the Azure OpenAI account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetRaiBlocklistInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getRaiBlocklist", args ?? new GetRaiBlocklistInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetRaiBlocklistInvokeArgs arg /// /// Gets the specified custom blocklist associated with the Azure OpenAI account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetRaiBlocklistInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getRaiBlocklist", args ?? new GetRaiBlocklistInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetRaiBlocklistItem.cs b/sdk/dotnet/CognitiveServices/GetRaiBlocklistItem.cs index 16119e2f708d..d6499f763b27 100644 --- a/sdk/dotnet/CognitiveServices/GetRaiBlocklistItem.cs +++ b/sdk/dotnet/CognitiveServices/GetRaiBlocklistItem.cs @@ -14,9 +14,9 @@ public static class GetRaiBlocklistItem /// /// Gets the specified custom blocklist Item associated with the custom blocklist. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetRaiBlocklistItemArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getRaiBlocklistItem", args ?? new GetRaiBlocklistItemArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetRaiBlocklistItemArg /// /// Gets the specified custom blocklist Item associated with the custom blocklist. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetRaiBlocklistItemInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getRaiBlocklistItem", args ?? new GetRaiBlocklistItemInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetRaiBlocklistItemInvoke /// /// Gets the specified custom blocklist Item associated with the custom blocklist. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetRaiBlocklistItemInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getRaiBlocklistItem", args ?? new GetRaiBlocklistItemInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetRaiPolicy.cs b/sdk/dotnet/CognitiveServices/GetRaiPolicy.cs index 4b9d8615bacd..24f554bffb45 100644 --- a/sdk/dotnet/CognitiveServices/GetRaiPolicy.cs +++ b/sdk/dotnet/CognitiveServices/GetRaiPolicy.cs @@ -14,9 +14,9 @@ public static class GetRaiPolicy /// /// Gets the specified Content Filters associated with the Azure OpenAI account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetRaiPolicyArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getRaiPolicy", args ?? new GetRaiPolicyArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetRaiPolicyArgs args, Invoke /// /// Gets the specified Content Filters associated with the Azure OpenAI account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetRaiPolicyInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getRaiPolicy", args ?? new GetRaiPolicyInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetRaiPolicyInvokeArgs args, Inv /// /// Gets the specified Content Filters associated with the Azure OpenAI account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetRaiPolicyInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getRaiPolicy", args ?? new GetRaiPolicyInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/GetSharedCommitmentPlan.cs b/sdk/dotnet/CognitiveServices/GetSharedCommitmentPlan.cs index 5d0be219fa50..8fdabf05ba1c 100644 --- a/sdk/dotnet/CognitiveServices/GetSharedCommitmentPlan.cs +++ b/sdk/dotnet/CognitiveServices/GetSharedCommitmentPlan.cs @@ -14,9 +14,9 @@ public static class GetSharedCommitmentPlan /// /// Returns a Cognitive Services commitment plan specified by the parameters. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(GetSharedCommitmentPlanArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:getSharedCommitmentPlan", args ?? new GetSharedCommitmentPlanArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(GetSharedCommitmen /// /// Returns a Cognitive Services commitment plan specified by the parameters. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetSharedCommitmentPlanInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getSharedCommitmentPlan", args ?? new GetSharedCommitmentPlanInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(GetSharedCommitmentPl /// /// Returns a Cognitive Services commitment plan specified by the parameters. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(GetSharedCommitmentPlanInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:getSharedCommitmentPlan", args ?? new GetSharedCommitmentPlanInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/Inputs/AADAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/AADAuthTypeConnectionPropertiesArgs.cs index 6cda884bf3be..79a90d3ac092 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/AADAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/AADAuthTypeConnectionPropertiesArgs.cs @@ -28,6 +28,9 @@ public sealed class AADAuthTypeConnectionPropertiesArgs : global::Pulumi.Resourc [Input("category")] public InputUnion? Category { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -49,9 +52,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -63,6 +72,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/AccessKeyAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/AccessKeyAuthTypeConnectionPropertiesArgs.cs index 250bafef935c..8fc8d8912ba6 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/AccessKeyAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/AccessKeyAuthTypeConnectionPropertiesArgs.cs @@ -28,6 +28,9 @@ public sealed class AccessKeyAuthTypeConnectionPropertiesArgs : global::Pulumi.R [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -49,9 +52,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -63,6 +72,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/AccountKeyAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/AccountKeyAuthTypeConnectionPropertiesArgs.cs index a999110d6747..11983ed960f7 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/AccountKeyAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/AccountKeyAuthTypeConnectionPropertiesArgs.cs @@ -34,6 +34,9 @@ public sealed class AccountKeyAuthTypeConnectionPropertiesArgs : global::Pulumi. [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -55,9 +58,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -69,6 +78,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/AccountPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/AccountPropertiesArgs.cs index 34fb2dac5d76..49451f9b16cd 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/AccountPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/AccountPropertiesArgs.cs @@ -15,6 +15,12 @@ namespace Pulumi.AzureNative.CognitiveServices.Inputs /// public sealed class AccountPropertiesArgs : global::Pulumi.ResourceArgs { + /// + /// Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + /// + [Input("allowProjectManagement")] + public Input? AllowProjectManagement { get; set; } + [Input("allowedFqdnList")] private InputList? _allowedFqdnList; public InputList AllowedFqdnList @@ -24,7 +30,7 @@ public InputList AllowedFqdnList } /// - /// The user owned AML workspace properties. + /// The user owned AML account properties. /// [Input("amlWorkspace")] public Input? AmlWorkspace { get; set; } @@ -35,12 +41,30 @@ public InputList AllowedFqdnList [Input("apiProperties")] public Input? ApiProperties { get; set; } + [Input("associatedProjects")] + private InputList? _associatedProjects; + + /// + /// Specifies the projects, by project name, that are associated with this resource. + /// + public InputList AssociatedProjects + { + get => _associatedProjects ?? (_associatedProjects = new InputList()); + set => _associatedProjects = value; + } + /// /// Optional subdomain name used for token-based authentication. /// [Input("customSubDomainName")] public Input? CustomSubDomainName { get; set; } + /// + /// Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. + /// + [Input("defaultProject")] + public Input? DefaultProject { get; set; } + [Input("disableLocalAuth")] public Input? DisableLocalAuth { get; set; } @@ -74,6 +98,14 @@ public InputList AllowedFqdnList [Input("networkAcls")] public Input? NetworkAcls { get; set; } + [Input("networkInjections")] + private InputList? _networkInjections; + public InputList NetworkInjections + { + get => _networkInjections ?? (_networkInjections = new InputList()); + set => _networkInjections = value; + } + /// /// Whether or not public endpoint access is allowed for this account. /// diff --git a/sdk/dotnet/CognitiveServices/Inputs/ApiKeyAuthConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/ApiKeyAuthConnectionPropertiesArgs.cs index 4ca0c4aaa52b..b2486e9963a5 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/ApiKeyAuthConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/ApiKeyAuthConnectionPropertiesArgs.cs @@ -53,6 +53,9 @@ public sealed class ApiKeyAuthConnectionPropertiesArgs : global::Pulumi.Resource [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -74,9 +77,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -88,6 +97,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/CapabilityHostArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/CapabilityHostArgs.cs index f5262f59f5c5..32f456780305 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/CapabilityHostArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/CapabilityHostArgs.cs @@ -46,7 +46,7 @@ public InputList AiServicesConnections private InputList? _storageConnections; /// - /// List of Storage connections. + /// List of connection names from those available in the account or project to be used as a storage resource. /// public InputList StorageConnections { @@ -70,7 +70,7 @@ public InputMap Tags private InputList? _threadStorageConnections; /// - /// List of Thread storage connections. + /// List of connection names from those available in the account or project to be used for Thread storage. /// public InputList ThreadStorageConnections { @@ -82,7 +82,7 @@ public InputList ThreadStorageConnections private InputList? _vectorStoreConnections; /// - /// List of VectorStore connections. + /// List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). /// public InputList VectorStoreConnections { @@ -92,7 +92,6 @@ public InputList VectorStoreConnections public CapabilityHostArgs() { - CapabilityHostKind = "Agents"; } public static new CapabilityHostArgs Empty => new CapabilityHostArgs(); } diff --git a/sdk/dotnet/CognitiveServices/Inputs/CustomKeysConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/CustomKeysConnectionPropertiesArgs.cs index 3d0c82f22b05..8beb29abef8b 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/CustomKeysConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/CustomKeysConnectionPropertiesArgs.cs @@ -38,6 +38,9 @@ public sealed class CustomKeysConnectionPropertiesArgs : global::Pulumi.Resource [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -59,9 +62,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -73,6 +82,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/DeploymentPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/DeploymentPropertiesArgs.cs index 8dacdd42b2a0..d897c747dc3a 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/DeploymentPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/DeploymentPropertiesArgs.cs @@ -51,6 +51,12 @@ public sealed class DeploymentPropertiesArgs : global::Pulumi.ResourceArgs [Input("scaleSettings")] public Input? ScaleSettings { get; set; } + /// + /// Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. + /// + [Input("spilloverDeploymentName")] + public Input? SpilloverDeploymentName { get; set; } + /// /// Deployment model version upgrade option. /// diff --git a/sdk/dotnet/CognitiveServices/Inputs/ManagedIdentityAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/ManagedIdentityAuthTypeConnectionPropertiesArgs.cs index 5f9d4dc0e741..eff29b083519 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/ManagedIdentityAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/ManagedIdentityAuthTypeConnectionPropertiesArgs.cs @@ -28,6 +28,9 @@ public sealed class ManagedIdentityAuthTypeConnectionPropertiesArgs : global::Pu [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -49,9 +52,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -63,6 +72,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/NetworkInjectionArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/NetworkInjectionArgs.cs new file mode 100644 index 000000000000..5ede757e9d09 --- /dev/null +++ b/sdk/dotnet/CognitiveServices/Inputs/NetworkInjectionArgs.cs @@ -0,0 +1,41 @@ +// *** WARNING: this file was generated by pulumi-language-dotnet. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.AzureNative.CognitiveServices.Inputs +{ + + /// + /// Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + /// + public sealed class NetworkInjectionArgs : global::Pulumi.ResourceArgs + { + /// + /// Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + /// + [Input("scenario")] + public InputUnion? Scenario { get; set; } + + /// + /// Specify the subnet for which your Agent Client is injected into. + /// + [Input("subnetArmId")] + public Input? SubnetArmId { get; set; } + + /// + /// Boolean to enable Microsoft Managed Network for subnet delegation + /// + [Input("useMicrosoftManagedNetwork")] + public Input? UseMicrosoftManagedNetwork { get; set; } + + public NetworkInjectionArgs() + { + } + public static new NetworkInjectionArgs Empty => new NetworkInjectionArgs(); + } +} diff --git a/sdk/dotnet/CognitiveServices/Inputs/NoneAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/NoneAuthTypeConnectionPropertiesArgs.cs index 5098a7ba3b2e..af5de558259c 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/NoneAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/NoneAuthTypeConnectionPropertiesArgs.cs @@ -25,6 +25,9 @@ public sealed class NoneAuthTypeConnectionPropertiesArgs : global::Pulumi.Resour [Input("category")] public InputUnion? Category { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -46,9 +49,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -60,6 +69,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/OAuth2AuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/OAuth2AuthTypeConnectionPropertiesArgs.cs index 8d1d460e1aa0..4d15eb381865 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/OAuth2AuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/OAuth2AuthTypeConnectionPropertiesArgs.cs @@ -32,6 +32,9 @@ public sealed class OAuth2AuthTypeConnectionPropertiesArgs : global::Pulumi.Reso [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -53,9 +56,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -67,6 +76,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/PATAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/PATAuthTypeConnectionPropertiesArgs.cs index f99015d92d13..89a4a1fd5de4 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/PATAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/PATAuthTypeConnectionPropertiesArgs.cs @@ -28,6 +28,9 @@ public sealed class PATAuthTypeConnectionPropertiesArgs : global::Pulumi.Resourc [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -49,9 +52,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -63,6 +72,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/SASAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/SASAuthTypeConnectionPropertiesArgs.cs index 4c98ce69ed31..f8cd10345a84 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/SASAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/SASAuthTypeConnectionPropertiesArgs.cs @@ -28,6 +28,9 @@ public sealed class SASAuthTypeConnectionPropertiesArgs : global::Pulumi.Resourc [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -49,9 +52,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -63,6 +72,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/ServicePrincipalAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/ServicePrincipalAuthTypeConnectionPropertiesArgs.cs index 0f9644f8500e..1da09f83c04f 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/ServicePrincipalAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/ServicePrincipalAuthTypeConnectionPropertiesArgs.cs @@ -28,6 +28,9 @@ public sealed class ServicePrincipalAuthTypeConnectionPropertiesArgs : global::P [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -49,9 +52,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -63,6 +72,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/UserOwnedAmlWorkspaceArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/UserOwnedAmlWorkspaceArgs.cs index e982375d3aa6..61c2de5d6699 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/UserOwnedAmlWorkspaceArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/UserOwnedAmlWorkspaceArgs.cs @@ -11,18 +11,18 @@ namespace Pulumi.AzureNative.CognitiveServices.Inputs { /// - /// The user owned AML workspace for Cognitive Services account. + /// The user owned AML account for Cognitive Services account. /// public sealed class UserOwnedAmlWorkspaceArgs : global::Pulumi.ResourceArgs { /// - /// Identity Client id of a AML workspace resource. + /// Identity Client id of a AML account resource. /// [Input("identityClientId")] public Input? IdentityClientId { get; set; } /// - /// Full resource id of a AML workspace resource. + /// Full resource id of a AML account resource. /// [Input("resourceId")] public Input? ResourceId { get; set; } diff --git a/sdk/dotnet/CognitiveServices/Inputs/UsernamePasswordAuthTypeConnectionPropertiesArgs.cs b/sdk/dotnet/CognitiveServices/Inputs/UsernamePasswordAuthTypeConnectionPropertiesArgs.cs index bdabf75cbd6a..3b81b729a314 100644 --- a/sdk/dotnet/CognitiveServices/Inputs/UsernamePasswordAuthTypeConnectionPropertiesArgs.cs +++ b/sdk/dotnet/CognitiveServices/Inputs/UsernamePasswordAuthTypeConnectionPropertiesArgs.cs @@ -28,6 +28,9 @@ public sealed class UsernamePasswordAuthTypeConnectionPropertiesArgs : global::P [Input("credentials")] public Input? Credentials { get; set; } + /// + /// Provides the error message if the connection fails + /// [Input("error")] public Input? Error { get; set; } @@ -49,9 +52,15 @@ public InputMap Metadata set => _metadata = value; } + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// [Input("peRequirement")] public InputUnion? PeRequirement { get; set; } + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// [Input("peStatus")] public InputUnion? PeStatus { get; set; } @@ -63,6 +72,9 @@ public InputList SharedUserList set => _sharedUserList = value; } + /// + /// The connection URL to be used. + /// [Input("target")] public Input? Target { get; set; } diff --git a/sdk/dotnet/CognitiveServices/ListAccountKeys.cs b/sdk/dotnet/CognitiveServices/ListAccountKeys.cs index 04b318638fe7..da0ebc042f36 100644 --- a/sdk/dotnet/CognitiveServices/ListAccountKeys.cs +++ b/sdk/dotnet/CognitiveServices/ListAccountKeys.cs @@ -14,9 +14,9 @@ public static class ListAccountKeys /// /// Lists the account keys for the specified Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Task InvokeAsync(ListAccountKeysArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync("azure-native:cognitiveservices:listAccountKeys", args ?? new ListAccountKeysArgs(), options.WithDefaults()); @@ -24,9 +24,9 @@ public static Task InvokeAsync(ListAccountKeysArgs args, /// /// Lists the account keys for the specified Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(ListAccountKeysInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:listAccountKeys", args ?? new ListAccountKeysInvokeArgs(), options.WithDefaults()); @@ -34,9 +34,9 @@ public static Output Invoke(ListAccountKeysInvokeArgs arg /// /// Lists the account keys for the specified Cognitive Services account. /// - /// Uses Azure REST API version 2024-10-01. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// public static Output Invoke(ListAccountKeysInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke("azure-native:cognitiveservices:listAccountKeys", args ?? new ListAccountKeysInvokeArgs(), options.WithDefaults()); diff --git a/sdk/dotnet/CognitiveServices/Outputs/AADAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/AADAuthTypeConnectionPropertiesResponse.cs index 48b053986e70..6c14615d708f 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/AADAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/AADAuthTypeConnectionPropertiesResponse.cs @@ -26,6 +26,9 @@ public sealed class AADAuthTypeConnectionPropertiesResponse /// public readonly string? Category; public readonly string CreatedByWorkspaceArmId; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -37,9 +40,18 @@ public sealed class AADAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/AccessKeyAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/AccessKeyAuthTypeConnectionPropertiesResponse.cs index 0924c09bd871..4233b078c3d9 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/AccessKeyAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/AccessKeyAuthTypeConnectionPropertiesResponse.cs @@ -24,6 +24,9 @@ public sealed class AccessKeyAuthTypeConnectionPropertiesResponse public readonly string? Category; public readonly string CreatedByWorkspaceArmId; public readonly Outputs.ConnectionAccessKeyResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -35,9 +38,18 @@ public sealed class AccessKeyAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/AccountKeyAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/AccountKeyAuthTypeConnectionPropertiesResponse.cs index e5989ba57d1b..c8fd5c3fc472 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/AccountKeyAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/AccountKeyAuthTypeConnectionPropertiesResponse.cs @@ -30,6 +30,9 @@ public sealed class AccountKeyAuthTypeConnectionPropertiesResponse /// Account key object for connection credential. /// public readonly Outputs.ConnectionAccountKeyResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -41,9 +44,18 @@ public sealed class AccountKeyAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/AccountPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/AccountPropertiesResponse.cs index 00bb22fa3910..9a15c7c00b7d 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/AccountPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/AccountPropertiesResponse.cs @@ -20,9 +20,13 @@ public sealed class AccountPropertiesResponse /// The abuse penalty. /// public readonly Outputs.AbusePenaltyResponse AbusePenalty; + /// + /// Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + /// + public readonly bool? AllowProjectManagement; public readonly ImmutableArray AllowedFqdnList; /// - /// The user owned AML workspace properties. + /// The user owned AML account properties. /// public readonly Outputs.UserOwnedAmlWorkspaceResponse? AmlWorkspace; /// @@ -30,6 +34,10 @@ public sealed class AccountPropertiesResponse /// public readonly Outputs.ApiPropertiesResponse? ApiProperties; /// + /// Specifies the projects, by project name, that are associated with this resource. + /// + public readonly ImmutableArray AssociatedProjects; + /// /// The call rate limit Cognitive Services account. /// public readonly Outputs.CallRateLimitResponse CallRateLimit; @@ -50,6 +58,10 @@ public sealed class AccountPropertiesResponse /// public readonly string DateCreated; /// + /// Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. + /// + public readonly string? DefaultProject; + /// /// The deletion date, only available for deleted account. /// public readonly string DeletionDate; @@ -87,6 +99,7 @@ public sealed class AccountPropertiesResponse /// A collection of rules governing the accessibility from specific network locations. /// public readonly Outputs.NetworkRuleSetResponse? NetworkAcls; + public readonly ImmutableArray NetworkInjections; /// /// The private endpoint connection associated with the Cognitive Services account. /// @@ -122,12 +135,16 @@ public sealed class AccountPropertiesResponse private AccountPropertiesResponse( Outputs.AbusePenaltyResponse abusePenalty, + bool? allowProjectManagement, + ImmutableArray allowedFqdnList, Outputs.UserOwnedAmlWorkspaceResponse? amlWorkspace, Outputs.ApiPropertiesResponse? apiProperties, + ImmutableArray associatedProjects, + Outputs.CallRateLimitResponse callRateLimit, ImmutableArray capabilities, @@ -138,6 +155,8 @@ private AccountPropertiesResponse( string dateCreated, + string? defaultProject, + string deletionDate, bool? disableLocalAuth, @@ -160,6 +179,8 @@ private AccountPropertiesResponse( Outputs.NetworkRuleSetResponse? networkAcls, + ImmutableArray networkInjections, + ImmutableArray privateEndpointConnections, string provisioningState, @@ -179,14 +200,17 @@ private AccountPropertiesResponse( ImmutableArray userOwnedStorage) { AbusePenalty = abusePenalty; + AllowProjectManagement = allowProjectManagement; AllowedFqdnList = allowedFqdnList; AmlWorkspace = amlWorkspace; ApiProperties = apiProperties; + AssociatedProjects = associatedProjects; CallRateLimit = callRateLimit; Capabilities = capabilities; CommitmentPlanAssociations = commitmentPlanAssociations; CustomSubDomainName = customSubDomainName; DateCreated = dateCreated; + DefaultProject = defaultProject; DeletionDate = deletionDate; DisableLocalAuth = disableLocalAuth; DynamicThrottlingEnabled = dynamicThrottlingEnabled; @@ -198,6 +222,7 @@ private AccountPropertiesResponse( Locations = locations; MigrationToken = migrationToken; NetworkAcls = networkAcls; + NetworkInjections = networkInjections; PrivateEndpointConnections = privateEndpointConnections; ProvisioningState = provisioningState; PublicNetworkAccess = publicNetworkAccess; diff --git a/sdk/dotnet/CognitiveServices/Outputs/ApiKeyAuthConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/ApiKeyAuthConnectionPropertiesResponse.cs index da6600f150d1..f1240576a71e 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/ApiKeyAuthConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/ApiKeyAuthConnectionPropertiesResponse.cs @@ -49,6 +49,9 @@ public sealed class ApiKeyAuthConnectionPropertiesResponse /// Api key object for connection credential. /// public readonly Outputs.ConnectionApiKeyResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -60,9 +63,18 @@ public sealed class ApiKeyAuthConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/CapabilityHostResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/CapabilityHostResponse.cs index 722d6dd9a0c5..07ba03d4e3b8 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/CapabilityHostResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/CapabilityHostResponse.cs @@ -34,7 +34,7 @@ public sealed class CapabilityHostResponse /// public readonly string ProvisioningState; /// - /// List of Storage connections. + /// List of connection names from those available in the account or project to be used as a storage resource. /// public readonly ImmutableArray StorageConnections; /// @@ -42,11 +42,11 @@ public sealed class CapabilityHostResponse /// public readonly ImmutableDictionary? Tags; /// - /// List of Thread storage connections. + /// List of connection names from those available in the account or project to be used for Thread storage. /// public readonly ImmutableArray ThreadStorageConnections; /// - /// List of VectorStore connections. + /// List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). /// public readonly ImmutableArray VectorStoreConnections; diff --git a/sdk/dotnet/CognitiveServices/Outputs/CustomKeysConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/CustomKeysConnectionPropertiesResponse.cs index de86cbcca1c0..7c92ea13c629 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/CustomKeysConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/CustomKeysConnectionPropertiesResponse.cs @@ -34,6 +34,9 @@ public sealed class CustomKeysConnectionPropertiesResponse /// Custom Keys credential object /// public readonly Outputs.CustomKeysResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -45,9 +48,18 @@ public sealed class CustomKeysConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/DeploymentPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/DeploymentPropertiesResponse.cs index e4e0430f652b..d8593561de80 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/DeploymentPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/DeploymentPropertiesResponse.cs @@ -58,6 +58,10 @@ public sealed class DeploymentPropertiesResponse /// public readonly Outputs.DeploymentScaleSettingsResponse? ScaleSettings; /// + /// Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. + /// + public readonly string? SpilloverDeploymentName; + /// /// Deployment model version upgrade option. /// public readonly string? VersionUpgradeOption; @@ -86,6 +90,8 @@ private DeploymentPropertiesResponse( Outputs.DeploymentScaleSettingsResponse? scaleSettings, + string? spilloverDeploymentName, + string? versionUpgradeOption) { CallRateLimit = callRateLimit; @@ -99,6 +105,7 @@ private DeploymentPropertiesResponse( RaiPolicyName = raiPolicyName; RateLimits = rateLimits; ScaleSettings = scaleSettings; + SpilloverDeploymentName = spilloverDeploymentName; VersionUpgradeOption = versionUpgradeOption; } } diff --git a/sdk/dotnet/CognitiveServices/Outputs/ManagedIdentityAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/ManagedIdentityAuthTypeConnectionPropertiesResponse.cs index 6e8dcbde9dd2..47f708b8b8c2 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/ManagedIdentityAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/ManagedIdentityAuthTypeConnectionPropertiesResponse.cs @@ -24,6 +24,9 @@ public sealed class ManagedIdentityAuthTypeConnectionPropertiesResponse public readonly string? Category; public readonly string CreatedByWorkspaceArmId; public readonly Outputs.ConnectionManagedIdentityResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -35,9 +38,18 @@ public sealed class ManagedIdentityAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/NetworkInjectionResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/NetworkInjectionResponse.cs new file mode 100644 index 000000000000..51eb3a0b9f5b --- /dev/null +++ b/sdk/dotnet/CognitiveServices/Outputs/NetworkInjectionResponse.cs @@ -0,0 +1,45 @@ +// *** WARNING: this file was generated by pulumi-language-dotnet. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** + +using System; +using System.Collections.Generic; +using System.Collections.Immutable; +using System.Threading.Tasks; +using Pulumi.Serialization; + +namespace Pulumi.AzureNative.CognitiveServices.Outputs +{ + + /// + /// Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + /// + [OutputType] + public sealed class NetworkInjectionResponse + { + /// + /// Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + /// + public readonly string? Scenario; + /// + /// Specify the subnet for which your Agent Client is injected into. + /// + public readonly string? SubnetArmId; + /// + /// Boolean to enable Microsoft Managed Network for subnet delegation + /// + public readonly bool? UseMicrosoftManagedNetwork; + + [OutputConstructor] + private NetworkInjectionResponse( + string? scenario, + + string? subnetArmId, + + bool? useMicrosoftManagedNetwork) + { + Scenario = scenario; + SubnetArmId = subnetArmId; + UseMicrosoftManagedNetwork = useMicrosoftManagedNetwork; + } + } +} diff --git a/sdk/dotnet/CognitiveServices/Outputs/NoneAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/NoneAuthTypeConnectionPropertiesResponse.cs index 3327e5f12ec5..be17d665b0fc 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/NoneAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/NoneAuthTypeConnectionPropertiesResponse.cs @@ -23,6 +23,9 @@ public sealed class NoneAuthTypeConnectionPropertiesResponse /// public readonly string? Category; public readonly string CreatedByWorkspaceArmId; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -34,9 +37,18 @@ public sealed class NoneAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/OAuth2AuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/OAuth2AuthTypeConnectionPropertiesResponse.cs index 42e77a9d9994..cfef9f1b825f 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/OAuth2AuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/OAuth2AuthTypeConnectionPropertiesResponse.cs @@ -28,6 +28,9 @@ public sealed class OAuth2AuthTypeConnectionPropertiesResponse /// depending on each OAuth2 provider's implementation. /// public readonly Outputs.ConnectionOAuth2Response? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -39,9 +42,18 @@ public sealed class OAuth2AuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/PATAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/PATAuthTypeConnectionPropertiesResponse.cs index 89b5b0222f95..b98d0a579911 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/PATAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/PATAuthTypeConnectionPropertiesResponse.cs @@ -24,6 +24,9 @@ public sealed class PATAuthTypeConnectionPropertiesResponse public readonly string? Category; public readonly string CreatedByWorkspaceArmId; public readonly Outputs.ConnectionPersonalAccessTokenResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -35,9 +38,18 @@ public sealed class PATAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/SASAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/SASAuthTypeConnectionPropertiesResponse.cs index d1a9211c43c5..e703c609fec8 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/SASAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/SASAuthTypeConnectionPropertiesResponse.cs @@ -24,6 +24,9 @@ public sealed class SASAuthTypeConnectionPropertiesResponse public readonly string? Category; public readonly string CreatedByWorkspaceArmId; public readonly Outputs.ConnectionSharedAccessSignatureResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -35,9 +38,18 @@ public sealed class SASAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/ServicePrincipalAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/ServicePrincipalAuthTypeConnectionPropertiesResponse.cs index befe1ec72772..d555282d27cd 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/ServicePrincipalAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/ServicePrincipalAuthTypeConnectionPropertiesResponse.cs @@ -24,6 +24,9 @@ public sealed class ServicePrincipalAuthTypeConnectionPropertiesResponse public readonly string? Category; public readonly string CreatedByWorkspaceArmId; public readonly Outputs.ConnectionServicePrincipalResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -35,9 +38,18 @@ public sealed class ServicePrincipalAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/Outputs/UserOwnedAmlWorkspaceResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/UserOwnedAmlWorkspaceResponse.cs index f2595efd3f88..844c7d41dcb6 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/UserOwnedAmlWorkspaceResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/UserOwnedAmlWorkspaceResponse.cs @@ -11,17 +11,17 @@ namespace Pulumi.AzureNative.CognitiveServices.Outputs { /// - /// The user owned AML workspace for Cognitive Services account. + /// The user owned AML account for Cognitive Services account. /// [OutputType] public sealed class UserOwnedAmlWorkspaceResponse { /// - /// Identity Client id of a AML workspace resource. + /// Identity Client id of a AML account resource. /// public readonly string? IdentityClientId; /// - /// Full resource id of a AML workspace resource. + /// Full resource id of a AML account resource. /// public readonly string? ResourceId; diff --git a/sdk/dotnet/CognitiveServices/Outputs/UsernamePasswordAuthTypeConnectionPropertiesResponse.cs b/sdk/dotnet/CognitiveServices/Outputs/UsernamePasswordAuthTypeConnectionPropertiesResponse.cs index 988e70dea6c0..46c221af9832 100644 --- a/sdk/dotnet/CognitiveServices/Outputs/UsernamePasswordAuthTypeConnectionPropertiesResponse.cs +++ b/sdk/dotnet/CognitiveServices/Outputs/UsernamePasswordAuthTypeConnectionPropertiesResponse.cs @@ -24,6 +24,9 @@ public sealed class UsernamePasswordAuthTypeConnectionPropertiesResponse public readonly string? Category; public readonly string CreatedByWorkspaceArmId; public readonly Outputs.ConnectionUsernamePasswordResponse? Credentials; + /// + /// Provides the error message if the connection fails + /// public readonly string? Error; public readonly string? ExpiryTime; /// @@ -35,9 +38,18 @@ public sealed class UsernamePasswordAuthTypeConnectionPropertiesResponse /// Store user metadata for this connection /// public readonly ImmutableDictionary? Metadata; + /// + /// Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + /// public readonly string? PeRequirement; + /// + /// Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + /// public readonly string? PeStatus; public readonly ImmutableArray SharedUserList; + /// + /// The connection URL to be used. + /// public readonly string? Target; public readonly bool? UseWorkspaceManagedIdentity; diff --git a/sdk/dotnet/CognitiveServices/PrivateEndpointConnection.cs b/sdk/dotnet/CognitiveServices/PrivateEndpointConnection.cs index 0c59f57aef89..288f978575b9 100644 --- a/sdk/dotnet/CognitiveServices/PrivateEndpointConnection.cs +++ b/sdk/dotnet/CognitiveServices/PrivateEndpointConnection.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// The Private Endpoint Connection resource. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:PrivateEndpointConnection")] public partial class PrivateEndpointConnection : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/Project.cs b/sdk/dotnet/CognitiveServices/Project.cs index 8f1985fdd60a..08acb572f04d 100644 --- a/sdk/dotnet/CognitiveServices/Project.cs +++ b/sdk/dotnet/CognitiveServices/Project.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:Project")] public partial class Project : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/ProjectCapabilityHost.cs b/sdk/dotnet/CognitiveServices/ProjectCapabilityHost.cs index d386706dea91..efde6ae50bf6 100644 --- a/sdk/dotnet/CognitiveServices/ProjectCapabilityHost.cs +++ b/sdk/dotnet/CognitiveServices/ProjectCapabilityHost.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Azure Resource Manager resource envelope for Project CapabilityHost. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:ProjectCapabilityHost")] public partial class ProjectCapabilityHost : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/ProjectConnection.cs b/sdk/dotnet/CognitiveServices/ProjectConnection.cs index 39380add7001..e61b467398f2 100644 --- a/sdk/dotnet/CognitiveServices/ProjectConnection.cs +++ b/sdk/dotnet/CognitiveServices/ProjectConnection.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Connection base resource schema. /// - /// Uses Azure REST API version 2025-04-01-preview. + /// Uses Azure REST API version 2025-06-01. /// - /// Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:ProjectConnection")] public partial class ProjectConnection : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/RaiBlocklist.cs b/sdk/dotnet/CognitiveServices/RaiBlocklist.cs index 02c7a4f4d029..a52028b25151 100644 --- a/sdk/dotnet/CognitiveServices/RaiBlocklist.cs +++ b/sdk/dotnet/CognitiveServices/RaiBlocklist.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services RaiBlocklist. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:RaiBlocklist")] public partial class RaiBlocklist : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/RaiBlocklistItem.cs b/sdk/dotnet/CognitiveServices/RaiBlocklistItem.cs index b3225120bc9b..475601b33f60 100644 --- a/sdk/dotnet/CognitiveServices/RaiBlocklistItem.cs +++ b/sdk/dotnet/CognitiveServices/RaiBlocklistItem.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services RaiBlocklist Item. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:RaiBlocklistItem")] public partial class RaiBlocklistItem : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/RaiPolicy.cs b/sdk/dotnet/CognitiveServices/RaiPolicy.cs index c581b5621b10..abcc72dc4a4d 100644 --- a/sdk/dotnet/CognitiveServices/RaiPolicy.cs +++ b/sdk/dotnet/CognitiveServices/RaiPolicy.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services RaiPolicy. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. /// - /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:RaiPolicy")] public partial class RaiPolicy : global::Pulumi.CustomResource diff --git a/sdk/dotnet/CognitiveServices/SharedCommitmentPlan.cs b/sdk/dotnet/CognitiveServices/SharedCommitmentPlan.cs index e790affa66d7..c499bfd8c963 100644 --- a/sdk/dotnet/CognitiveServices/SharedCommitmentPlan.cs +++ b/sdk/dotnet/CognitiveServices/SharedCommitmentPlan.cs @@ -12,9 +12,9 @@ namespace Pulumi.AzureNative.CognitiveServices /// /// Cognitive Services account commitment plan. /// - /// Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + /// Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. /// - /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + /// Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. /// [AzureNativeResourceType("azure-native:cognitiveservices:SharedCommitmentPlan")] public partial class SharedCommitmentPlan : global::Pulumi.CustomResource diff --git a/sdk/nodejs/cognitiveservices/account.ts b/sdk/nodejs/cognitiveservices/account.ts index 35f68a3194e0..7bfb7534bf20 100644 --- a/sdk/nodejs/cognitiveservices/account.ts +++ b/sdk/nodejs/cognitiveservices/account.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class Account extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/accountCapabilityHost.ts b/sdk/nodejs/cognitiveservices/accountCapabilityHost.ts index d3466813e047..1aad1f3665b6 100644 --- a/sdk/nodejs/cognitiveservices/accountCapabilityHost.ts +++ b/sdk/nodejs/cognitiveservices/accountCapabilityHost.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Azure Resource Manager resource envelope. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class AccountCapabilityHost extends pulumi.CustomResource { /** @@ -80,7 +80,7 @@ export class AccountCapabilityHost extends pulumi.CustomResource { } resourceInputs["accountName"] = args?.accountName; resourceInputs["capabilityHostName"] = args?.capabilityHostName; - resourceInputs["capabilityHostProperties"] = args ? (args.capabilityHostProperties ? pulumi.output(args.capabilityHostProperties).apply(inputs.cognitiveservices.capabilityHostArgsProvideDefaults) : undefined) : undefined; + resourceInputs["capabilityHostProperties"] = args?.capabilityHostProperties; resourceInputs["resourceGroupName"] = args?.resourceGroupName; resourceInputs["azureApiVersion"] = undefined /*out*/; resourceInputs["name"] = undefined /*out*/; diff --git a/sdk/nodejs/cognitiveservices/accountConnection.ts b/sdk/nodejs/cognitiveservices/accountConnection.ts index 80eb05cfd784..03b8a6775f1f 100644 --- a/sdk/nodejs/cognitiveservices/accountConnection.ts +++ b/sdk/nodejs/cognitiveservices/accountConnection.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Connection base resource schema. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class AccountConnection extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/commitmentPlan.ts b/sdk/nodejs/cognitiveservices/commitmentPlan.ts index a4b28a6604b0..7be51734ff3d 100644 --- a/sdk/nodejs/cognitiveservices/commitmentPlan.ts +++ b/sdk/nodejs/cognitiveservices/commitmentPlan.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services account commitment plan. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class CommitmentPlan extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/commitmentPlanAssociation.ts b/sdk/nodejs/cognitiveservices/commitmentPlanAssociation.ts index 530ce3ea75ea..153ff06770dd 100644 --- a/sdk/nodejs/cognitiveservices/commitmentPlanAssociation.ts +++ b/sdk/nodejs/cognitiveservices/commitmentPlanAssociation.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * The commitment plan association. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class CommitmentPlanAssociation extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/deployment.ts b/sdk/nodejs/cognitiveservices/deployment.ts index b77b190240a5..984b253a1f94 100644 --- a/sdk/nodejs/cognitiveservices/deployment.ts +++ b/sdk/nodejs/cognitiveservices/deployment.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services account deployment. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class Deployment extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/encryptionScope.ts b/sdk/nodejs/cognitiveservices/encryptionScope.ts index 0c02abd9a95b..e8b03d91f6ec 100644 --- a/sdk/nodejs/cognitiveservices/encryptionScope.ts +++ b/sdk/nodejs/cognitiveservices/encryptionScope.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services EncryptionScope * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class EncryptionScope extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/getAccount.ts b/sdk/nodejs/cognitiveservices/getAccount.ts index 13b4a09461aa..2832fc1c0e8d 100644 --- a/sdk/nodejs/cognitiveservices/getAccount.ts +++ b/sdk/nodejs/cognitiveservices/getAccount.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Returns a Cognitive Services account specified by the parameters. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getAccount(args: GetAccountArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -89,9 +89,9 @@ export interface GetAccountResult { /** * Returns a Cognitive Services account specified by the parameters. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getAccountOutput(args: GetAccountOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getAccountCapabilityHost.ts b/sdk/nodejs/cognitiveservices/getAccountCapabilityHost.ts index 7afadea7af9a..c3826dade872 100644 --- a/sdk/nodejs/cognitiveservices/getAccountCapabilityHost.ts +++ b/sdk/nodejs/cognitiveservices/getAccountCapabilityHost.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Azure Resource Manager resource envelope. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getAccountCapabilityHost(args: GetAccountCapabilityHostArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -66,9 +66,9 @@ export interface GetAccountCapabilityHostResult { /** * Azure Resource Manager resource envelope. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getAccountCapabilityHostOutput(args: GetAccountCapabilityHostOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getAccountConnection.ts b/sdk/nodejs/cognitiveservices/getAccountConnection.ts index 6d87ae04feb9..784506dff789 100644 --- a/sdk/nodejs/cognitiveservices/getAccountConnection.ts +++ b/sdk/nodejs/cognitiveservices/getAccountConnection.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Connection base resource schema. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getAccountConnection(args: GetAccountConnectionArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -66,9 +66,9 @@ export interface GetAccountConnectionResult { /** * Connection base resource schema. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getAccountConnectionOutput(args: GetAccountConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getCommitmentPlan.ts b/sdk/nodejs/cognitiveservices/getCommitmentPlan.ts index 1b4e057e8c58..bd0f2f780eac 100644 --- a/sdk/nodejs/cognitiveservices/getCommitmentPlan.ts +++ b/sdk/nodejs/cognitiveservices/getCommitmentPlan.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the specified commitmentPlans associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getCommitmentPlan(args: GetCommitmentPlanArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -90,9 +90,9 @@ export interface GetCommitmentPlanResult { /** * Gets the specified commitmentPlans associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getCommitmentPlanOutput(args: GetCommitmentPlanOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getCommitmentPlanAssociation.ts b/sdk/nodejs/cognitiveservices/getCommitmentPlanAssociation.ts index f9ed4655ad16..cfee68aa7c77 100644 --- a/sdk/nodejs/cognitiveservices/getCommitmentPlanAssociation.ts +++ b/sdk/nodejs/cognitiveservices/getCommitmentPlanAssociation.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the association of the Cognitive Services commitment plan. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getCommitmentPlanAssociation(args: GetCommitmentPlanAssociationArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -78,9 +78,9 @@ export interface GetCommitmentPlanAssociationResult { /** * Gets the association of the Cognitive Services commitment plan. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getCommitmentPlanAssociationOutput(args: GetCommitmentPlanAssociationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getDeployment.ts b/sdk/nodejs/cognitiveservices/getDeployment.ts index c2e4b0f36f76..5627eb9a8784 100644 --- a/sdk/nodejs/cognitiveservices/getDeployment.ts +++ b/sdk/nodejs/cognitiveservices/getDeployment.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the specified deployments associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getDeployment(args: GetDeploymentArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -82,9 +82,9 @@ export interface GetDeploymentResult { /** * Gets the specified deployments associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getEncryptionScope.ts b/sdk/nodejs/cognitiveservices/getEncryptionScope.ts index 1d3a6d870dee..af291ba276fc 100644 --- a/sdk/nodejs/cognitiveservices/getEncryptionScope.ts +++ b/sdk/nodejs/cognitiveservices/getEncryptionScope.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the specified EncryptionScope associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getEncryptionScope(args: GetEncryptionScopeArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -78,9 +78,9 @@ export interface GetEncryptionScopeResult { /** * Gets the specified EncryptionScope associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getEncryptionScopeOutput(args: GetEncryptionScopeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getPrivateEndpointConnection.ts b/sdk/nodejs/cognitiveservices/getPrivateEndpointConnection.ts index 784c199b243a..486e76774fa7 100644 --- a/sdk/nodejs/cognitiveservices/getPrivateEndpointConnection.ts +++ b/sdk/nodejs/cognitiveservices/getPrivateEndpointConnection.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the specified private endpoint connection associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -78,9 +78,9 @@ export interface GetPrivateEndpointConnectionResult { /** * Gets the specified private endpoint connection associated with the Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getProject.ts b/sdk/nodejs/cognitiveservices/getProject.ts index e2664210a38f..e09c0e885b62 100644 --- a/sdk/nodejs/cognitiveservices/getProject.ts +++ b/sdk/nodejs/cognitiveservices/getProject.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Returns a Cognitive Services project specified by the parameters. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getProject(args: GetProjectArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -86,9 +86,9 @@ export interface GetProjectResult { /** * Returns a Cognitive Services project specified by the parameters. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getProjectOutput(args: GetProjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getProjectCapabilityHost.ts b/sdk/nodejs/cognitiveservices/getProjectCapabilityHost.ts index 906c8ff25583..4ed44385008d 100644 --- a/sdk/nodejs/cognitiveservices/getProjectCapabilityHost.ts +++ b/sdk/nodejs/cognitiveservices/getProjectCapabilityHost.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Azure Resource Manager resource envelope for Project CapabilityHost. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getProjectCapabilityHost(args: GetProjectCapabilityHostArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -71,9 +71,9 @@ export interface GetProjectCapabilityHostResult { /** * Azure Resource Manager resource envelope for Project CapabilityHost. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getProjectCapabilityHostOutput(args: GetProjectCapabilityHostOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getProjectConnection.ts b/sdk/nodejs/cognitiveservices/getProjectConnection.ts index b25032f4b611..5185edfe0b8f 100644 --- a/sdk/nodejs/cognitiveservices/getProjectConnection.ts +++ b/sdk/nodejs/cognitiveservices/getProjectConnection.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Connection base resource schema. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getProjectConnection(args: GetProjectConnectionArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -71,9 +71,9 @@ export interface GetProjectConnectionResult { /** * Connection base resource schema. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getProjectConnectionOutput(args: GetProjectConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getRaiBlocklist.ts b/sdk/nodejs/cognitiveservices/getRaiBlocklist.ts index 68789d000d37..492043955c23 100644 --- a/sdk/nodejs/cognitiveservices/getRaiBlocklist.ts +++ b/sdk/nodejs/cognitiveservices/getRaiBlocklist.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the specified custom blocklist associated with the Azure OpenAI account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getRaiBlocklist(args: GetRaiBlocklistArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -78,9 +78,9 @@ export interface GetRaiBlocklistResult { /** * Gets the specified custom blocklist associated with the Azure OpenAI account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getRaiBlocklistOutput(args: GetRaiBlocklistOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getRaiBlocklistItem.ts b/sdk/nodejs/cognitiveservices/getRaiBlocklistItem.ts index 625ad3df835c..f3586083d220 100644 --- a/sdk/nodejs/cognitiveservices/getRaiBlocklistItem.ts +++ b/sdk/nodejs/cognitiveservices/getRaiBlocklistItem.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the specified custom blocklist Item associated with the custom blocklist. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getRaiBlocklistItem(args: GetRaiBlocklistItemArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -83,9 +83,9 @@ export interface GetRaiBlocklistItemResult { /** * Gets the specified custom blocklist Item associated with the custom blocklist. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getRaiBlocklistItemOutput(args: GetRaiBlocklistItemOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getRaiPolicy.ts b/sdk/nodejs/cognitiveservices/getRaiPolicy.ts index ec728b6212f2..7c65b5a42187 100644 --- a/sdk/nodejs/cognitiveservices/getRaiPolicy.ts +++ b/sdk/nodejs/cognitiveservices/getRaiPolicy.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Gets the specified Content Filters associated with the Azure OpenAI account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getRaiPolicy(args: GetRaiPolicyArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -78,9 +78,9 @@ export interface GetRaiPolicyResult { /** * Gets the specified Content Filters associated with the Azure OpenAI account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getRaiPolicyOutput(args: GetRaiPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/getSharedCommitmentPlan.ts b/sdk/nodejs/cognitiveservices/getSharedCommitmentPlan.ts index b0ff97cc3f1c..56006475979d 100644 --- a/sdk/nodejs/cognitiveservices/getSharedCommitmentPlan.ts +++ b/sdk/nodejs/cognitiveservices/getSharedCommitmentPlan.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Returns a Cognitive Services commitment plan specified by the parameters. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getSharedCommitmentPlan(args: GetSharedCommitmentPlanArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -85,9 +85,9 @@ export interface GetSharedCommitmentPlanResult { /** * Returns a Cognitive Services commitment plan specified by the parameters. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function getSharedCommitmentPlanOutput(args: GetSharedCommitmentPlanOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/listAccountKeys.ts b/sdk/nodejs/cognitiveservices/listAccountKeys.ts index f619df8ae325..99e0db417e59 100644 --- a/sdk/nodejs/cognitiveservices/listAccountKeys.ts +++ b/sdk/nodejs/cognitiveservices/listAccountKeys.ts @@ -7,9 +7,9 @@ import * as utilities from "../utilities"; /** * Lists the account keys for the specified Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function listAccountKeys(args: ListAccountKeysArgs, opts?: pulumi.InvokeOptions): Promise { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); @@ -46,9 +46,9 @@ export interface ListAccountKeysResult { /** * Lists the account keys for the specified Cognitive Services account. * - * Uses Azure REST API version 2024-10-01. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export function listAccountKeysOutput(args: ListAccountKeysOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); diff --git a/sdk/nodejs/cognitiveservices/privateEndpointConnection.ts b/sdk/nodejs/cognitiveservices/privateEndpointConnection.ts index 3458c4a53c99..cc2f2df7bcd8 100644 --- a/sdk/nodejs/cognitiveservices/privateEndpointConnection.ts +++ b/sdk/nodejs/cognitiveservices/privateEndpointConnection.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * The Private Endpoint Connection resource. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class PrivateEndpointConnection extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/project.ts b/sdk/nodejs/cognitiveservices/project.ts index 0f4897c0279a..701b270e27e3 100644 --- a/sdk/nodejs/cognitiveservices/project.ts +++ b/sdk/nodejs/cognitiveservices/project.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class Project extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/projectCapabilityHost.ts b/sdk/nodejs/cognitiveservices/projectCapabilityHost.ts index 9e481ad7338a..c63efd43949f 100644 --- a/sdk/nodejs/cognitiveservices/projectCapabilityHost.ts +++ b/sdk/nodejs/cognitiveservices/projectCapabilityHost.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Azure Resource Manager resource envelope for Project CapabilityHost. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class ProjectCapabilityHost extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/projectConnection.ts b/sdk/nodejs/cognitiveservices/projectConnection.ts index cc52ead0db48..44c7f7d6bca6 100644 --- a/sdk/nodejs/cognitiveservices/projectConnection.ts +++ b/sdk/nodejs/cognitiveservices/projectConnection.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Connection base resource schema. * - * Uses Azure REST API version 2025-04-01-preview. + * Uses Azure REST API version 2025-06-01. * - * Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class ProjectConnection extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/raiBlocklist.ts b/sdk/nodejs/cognitiveservices/raiBlocklist.ts index dad08c688630..2dc881d1b8af 100644 --- a/sdk/nodejs/cognitiveservices/raiBlocklist.ts +++ b/sdk/nodejs/cognitiveservices/raiBlocklist.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services RaiBlocklist. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class RaiBlocklist extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/raiBlocklistItem.ts b/sdk/nodejs/cognitiveservices/raiBlocklistItem.ts index 116e0cb26403..1e438e4f3c71 100644 --- a/sdk/nodejs/cognitiveservices/raiBlocklistItem.ts +++ b/sdk/nodejs/cognitiveservices/raiBlocklistItem.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services RaiBlocklist Item. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class RaiBlocklistItem extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/raiPolicy.ts b/sdk/nodejs/cognitiveservices/raiPolicy.ts index 50ffed6a5b58..30f74fca4efe 100644 --- a/sdk/nodejs/cognitiveservices/raiPolicy.ts +++ b/sdk/nodejs/cognitiveservices/raiPolicy.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services RaiPolicy. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. * - * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class RaiPolicy extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/cognitiveservices/sharedCommitmentPlan.ts b/sdk/nodejs/cognitiveservices/sharedCommitmentPlan.ts index 2633d48dcb80..b54f8a52fbfb 100644 --- a/sdk/nodejs/cognitiveservices/sharedCommitmentPlan.ts +++ b/sdk/nodejs/cognitiveservices/sharedCommitmentPlan.ts @@ -10,9 +10,9 @@ import * as utilities from "../utilities"; /** * Cognitive Services account commitment plan. * - * Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + * Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. * - * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + * Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ export class SharedCommitmentPlan extends pulumi.CustomResource { /** diff --git a/sdk/nodejs/types/enums/cognitiveservices/index.ts b/sdk/nodejs/types/enums/cognitiveservices/index.ts index ac19f8c4bb28..78e2d2f57ee3 100644 --- a/sdk/nodejs/types/enums/cognitiveservices/index.ts +++ b/sdk/nodejs/types/enums/cognitiveservices/index.ts @@ -376,6 +376,9 @@ export const ManagedPERequirement = { NotApplicable: "NotApplicable", } as const; +/** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ export type ManagedPERequirement = (typeof ManagedPERequirement)[keyof typeof ManagedPERequirement]; export const ManagedPEStatus = { @@ -384,6 +387,9 @@ export const ManagedPEStatus = { NotApplicable: "NotApplicable", } as const; +/** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ export type ManagedPEStatus = (typeof ManagedPEStatus)[keyof typeof ManagedPEStatus]; export const NetworkRuleAction = { @@ -515,6 +521,16 @@ export const RuleType = { */ export type RuleType = (typeof RuleType)[keyof typeof RuleType]; +export const ScenarioType = { + None: "none", + Agent: "agent", +} as const; + +/** + * Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + */ +export type ScenarioType = (typeof ScenarioType)[keyof typeof ScenarioType]; + export const SkuTier = { Free: "Free", Basic: "Basic", diff --git a/sdk/nodejs/types/input.ts b/sdk/nodejs/types/input.ts index eef2eab20848..612ac2795fec 100644 --- a/sdk/nodejs/types/input.ts +++ b/sdk/nodejs/types/input.ts @@ -46031,6 +46031,9 @@ export namespace cognitiveservices { * Category of the connection */ category?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -46038,9 +46041,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -46056,6 +46068,9 @@ export namespace cognitiveservices { */ category?: pulumi.Input; credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -46063,9 +46078,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -46087,6 +46111,9 @@ export namespace cognitiveservices { * Account key object for connection credential. */ credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -46094,9 +46121,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -46105,19 +46141,31 @@ export namespace cognitiveservices { * Properties of Cognitive Services account. */ export interface AccountPropertiesArgs { + /** + * Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + */ + allowProjectManagement?: pulumi.Input; allowedFqdnList?: pulumi.Input[]>; /** - * The user owned AML workspace properties. + * The user owned AML account properties. */ amlWorkspace?: pulumi.Input; /** * The api properties for special APIs. */ apiProperties?: pulumi.Input; + /** + * Specifies the projects, by project name, that are associated with this resource. + */ + associatedProjects?: pulumi.Input[]>; /** * Optional subdomain name used for token-based authentication. */ customSubDomainName?: pulumi.Input; + /** + * Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. + */ + defaultProject?: pulumi.Input; disableLocalAuth?: pulumi.Input; /** * The flag to enable dynamic throttling. @@ -46139,6 +46187,7 @@ export namespace cognitiveservices { * A collection of rules governing the accessibility from specific network locations. */ networkAcls?: pulumi.Input; + networkInjections?: pulumi.Input[]>; /** * Whether or not public endpoint access is allowed for this account. */ @@ -46270,6 +46319,9 @@ export namespace cognitiveservices { * Api key object for connection credential. */ credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -46277,9 +46329,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -46392,7 +46453,7 @@ export namespace cognitiveservices { */ description?: pulumi.Input; /** - * List of Storage connections. + * List of connection names from those available in the account or project to be used as a storage resource. */ storageConnections?: pulumi.Input[]>; /** @@ -46400,23 +46461,14 @@ export namespace cognitiveservices { */ tags?: pulumi.Input<{[key: string]: pulumi.Input}>; /** - * List of Thread storage connections. + * List of connection names from those available in the account or project to be used for Thread storage. */ threadStorageConnections?: pulumi.Input[]>; /** - * List of VectorStore connections. + * List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). */ vectorStoreConnections?: pulumi.Input[]>; } - /** - * capabilityHostArgsProvideDefaults sets the appropriate defaults for CapabilityHostArgs - */ - export function capabilityHostArgsProvideDefaults(val: CapabilityHostArgs): CapabilityHostArgs { - return { - ...val, - capabilityHostKind: (val.capabilityHostKind) ?? "Agents", - }; - } /** * Represents a built-in authorization policy specific to Azure Bot Service/Channels authentication. @@ -46601,6 +46653,9 @@ export namespace cognitiveservices { * Custom Keys credential object */ credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -46608,9 +46663,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -46705,6 +46769,10 @@ export namespace cognitiveservices { * Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */ scaleSettings?: pulumi.Input; + /** + * Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. + */ + spilloverDeploymentName?: pulumi.Input; /** * Deployment model version upgrade option. */ @@ -46935,6 +47003,9 @@ export namespace cognitiveservices { */ category?: pulumi.Input; credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -46942,9 +47013,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -46960,6 +47040,24 @@ export namespace cognitiveservices { routingMethod?: pulumi.Input; } + /** + * Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + */ + export interface NetworkInjectionArgs { + /** + * Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + */ + scenario?: pulumi.Input; + /** + * Specify the subnet for which your Agent Client is injected into. + */ + subnetArmId?: pulumi.Input; + /** + * Boolean to enable Microsoft Managed Network for subnet delegation + */ + useMicrosoftManagedNetwork?: pulumi.Input; + } + /** * A set of rules governing the network accessibility. */ @@ -46992,6 +47090,9 @@ export namespace cognitiveservices { * Category of the connection */ category?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -46999,9 +47100,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -47021,6 +47131,9 @@ export namespace cognitiveservices { * depending on each OAuth2 provider's implementation. */ credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -47028,9 +47141,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -47057,6 +47179,9 @@ export namespace cognitiveservices { */ category?: pulumi.Input; credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -47064,9 +47189,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -47385,6 +47519,9 @@ export namespace cognitiveservices { */ category?: pulumi.Input; credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -47392,9 +47529,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -47428,6 +47574,9 @@ export namespace cognitiveservices { */ category?: pulumi.Input; credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -47435,9 +47584,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } @@ -47491,15 +47649,15 @@ export namespace cognitiveservices { } /** - * The user owned AML workspace for Cognitive Services account. + * The user owned AML account for Cognitive Services account. */ export interface UserOwnedAmlWorkspaceArgs { /** - * Identity Client id of a AML workspace resource. + * Identity Client id of a AML account resource. */ identityClientId?: pulumi.Input; /** - * Full resource id of a AML workspace resource. + * Full resource id of a AML account resource. */ resourceId?: pulumi.Input; } @@ -47526,6 +47684,9 @@ export namespace cognitiveservices { */ category?: pulumi.Input; credentials?: pulumi.Input; + /** + * Provides the error message if the connection fails + */ error?: pulumi.Input; expiryTime?: pulumi.Input; isSharedToAll?: pulumi.Input; @@ -47533,9 +47694,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: pulumi.Input<{[key: string]: pulumi.Input}>; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: pulumi.Input; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: pulumi.Input; sharedUserList?: pulumi.Input[]>; + /** + * The connection URL to be used. + */ target?: pulumi.Input; useWorkspaceManagedIdentity?: pulumi.Input; } diff --git a/sdk/nodejs/types/output.ts b/sdk/nodejs/types/output.ts index 7f9c3bfaa8ec..1426ef7be322 100644 --- a/sdk/nodejs/types/output.ts +++ b/sdk/nodejs/types/output.ts @@ -57210,6 +57210,9 @@ export namespace cognitiveservices { */ category?: string; createdByWorkspaceArmId: string; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -57221,9 +57224,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -57258,6 +57270,9 @@ export namespace cognitiveservices { category?: string; createdByWorkspaceArmId: string; credentials?: outputs.cognitiveservices.ConnectionAccessKeyResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -57269,9 +57284,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -57294,6 +57318,9 @@ export namespace cognitiveservices { * Account key object for connection credential. */ credentials?: outputs.cognitiveservices.ConnectionAccountKeyResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -57305,9 +57332,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -57320,15 +57356,23 @@ export namespace cognitiveservices { * The abuse penalty. */ abusePenalty: outputs.cognitiveservices.AbusePenaltyResponse; + /** + * Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + */ + allowProjectManagement?: boolean; allowedFqdnList?: string[]; /** - * The user owned AML workspace properties. + * The user owned AML account properties. */ amlWorkspace?: outputs.cognitiveservices.UserOwnedAmlWorkspaceResponse; /** * The api properties for special APIs. */ apiProperties?: outputs.cognitiveservices.ApiPropertiesResponse; + /** + * Specifies the projects, by project name, that are associated with this resource. + */ + associatedProjects?: string[]; /** * The call rate limit Cognitive Services account. */ @@ -57349,6 +57393,10 @@ export namespace cognitiveservices { * Gets the date of cognitive services account creation. */ dateCreated: string; + /** + * Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. + */ + defaultProject?: string; /** * The deletion date, only available for deleted account. */ @@ -57387,6 +57435,7 @@ export namespace cognitiveservices { * A collection of rules governing the accessibility from specific network locations. */ networkAcls?: outputs.cognitiveservices.NetworkRuleSetResponse; + networkInjections?: outputs.cognitiveservices.NetworkInjectionResponse[]; /** * The private endpoint connection associated with the Cognitive Services account. */ @@ -57569,6 +57618,9 @@ export namespace cognitiveservices { * Api key object for connection credential. */ credentials?: outputs.cognitiveservices.ConnectionApiKeyResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -57580,9 +57632,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -57718,7 +57779,7 @@ export namespace cognitiveservices { */ provisioningState: string; /** - * List of Storage connections. + * List of connection names from those available in the account or project to be used as a storage resource. */ storageConnections?: string[]; /** @@ -57726,23 +57787,14 @@ export namespace cognitiveservices { */ tags?: {[key: string]: string}; /** - * List of Thread storage connections. + * List of connection names from those available in the account or project to be used for Thread storage. */ threadStorageConnections?: string[]; /** - * List of VectorStore connections. + * List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). */ vectorStoreConnections?: string[]; } - /** - * capabilityHostResponseProvideDefaults sets the appropriate defaults for CapabilityHostResponse - */ - export function capabilityHostResponseProvideDefaults(val: CapabilityHostResponse): CapabilityHostResponse { - return { - ...val, - capabilityHostKind: (val.capabilityHostKind) ?? "Agents", - }; - } /** * Represents a built-in authorization policy specific to Azure Bot Service/Channels authentication. @@ -57973,6 +58025,9 @@ export namespace cognitiveservices { * Custom Keys credential object */ credentials?: outputs.cognitiveservices.CustomKeysResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -57984,9 +58039,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -58109,6 +58173,10 @@ export namespace cognitiveservices { * Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */ scaleSettings?: outputs.cognitiveservices.DeploymentScaleSettingsResponse; + /** + * Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. + */ + spilloverDeploymentName?: string; /** * Deployment model version upgrade option. */ @@ -58369,6 +58437,9 @@ export namespace cognitiveservices { category?: string; createdByWorkspaceArmId: string; credentials?: outputs.cognitiveservices.ConnectionManagedIdentityResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -58380,9 +58451,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -58398,6 +58478,24 @@ export namespace cognitiveservices { routingMethod?: string; } + /** + * Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + */ + export interface NetworkInjectionResponse { + /** + * Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + */ + scenario?: string; + /** + * Specify the subnet for which your Agent Client is injected into. + */ + subnetArmId?: string; + /** + * Boolean to enable Microsoft Managed Network for subnet delegation + */ + useMicrosoftManagedNetwork?: boolean; + } + /** * A set of rules governing the network accessibility. */ @@ -58431,6 +58529,9 @@ export namespace cognitiveservices { */ category?: string; createdByWorkspaceArmId: string; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -58442,9 +58543,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -58465,6 +58575,9 @@ export namespace cognitiveservices { * depending on each OAuth2 provider's implementation. */ credentials?: outputs.cognitiveservices.ConnectionOAuth2Response; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -58476,9 +58589,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -58506,6 +58628,9 @@ export namespace cognitiveservices { category?: string; createdByWorkspaceArmId: string; credentials?: outputs.cognitiveservices.ConnectionPersonalAccessTokenResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -58517,9 +58642,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -58930,6 +59064,9 @@ export namespace cognitiveservices { category?: string; createdByWorkspaceArmId: string; credentials?: outputs.cognitiveservices.ConnectionSharedAccessSignatureResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -58941,9 +59078,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -58978,6 +59124,9 @@ export namespace cognitiveservices { category?: string; createdByWorkspaceArmId: string; credentials?: outputs.cognitiveservices.ConnectionServicePrincipalResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -58989,9 +59138,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } @@ -59130,15 +59288,15 @@ export namespace cognitiveservices { } /** - * The user owned AML workspace for Cognitive Services account. + * The user owned AML account for Cognitive Services account. */ export interface UserOwnedAmlWorkspaceResponse { /** - * Identity Client id of a AML workspace resource. + * Identity Client id of a AML account resource. */ identityClientId?: string; /** - * Full resource id of a AML workspace resource. + * Full resource id of a AML account resource. */ resourceId?: string; } @@ -59166,6 +59324,9 @@ export namespace cognitiveservices { category?: string; createdByWorkspaceArmId: string; credentials?: outputs.cognitiveservices.ConnectionUsernamePasswordResponse; + /** + * Provides the error message if the connection fails + */ error?: string; expiryTime?: string; /** @@ -59177,9 +59338,18 @@ export namespace cognitiveservices { * Store user metadata for this connection */ metadata?: {[key: string]: string}; + /** + * Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + */ peRequirement?: string; + /** + * Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + */ peStatus?: string; sharedUserList?: string[]; + /** + * The connection URL to be used. + */ target?: string; useWorkspaceManagedIdentity?: boolean; } diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/_enums.py b/sdk/python/pulumi_azure_native/cognitiveservices/_enums.py index 633b421046b6..e8143bdd6ac0 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/_enums.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/_enums.py @@ -36,6 +36,7 @@ 'RuleCategory', 'RuleStatus', 'RuleType', + 'ScenarioType', 'SkuTier', 'TrafficRoutingProtocol', ] @@ -395,6 +396,9 @@ class KeySource(_builtins.str, Enum): @pulumi.type_token("azure-native:cognitiveservices:ManagedPERequirement") class ManagedPERequirement(_builtins.str, Enum): + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ REQUIRED = "Required" NOT_REQUIRED = "NotRequired" NOT_APPLICABLE = "NotApplicable" @@ -402,6 +406,9 @@ class ManagedPERequirement(_builtins.str, Enum): @pulumi.type_token("azure-native:cognitiveservices:ManagedPEStatus") class ManagedPEStatus(_builtins.str, Enum): + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ INACTIVE = "Inactive" ACTIVE = "Active" NOT_APPLICABLE = "NotApplicable" @@ -525,6 +532,15 @@ class RuleType(_builtins.str, Enum): SERVICE_TAG = "ServiceTag" +@pulumi.type_token("azure-native:cognitiveservices:ScenarioType") +class ScenarioType(_builtins.str, Enum): + """ + Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + """ + NONE = "none" + AGENT = "agent" + + @pulumi.type_token("azure-native:cognitiveservices:SkuTier") class SkuTier(_builtins.str, Enum): """ diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/_inputs.py b/sdk/python/pulumi_azure_native/cognitiveservices/_inputs.py index f3df26319950..17acce54dd1e 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/_inputs.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/_inputs.py @@ -100,6 +100,8 @@ 'ManagedIdentityAuthTypeConnectionPropertiesArgsDict', 'MultiRegionSettingsArgs', 'MultiRegionSettingsArgsDict', + 'NetworkInjectionArgs', + 'NetworkInjectionArgsDict', 'NetworkRuleSetArgs', 'NetworkRuleSetArgsDict', 'NoneAuthTypeConnectionPropertiesArgs', @@ -181,6 +183,9 @@ class AADAuthTypeConnectionPropertiesArgsDict(TypedDict): Category of the connection """ error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -188,9 +193,18 @@ class AADAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: AADAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -214,7 +228,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'AAD'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'AAD') if category is not None: @@ -266,6 +284,9 @@ def category(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Connection @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -305,6 +326,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -314,6 +338,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -332,6 +359,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -361,6 +391,9 @@ class AccessKeyAuthTypeConnectionPropertiesArgsDict(TypedDict): """ credentials: NotRequired[pulumi.Input['ConnectionAccessKeyArgsDict']] error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -368,9 +401,18 @@ class AccessKeyAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: AccessKeyAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -394,7 +436,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'AccessKey'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'AccessKey') if category is not None: @@ -457,6 +503,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionAccessKeyArgs']]): @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -496,6 +545,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -505,6 +557,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -523,6 +578,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -558,6 +616,9 @@ class AccountKeyAuthTypeConnectionPropertiesArgsDict(TypedDict): Account key object for connection credential. """ error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -565,9 +626,18 @@ class AccountKeyAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: AccountKeyAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -593,7 +663,11 @@ def __init__(__self__, *, Expected value is 'AccountKey'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection :param pulumi.Input['ConnectionAccountKeyArgs'] credentials: Account key object for connection credential. + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'AccountKey') if category is not None: @@ -659,6 +733,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionAccountKeyArgs']]) @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -698,6 +775,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -707,6 +787,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -725,6 +808,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -746,19 +832,31 @@ class AccountPropertiesArgsDict(TypedDict): """ Properties of Cognitive Services account. """ + allow_project_management: NotRequired[pulumi.Input[_builtins.bool]] + """ + Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + """ allowed_fqdn_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] aml_workspace: NotRequired[pulumi.Input['UserOwnedAmlWorkspaceArgsDict']] """ - The user owned AML workspace properties. + The user owned AML account properties. """ api_properties: NotRequired[pulumi.Input['ApiPropertiesArgsDict']] """ The api properties for special APIs. """ + associated_projects: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] + """ + Specifies the projects, by project name, that are associated with this resource. + """ custom_sub_domain_name: NotRequired[pulumi.Input[_builtins.str]] """ Optional subdomain name used for token-based authentication. """ + default_project: NotRequired[pulumi.Input[_builtins.str]] + """ + Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. + """ disable_local_auth: NotRequired[pulumi.Input[_builtins.bool]] dynamic_throttling_enabled: NotRequired[pulumi.Input[_builtins.bool]] """ @@ -780,6 +878,7 @@ class AccountPropertiesArgsDict(TypedDict): """ A collection of rules governing the accessibility from specific network locations. """ + network_injections: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkInjectionArgsDict']]]] public_network_access: NotRequired[pulumi.Input[Union[_builtins.str, 'PublicNetworkAccess']]] """ Whether or not public endpoint access is allowed for this account. @@ -800,16 +899,20 @@ class AccountPropertiesArgsDict(TypedDict): @pulumi.input_type class AccountPropertiesArgs: def __init__(__self__, *, + allow_project_management: Optional[pulumi.Input[_builtins.bool]] = None, allowed_fqdn_list: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None, aml_workspace: Optional[pulumi.Input['UserOwnedAmlWorkspaceArgs']] = None, api_properties: Optional[pulumi.Input['ApiPropertiesArgs']] = None, + associated_projects: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None, custom_sub_domain_name: Optional[pulumi.Input[_builtins.str]] = None, + default_project: Optional[pulumi.Input[_builtins.str]] = None, disable_local_auth: Optional[pulumi.Input[_builtins.bool]] = None, dynamic_throttling_enabled: Optional[pulumi.Input[_builtins.bool]] = None, encryption: Optional[pulumi.Input['EncryptionArgs']] = None, locations: Optional[pulumi.Input['MultiRegionSettingsArgs']] = None, migration_token: Optional[pulumi.Input[_builtins.str]] = None, network_acls: Optional[pulumi.Input['NetworkRuleSetArgs']] = None, + network_injections: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInjectionArgs']]]] = None, public_network_access: Optional[pulumi.Input[Union[_builtins.str, 'PublicNetworkAccess']]] = None, rai_monitor_config: Optional[pulumi.Input['RaiMonitorConfigArgs']] = None, restore: Optional[pulumi.Input[_builtins.bool]] = None, @@ -817,9 +920,12 @@ def __init__(__self__, *, user_owned_storage: Optional[pulumi.Input[Sequence[pulumi.Input['UserOwnedStorageArgs']]]] = None): """ Properties of Cognitive Services account. - :param pulumi.Input['UserOwnedAmlWorkspaceArgs'] aml_workspace: The user owned AML workspace properties. + :param pulumi.Input[_builtins.bool] allow_project_management: Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + :param pulumi.Input['UserOwnedAmlWorkspaceArgs'] aml_workspace: The user owned AML account properties. :param pulumi.Input['ApiPropertiesArgs'] api_properties: The api properties for special APIs. + :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] associated_projects: Specifies the projects, by project name, that are associated with this resource. :param pulumi.Input[_builtins.str] custom_sub_domain_name: Optional subdomain name used for token-based authentication. + :param pulumi.Input[_builtins.str] default_project: Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. :param pulumi.Input[_builtins.bool] dynamic_throttling_enabled: The flag to enable dynamic throttling. :param pulumi.Input['EncryptionArgs'] encryption: The encryption properties for this resource. :param pulumi.Input['MultiRegionSettingsArgs'] locations: The multiregion settings of Cognitive Services account. @@ -829,14 +935,20 @@ def __init__(__self__, *, :param pulumi.Input['RaiMonitorConfigArgs'] rai_monitor_config: Cognitive Services Rai Monitor Config. :param pulumi.Input[Sequence[pulumi.Input['UserOwnedStorageArgs']]] user_owned_storage: The storage accounts for this resource. """ + if allow_project_management is not None: + pulumi.set(__self__, "allow_project_management", allow_project_management) if allowed_fqdn_list is not None: pulumi.set(__self__, "allowed_fqdn_list", allowed_fqdn_list) if aml_workspace is not None: pulumi.set(__self__, "aml_workspace", aml_workspace) if api_properties is not None: pulumi.set(__self__, "api_properties", api_properties) + if associated_projects is not None: + pulumi.set(__self__, "associated_projects", associated_projects) if custom_sub_domain_name is not None: pulumi.set(__self__, "custom_sub_domain_name", custom_sub_domain_name) + if default_project is not None: + pulumi.set(__self__, "default_project", default_project) if disable_local_auth is not None: pulumi.set(__self__, "disable_local_auth", disable_local_auth) if dynamic_throttling_enabled is not None: @@ -849,6 +961,8 @@ def __init__(__self__, *, pulumi.set(__self__, "migration_token", migration_token) if network_acls is not None: pulumi.set(__self__, "network_acls", network_acls) + if network_injections is not None: + pulumi.set(__self__, "network_injections", network_injections) if public_network_access is not None: pulumi.set(__self__, "public_network_access", public_network_access) if rai_monitor_config is not None: @@ -860,6 +974,18 @@ def __init__(__self__, *, if user_owned_storage is not None: pulumi.set(__self__, "user_owned_storage", user_owned_storage) + @_builtins.property + @pulumi.getter(name="allowProjectManagement") + def allow_project_management(self) -> Optional[pulumi.Input[_builtins.bool]]: + """ + Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + """ + return pulumi.get(self, "allow_project_management") + + @allow_project_management.setter + def allow_project_management(self, value: Optional[pulumi.Input[_builtins.bool]]): + pulumi.set(self, "allow_project_management", value) + @_builtins.property @pulumi.getter(name="allowedFqdnList") def allowed_fqdn_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]: @@ -873,7 +999,7 @@ def allowed_fqdn_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_ @pulumi.getter(name="amlWorkspace") def aml_workspace(self) -> Optional[pulumi.Input['UserOwnedAmlWorkspaceArgs']]: """ - The user owned AML workspace properties. + The user owned AML account properties. """ return pulumi.get(self, "aml_workspace") @@ -893,6 +1019,18 @@ def api_properties(self) -> Optional[pulumi.Input['ApiPropertiesArgs']]: def api_properties(self, value: Optional[pulumi.Input['ApiPropertiesArgs']]): pulumi.set(self, "api_properties", value) + @_builtins.property + @pulumi.getter(name="associatedProjects") + def associated_projects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]: + """ + Specifies the projects, by project name, that are associated with this resource. + """ + return pulumi.get(self, "associated_projects") + + @associated_projects.setter + def associated_projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]): + pulumi.set(self, "associated_projects", value) + @_builtins.property @pulumi.getter(name="customSubDomainName") def custom_sub_domain_name(self) -> Optional[pulumi.Input[_builtins.str]]: @@ -905,6 +1043,18 @@ def custom_sub_domain_name(self) -> Optional[pulumi.Input[_builtins.str]]: def custom_sub_domain_name(self, value: Optional[pulumi.Input[_builtins.str]]): pulumi.set(self, "custom_sub_domain_name", value) + @_builtins.property + @pulumi.getter(name="defaultProject") + def default_project(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. + """ + return pulumi.get(self, "default_project") + + @default_project.setter + def default_project(self, value: Optional[pulumi.Input[_builtins.str]]): + pulumi.set(self, "default_project", value) + @_builtins.property @pulumi.getter(name="disableLocalAuth") def disable_local_auth(self) -> Optional[pulumi.Input[_builtins.bool]]: @@ -974,6 +1124,15 @@ def network_acls(self) -> Optional[pulumi.Input['NetworkRuleSetArgs']]: def network_acls(self, value: Optional[pulumi.Input['NetworkRuleSetArgs']]): pulumi.set(self, "network_acls", value) + @_builtins.property + @pulumi.getter(name="networkInjections") + def network_injections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInjectionArgs']]]]: + return pulumi.get(self, "network_injections") + + @network_injections.setter + def network_injections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInjectionArgs']]]]): + pulumi.set(self, "network_injections", value) + @_builtins.property @pulumi.getter(name="publicNetworkAccess") def public_network_access(self) -> Optional[pulumi.Input[Union[_builtins.str, 'PublicNetworkAccess']]]: @@ -1375,6 +1534,9 @@ class ApiKeyAuthConnectionPropertiesArgsDict(TypedDict): Api key object for connection credential. """ error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -1382,9 +1544,18 @@ class ApiKeyAuthConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: ApiKeyAuthConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -1429,7 +1600,11 @@ def __init__(__self__, *, Expected value is 'ApiKey'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection :param pulumi.Input['ConnectionApiKeyArgs'] credentials: Api key object for connection credential. + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'ApiKey') if category is not None: @@ -1495,6 +1670,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionApiKeyArgs']]): @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -1534,6 +1712,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -1543,6 +1724,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -1561,6 +1745,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -2000,7 +2187,7 @@ class CapabilityHostArgsDict(TypedDict): """ storage_connections: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] """ - List of Storage connections. + List of connection names from those available in the account or project to be used as a storage resource. """ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] """ @@ -2008,11 +2195,11 @@ class CapabilityHostArgsDict(TypedDict): """ thread_storage_connections: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] """ - List of Thread storage connections. + List of connection names from those available in the account or project to be used for Thread storage. """ vector_store_connections: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] """ - List of VectorStore connections. + List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). """ elif False: CapabilityHostArgsDict: TypeAlias = Mapping[str, Any] @@ -2033,15 +2220,13 @@ def __init__(__self__, *, :param pulumi.Input[Union[_builtins.str, 'CapabilityHostKind']] capability_host_kind: Kind of this capability host. :param pulumi.Input[_builtins.str] customer_subnet: Customer subnet info to help set up this capability host. :param pulumi.Input[_builtins.str] description: The asset description text. - :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_connections: List of Storage connections. + :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_connections: List of connection names from those available in the account or project to be used as a storage resource. :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: Tag dictionary. Tags can be added, removed, and updated. - :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] thread_storage_connections: List of Thread storage connections. - :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] vector_store_connections: List of VectorStore connections. + :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] thread_storage_connections: List of connection names from those available in the account or project to be used for Thread storage. + :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] vector_store_connections: List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). """ if ai_services_connections is not None: pulumi.set(__self__, "ai_services_connections", ai_services_connections) - if capability_host_kind is None: - capability_host_kind = 'Agents' if capability_host_kind is not None: pulumi.set(__self__, "capability_host_kind", capability_host_kind) if customer_subnet is not None: @@ -2109,7 +2294,7 @@ def description(self, value: Optional[pulumi.Input[_builtins.str]]): @pulumi.getter(name="storageConnections") def storage_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]: """ - List of Storage connections. + List of connection names from those available in the account or project to be used as a storage resource. """ return pulumi.get(self, "storage_connections") @@ -2133,7 +2318,7 @@ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins. @pulumi.getter(name="threadStorageConnections") def thread_storage_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]: """ - List of Thread storage connections. + List of connection names from those available in the account or project to be used for Thread storage. """ return pulumi.get(self, "thread_storage_connections") @@ -2145,7 +2330,7 @@ def thread_storage_connections(self, value: Optional[pulumi.Input[Sequence[pulum @pulumi.getter(name="vectorStoreConnections") def vector_store_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]: """ - List of VectorStore connections. + List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). """ return pulumi.get(self, "vector_store_connections") @@ -2936,6 +3121,9 @@ class CustomKeysConnectionPropertiesArgsDict(TypedDict): Custom Keys credential object """ error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -2943,9 +3131,18 @@ class CustomKeysConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: CustomKeysConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -2975,7 +3172,11 @@ def __init__(__self__, *, Expected value is 'CustomKeys'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection :param pulumi.Input['CustomKeysArgs'] credentials: Custom Keys credential object + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'CustomKeys') if category is not None: @@ -3041,6 +3242,9 @@ def credentials(self, value: Optional[pulumi.Input['CustomKeysArgs']]): @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -3080,6 +3284,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -3089,6 +3296,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -3107,6 +3317,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -3449,6 +3662,10 @@ class DeploymentPropertiesArgsDict(TypedDict): """ Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) """ + spillover_deployment_name: NotRequired[pulumi.Input[_builtins.str]] + """ + Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. + """ version_upgrade_option: NotRequired[pulumi.Input[Union[_builtins.str, 'DeploymentModelVersionUpgradeOption']]] """ Deployment model version upgrade option. @@ -3465,6 +3682,7 @@ def __init__(__self__, *, parent_deployment_name: Optional[pulumi.Input[_builtins.str]] = None, rai_policy_name: Optional[pulumi.Input[_builtins.str]] = None, scale_settings: Optional[pulumi.Input['DeploymentScaleSettingsArgs']] = None, + spillover_deployment_name: Optional[pulumi.Input[_builtins.str]] = None, version_upgrade_option: Optional[pulumi.Input[Union[_builtins.str, 'DeploymentModelVersionUpgradeOption']]] = None): """ Properties of Cognitive Services account deployment. @@ -3474,6 +3692,7 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] parent_deployment_name: The name of parent deployment. :param pulumi.Input[_builtins.str] rai_policy_name: The name of RAI policy. :param pulumi.Input['DeploymentScaleSettingsArgs'] scale_settings: Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) + :param pulumi.Input[_builtins.str] spillover_deployment_name: Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. :param pulumi.Input[Union[_builtins.str, 'DeploymentModelVersionUpgradeOption']] version_upgrade_option: Deployment model version upgrade option. """ if capacity_settings is not None: @@ -3488,6 +3707,8 @@ def __init__(__self__, *, pulumi.set(__self__, "rai_policy_name", rai_policy_name) if scale_settings is not None: pulumi.set(__self__, "scale_settings", scale_settings) + if spillover_deployment_name is not None: + pulumi.set(__self__, "spillover_deployment_name", spillover_deployment_name) if version_upgrade_option is not None: pulumi.set(__self__, "version_upgrade_option", version_upgrade_option) @@ -3563,6 +3784,18 @@ def scale_settings(self) -> Optional[pulumi.Input['DeploymentScaleSettingsArgs'] def scale_settings(self, value: Optional[pulumi.Input['DeploymentScaleSettingsArgs']]): pulumi.set(self, "scale_settings", value) + @_builtins.property + @pulumi.getter(name="spilloverDeploymentName") + def spillover_deployment_name(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. + """ + return pulumi.get(self, "spillover_deployment_name") + + @spillover_deployment_name.setter + def spillover_deployment_name(self, value: Optional[pulumi.Input[_builtins.str]]): + pulumi.set(self, "spillover_deployment_name", value) + @_builtins.property @pulumi.getter(name="versionUpgradeOption") def version_upgrade_option(self) -> Optional[pulumi.Input[Union[_builtins.str, 'DeploymentModelVersionUpgradeOption']]]: @@ -4448,6 +4681,9 @@ class ManagedIdentityAuthTypeConnectionPropertiesArgsDict(TypedDict): """ credentials: NotRequired[pulumi.Input['ConnectionManagedIdentityArgsDict']] error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -4455,9 +4691,18 @@ class ManagedIdentityAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: ManagedIdentityAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -4481,7 +4726,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'ManagedIdentity'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'ManagedIdentity') if category is not None: @@ -4544,6 +4793,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionManagedIdentityArg @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -4583,6 +4835,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -4592,6 +4847,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -4610,6 +4868,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -4675,6 +4936,82 @@ def routing_method(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Rout pulumi.set(self, "routing_method", value) +if not MYPY: + class NetworkInjectionArgsDict(TypedDict): + """ + Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + """ + scenario: NotRequired[pulumi.Input[Union[_builtins.str, 'ScenarioType']]] + """ + Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + """ + subnet_arm_id: NotRequired[pulumi.Input[_builtins.str]] + """ + Specify the subnet for which your Agent Client is injected into. + """ + use_microsoft_managed_network: NotRequired[pulumi.Input[_builtins.bool]] + """ + Boolean to enable Microsoft Managed Network for subnet delegation + """ +elif False: + NetworkInjectionArgsDict: TypeAlias = Mapping[str, Any] + +@pulumi.input_type +class NetworkInjectionArgs: + def __init__(__self__, *, + scenario: Optional[pulumi.Input[Union[_builtins.str, 'ScenarioType']]] = None, + subnet_arm_id: Optional[pulumi.Input[_builtins.str]] = None, + use_microsoft_managed_network: Optional[pulumi.Input[_builtins.bool]] = None): + """ + Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + :param pulumi.Input[Union[_builtins.str, 'ScenarioType']] scenario: Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + :param pulumi.Input[_builtins.str] subnet_arm_id: Specify the subnet for which your Agent Client is injected into. + :param pulumi.Input[_builtins.bool] use_microsoft_managed_network: Boolean to enable Microsoft Managed Network for subnet delegation + """ + if scenario is not None: + pulumi.set(__self__, "scenario", scenario) + if subnet_arm_id is not None: + pulumi.set(__self__, "subnet_arm_id", subnet_arm_id) + if use_microsoft_managed_network is not None: + pulumi.set(__self__, "use_microsoft_managed_network", use_microsoft_managed_network) + + @_builtins.property + @pulumi.getter + def scenario(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ScenarioType']]]: + """ + Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + """ + return pulumi.get(self, "scenario") + + @scenario.setter + def scenario(self, value: Optional[pulumi.Input[Union[_builtins.str, 'ScenarioType']]]): + pulumi.set(self, "scenario", value) + + @_builtins.property + @pulumi.getter(name="subnetArmId") + def subnet_arm_id(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Specify the subnet for which your Agent Client is injected into. + """ + return pulumi.get(self, "subnet_arm_id") + + @subnet_arm_id.setter + def subnet_arm_id(self, value: Optional[pulumi.Input[_builtins.str]]): + pulumi.set(self, "subnet_arm_id", value) + + @_builtins.property + @pulumi.getter(name="useMicrosoftManagedNetwork") + def use_microsoft_managed_network(self) -> Optional[pulumi.Input[_builtins.bool]]: + """ + Boolean to enable Microsoft Managed Network for subnet delegation + """ + return pulumi.get(self, "use_microsoft_managed_network") + + @use_microsoft_managed_network.setter + def use_microsoft_managed_network(self, value: Optional[pulumi.Input[_builtins.bool]]): + pulumi.set(self, "use_microsoft_managed_network", value) + + if not MYPY: class NetworkRuleSetArgsDict(TypedDict): """ @@ -4783,6 +5120,9 @@ class NoneAuthTypeConnectionPropertiesArgsDict(TypedDict): Category of the connection """ error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -4790,9 +5130,18 @@ class NoneAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: NoneAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -4815,7 +5164,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'None'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'None') if category is not None: @@ -4867,6 +5220,9 @@ def category(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Connection @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -4906,6 +5262,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -4915,6 +5274,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -4933,6 +5295,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -4966,6 +5331,9 @@ class OAuth2AuthTypeConnectionPropertiesArgsDict(TypedDict): depending on each OAuth2 provider's implementation. """ error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -4973,9 +5341,18 @@ class OAuth2AuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: OAuth2AuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -5001,7 +5378,11 @@ def __init__(__self__, *, :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection :param pulumi.Input['ConnectionOAuth2Args'] credentials: ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation. + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'OAuth2') if category is not None: @@ -5068,6 +5449,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionOAuth2Args']]): @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -5107,6 +5491,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -5116,6 +5503,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -5134,6 +5524,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -5201,6 +5594,9 @@ class PATAuthTypeConnectionPropertiesArgsDict(TypedDict): """ credentials: NotRequired[pulumi.Input['ConnectionPersonalAccessTokenArgsDict']] error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -5208,9 +5604,18 @@ class PATAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: PATAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -5234,7 +5639,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'PAT'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'PAT') if category is not None: @@ -5297,6 +5706,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionPersonalAccessToke @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -5336,6 +5748,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -5345,6 +5760,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -5363,6 +5781,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -6698,6 +7119,9 @@ class SASAuthTypeConnectionPropertiesArgsDict(TypedDict): """ credentials: NotRequired[pulumi.Input['ConnectionSharedAccessSignatureArgsDict']] error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -6705,9 +7129,18 @@ class SASAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: SASAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -6731,7 +7164,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'SAS'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'SAS') if category is not None: @@ -6794,6 +7231,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionSharedAccessSignat @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -6833,6 +7273,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -6842,6 +7285,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -6860,6 +7306,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -6965,6 +7414,9 @@ class ServicePrincipalAuthTypeConnectionPropertiesArgsDict(TypedDict): """ credentials: NotRequired[pulumi.Input['ConnectionServicePrincipalArgsDict']] error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -6972,9 +7424,18 @@ class ServicePrincipalAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: ServicePrincipalAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -6998,7 +7459,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'ServicePrincipal'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'ServicePrincipal') if category is not None: @@ -7061,6 +7526,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionServicePrincipalAr @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -7100,6 +7568,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -7109,6 +7580,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -7127,6 +7601,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter @@ -7357,15 +7834,15 @@ def traffic_percentage(self, value: Optional[pulumi.Input[_builtins.int]]): if not MYPY: class UserOwnedAmlWorkspaceArgsDict(TypedDict): """ - The user owned AML workspace for Cognitive Services account. + The user owned AML account for Cognitive Services account. """ identity_client_id: NotRequired[pulumi.Input[_builtins.str]] """ - Identity Client id of a AML workspace resource. + Identity Client id of a AML account resource. """ resource_id: NotRequired[pulumi.Input[_builtins.str]] """ - Full resource id of a AML workspace resource. + Full resource id of a AML account resource. """ elif False: UserOwnedAmlWorkspaceArgsDict: TypeAlias = Mapping[str, Any] @@ -7376,9 +7853,9 @@ def __init__(__self__, *, identity_client_id: Optional[pulumi.Input[_builtins.str]] = None, resource_id: Optional[pulumi.Input[_builtins.str]] = None): """ - The user owned AML workspace for Cognitive Services account. - :param pulumi.Input[_builtins.str] identity_client_id: Identity Client id of a AML workspace resource. - :param pulumi.Input[_builtins.str] resource_id: Full resource id of a AML workspace resource. + The user owned AML account for Cognitive Services account. + :param pulumi.Input[_builtins.str] identity_client_id: Identity Client id of a AML account resource. + :param pulumi.Input[_builtins.str] resource_id: Full resource id of a AML account resource. """ if identity_client_id is not None: pulumi.set(__self__, "identity_client_id", identity_client_id) @@ -7389,7 +7866,7 @@ def __init__(__self__, *, @pulumi.getter(name="identityClientId") def identity_client_id(self) -> Optional[pulumi.Input[_builtins.str]]: """ - Identity Client id of a AML workspace resource. + Identity Client id of a AML account resource. """ return pulumi.get(self, "identity_client_id") @@ -7401,7 +7878,7 @@ def identity_client_id(self, value: Optional[pulumi.Input[_builtins.str]]): @pulumi.getter(name="resourceId") def resource_id(self) -> Optional[pulumi.Input[_builtins.str]]: """ - Full resource id of a AML workspace resource. + Full resource id of a AML account resource. """ return pulumi.get(self, "resource_id") @@ -7472,6 +7949,9 @@ class UsernamePasswordAuthTypeConnectionPropertiesArgsDict(TypedDict): """ credentials: NotRequired[pulumi.Input['ConnectionUsernamePasswordArgsDict']] error: NotRequired[pulumi.Input[_builtins.str]] + """ + Provides the error message if the connection fails + """ expiry_time: NotRequired[pulumi.Input[_builtins.str]] is_shared_to_all: NotRequired[pulumi.Input[_builtins.bool]] metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] @@ -7479,9 +7959,18 @@ class UsernamePasswordAuthTypeConnectionPropertiesArgsDict(TypedDict): Store user metadata for this connection """ pe_requirement: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]] + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ pe_status: NotRequired[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]] + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ shared_user_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] target: NotRequired[pulumi.Input[_builtins.str]] + """ + The connection URL to be used. + """ use_workspace_managed_identity: NotRequired[pulumi.Input[_builtins.bool]] elif False: UsernamePasswordAuthTypeConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any] @@ -7505,7 +7994,11 @@ def __init__(__self__, *, :param pulumi.Input[_builtins.str] auth_type: Authentication type of the connection target Expected value is 'UsernamePassword'. :param pulumi.Input[Union[_builtins.str, 'ConnectionCategory']] category: Category of the connection + :param pulumi.Input[_builtins.str] error: Provides the error message if the connection fails :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] metadata: Store user metadata for this connection + :param pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']] pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']] pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param pulumi.Input[_builtins.str] target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'UsernamePassword') if category is not None: @@ -7568,6 +8061,9 @@ def credentials(self, value: Optional[pulumi.Input['ConnectionUsernamePasswordAr @_builtins.property @pulumi.getter def error(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @error.setter @@ -7607,6 +8103,9 @@ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_built @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPERequirement']]]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @pe_requirement.setter @@ -7616,6 +8115,9 @@ def pe_requirement(self, value: Optional[pulumi.Input[Union[_builtins.str, 'Mana @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[pulumi.Input[Union[_builtins.str, 'ManagedPEStatus']]]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @pe_status.setter @@ -7634,6 +8136,9 @@ def shared_user_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_b @_builtins.property @pulumi.getter def target(self) -> Optional[pulumi.Input[_builtins.str]]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @target.setter diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/account.py b/sdk/python/pulumi_azure_native/cognitiveservices/account.py index 80f5709e7755..1ca33bcdfb66 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/account.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/account.py @@ -172,9 +172,9 @@ def __init__(__self__, """ Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -196,9 +196,9 @@ def __init__(__self__, """ Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param AccountArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/account_capability_host.py b/sdk/python/pulumi_azure_native/cognitiveservices/account_capability_host.py index 92e1731ff360..6a77528d7b93 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/account_capability_host.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/account_capability_host.py @@ -102,9 +102,9 @@ def __init__(__self__, """ Azure Resource Manager resource envelope. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -122,9 +122,9 @@ def __init__(__self__, """ Azure Resource Manager resource envelope. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param AccountCapabilityHostArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/account_connection.py b/sdk/python/pulumi_azure_native/cognitiveservices/account_connection.py index 6d173ffd727b..c4064dfab90c 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/account_connection.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/account_connection.py @@ -102,9 +102,9 @@ def __init__(__self__, """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -122,9 +122,9 @@ def __init__(__self__, """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param AccountConnectionArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan.py b/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan.py index 53bfe4c0aa3c..2bb6ad4ff45c 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan.py @@ -171,9 +171,9 @@ def __init__(__self__, """ Cognitive Services account commitment plan. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -195,9 +195,9 @@ def __init__(__self__, """ Cognitive Services account commitment plan. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param CommitmentPlanArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan_association.py b/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan_association.py index c6216857ddf8..8439f6dc125b 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan_association.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/commitment_plan_association.py @@ -118,9 +118,9 @@ def __init__(__self__, """ The commitment plan association. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -139,9 +139,9 @@ def __init__(__self__, """ The commitment plan association. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param CommitmentPlanAssociationArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/deployment.py b/sdk/python/pulumi_azure_native/cognitiveservices/deployment.py index 9d09db7c5b75..93b6c45e0f0f 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/deployment.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/deployment.py @@ -137,9 +137,9 @@ def __init__(__self__, """ Cognitive Services account deployment. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -159,9 +159,9 @@ def __init__(__self__, """ Cognitive Services account deployment. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param DeploymentArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/encryption_scope.py b/sdk/python/pulumi_azure_native/cognitiveservices/encryption_scope.py index a42cd706fce0..354eadcb27be 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/encryption_scope.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/encryption_scope.py @@ -120,9 +120,9 @@ def __init__(__self__, """ Cognitive Services EncryptionScope - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -141,9 +141,9 @@ def __init__(__self__, """ Cognitive Services EncryptionScope - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param EncryptionScopeArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_account.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_account.py index ed50059074f4..e5a30ff3958b 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_account.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_account.py @@ -188,9 +188,9 @@ def get_account(account_name: Optional[_builtins.str] = None, """ Returns a Cognitive Services account specified by the parameters. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -221,9 +221,9 @@ def get_account_output(account_name: Optional[pulumi.Input[_builtins.str]] = Non """ Returns a Cognitive Services account specified by the parameters. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_account_capability_host.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_account_capability_host.py index ba74a9eeddf5..d47e698795a7 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_account_capability_host.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_account_capability_host.py @@ -105,9 +105,9 @@ def get_account_capability_host(account_name: Optional[_builtins.str] = None, """ Azure Resource Manager resource envelope. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -134,9 +134,9 @@ def get_account_capability_host_output(account_name: Optional[pulumi.Input[_buil """ Azure Resource Manager resource envelope. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_account_connection.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_account_connection.py index 9a053c55fa04..897048c28db8 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_account_connection.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_account_connection.py @@ -105,9 +105,9 @@ def get_account_connection(account_name: Optional[_builtins.str] = None, """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -134,9 +134,9 @@ def get_account_connection_output(account_name: Optional[pulumi.Input[_builtins. """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan.py index 336ce17bacc0..b2f4da76f3d8 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan.py @@ -177,9 +177,9 @@ def get_commitment_plan(account_name: Optional[_builtins.str] = None, """ Gets the specified commitmentPlans associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -212,9 +212,9 @@ def get_commitment_plan_output(account_name: Optional[pulumi.Input[_builtins.str """ Gets the specified commitmentPlans associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py index 4573d630e914..07d194ec15bb 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py @@ -141,9 +141,9 @@ def get_commitment_plan_association(commitment_plan_association_name: Optional[_ """ Gets the association of the Cognitive Services commitment plan. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str commitment_plan_association_name: The name of the commitment plan association with the Cognitive Services Account @@ -173,9 +173,9 @@ def get_commitment_plan_association_output(commitment_plan_association_name: Opt """ Gets the association of the Cognitive Services commitment plan. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str commitment_plan_association_name: The name of the commitment plan association with the Cognitive Services Account diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_deployment.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_deployment.py index 42dcaa3fe16e..f996a63b5401 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_deployment.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_deployment.py @@ -153,9 +153,9 @@ def get_deployment(account_name: Optional[_builtins.str] = None, """ Gets the specified deployments associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -186,9 +186,9 @@ def get_deployment_output(account_name: Optional[pulumi.Input[_builtins.str]] = """ Gets the specified deployments associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_encryption_scope.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_encryption_scope.py index 9f3aa9bd2884..5ff6d4349fb7 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_encryption_scope.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_encryption_scope.py @@ -141,9 +141,9 @@ def get_encryption_scope(account_name: Optional[_builtins.str] = None, """ Gets the specified EncryptionScope associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -173,9 +173,9 @@ def get_encryption_scope_output(account_name: Optional[pulumi.Input[_builtins.st """ Gets the specified EncryptionScope associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py index 8de9cb2a84d5..27870d74cd03 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py @@ -141,9 +141,9 @@ def get_private_endpoint_connection(account_name: Optional[_builtins.str] = None """ Gets the specified private endpoint connection associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -173,9 +173,9 @@ def get_private_endpoint_connection_output(account_name: Optional[pulumi.Input[_ """ Gets the specified private endpoint connection associated with the Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_project.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_project.py index d2e19b262ff0..c5fdaf1b1552 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_project.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_project.py @@ -165,9 +165,9 @@ def get_project(account_name: Optional[_builtins.str] = None, """ Returns a Cognitive Services project specified by the parameters. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -199,9 +199,9 @@ def get_project_output(account_name: Optional[pulumi.Input[_builtins.str]] = Non """ Returns a Cognitive Services project specified by the parameters. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_project_capability_host.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_project_capability_host.py index 9bde504faacb..cc84210b3a6f 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_project_capability_host.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_project_capability_host.py @@ -106,9 +106,9 @@ def get_project_capability_host(account_name: Optional[_builtins.str] = None, """ Azure Resource Manager resource envelope for Project CapabilityHost. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -138,9 +138,9 @@ def get_project_capability_host_output(account_name: Optional[pulumi.Input[_buil """ Azure Resource Manager resource envelope for Project CapabilityHost. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_project_connection.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_project_connection.py index ed300e5dff2e..bf786b63cec4 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_project_connection.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_project_connection.py @@ -106,9 +106,9 @@ def get_project_connection(account_name: Optional[_builtins.str] = None, """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -138,9 +138,9 @@ def get_project_connection_output(account_name: Optional[pulumi.Input[_builtins. """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist.py index db6f21c8a2b5..23b34a0b874b 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist.py @@ -141,9 +141,9 @@ def get_rai_blocklist(account_name: Optional[_builtins.str] = None, """ Gets the specified custom blocklist associated with the Azure OpenAI account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -173,9 +173,9 @@ def get_rai_blocklist_output(account_name: Optional[pulumi.Input[_builtins.str]] """ Gets the specified custom blocklist associated with the Azure OpenAI account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py index 01a5b50a2c53..5d071abdb8a3 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py @@ -142,9 +142,9 @@ def get_rai_blocklist_item(account_name: Optional[_builtins.str] = None, """ Gets the specified custom blocklist Item associated with the custom blocklist. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -177,9 +177,9 @@ def get_rai_blocklist_item_output(account_name: Optional[pulumi.Input[_builtins. """ Gets the specified custom blocklist Item associated with the custom blocklist. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_policy.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_policy.py index 10fc9bf8639c..13c30540ccc3 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_policy.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_rai_policy.py @@ -141,9 +141,9 @@ def get_rai_policy(account_name: Optional[_builtins.str] = None, """ Gets the specified Content Filters associated with the Azure OpenAI account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -173,9 +173,9 @@ def get_rai_policy_output(account_name: Optional[pulumi.Input[_builtins.str]] = """ Gets the specified Content Filters associated with the Azure OpenAI account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py b/sdk/python/pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py index 3a362da3354a..7f960bd49bdc 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py @@ -176,9 +176,9 @@ def get_shared_commitment_plan(commitment_plan_name: Optional[_builtins.str] = N """ Returns a Cognitive Services commitment plan specified by the parameters. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account @@ -208,9 +208,9 @@ def get_shared_commitment_plan_output(commitment_plan_name: Optional[pulumi.Inpu """ Returns a Cognitive Services commitment plan specified by the parameters. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str commitment_plan_name: The name of the commitmentPlan associated with the Cognitive Services Account diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/list_account_keys.py b/sdk/python/pulumi_azure_native/cognitiveservices/list_account_keys.py index 095d4f9fa830..6db31fb6f900 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/list_account_keys.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/list_account_keys.py @@ -67,9 +67,9 @@ def list_account_keys(account_name: Optional[_builtins.str] = None, """ Lists the account keys for the specified Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. @@ -90,9 +90,9 @@ def list_account_keys_output(account_name: Optional[pulumi.Input[_builtins.str]] """ Lists the account keys for the specified Cognitive Services account. - Uses Azure REST API version 2024-10-01. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param _builtins.str account_name: The name of Cognitive Services account. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/outputs.py b/sdk/python/pulumi_azure_native/cognitiveservices/outputs.py index 2f78f79b7404..d5469521cc56 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/outputs.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/outputs.py @@ -64,6 +64,7 @@ 'ManagedAgentDeploymentResponse', 'ManagedIdentityAuthTypeConnectionPropertiesResponse', 'MultiRegionSettingsResponse', + 'NetworkInjectionResponse', 'NetworkRuleSetResponse', 'NoneAuthTypeConnectionPropertiesResponse', 'OAuth2AuthTypeConnectionPropertiesResponse', @@ -162,7 +163,11 @@ def __init__(__self__, *, Expected value is 'AAD'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'AAD') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -221,6 +226,9 @@ def category(self) -> Optional[_builtins.str]: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -244,11 +252,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -259,6 +273,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -384,7 +401,11 @@ def __init__(__self__, *, Expected value is 'AccessKey'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'AccessKey') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -450,6 +471,9 @@ def credentials(self) -> Optional['outputs.ConnectionAccessKeyResponse']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -473,11 +497,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -488,6 +518,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -554,7 +587,11 @@ def __init__(__self__, *, :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection :param 'ConnectionAccountKeyResponse' credentials: Account key object for connection credential. + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'AccountKey') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -623,6 +660,9 @@ def credentials(self) -> Optional['outputs.ConnectionAccountKeyResponse']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -646,11 +686,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -661,6 +707,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -701,14 +750,20 @@ def __key_warning(key: str): suggest = "scheduled_purge_date" elif key == "skuChangeInfo": suggest = "sku_change_info" + elif key == "allowProjectManagement": + suggest = "allow_project_management" elif key == "allowedFqdnList": suggest = "allowed_fqdn_list" elif key == "amlWorkspace": suggest = "aml_workspace" elif key == "apiProperties": suggest = "api_properties" + elif key == "associatedProjects": + suggest = "associated_projects" elif key == "customSubDomainName": suggest = "custom_sub_domain_name" + elif key == "defaultProject": + suggest = "default_project" elif key == "disableLocalAuth": suggest = "disable_local_auth" elif key == "dynamicThrottlingEnabled": @@ -717,6 +772,8 @@ def __key_warning(key: str): suggest = "migration_token" elif key == "networkAcls": suggest = "network_acls" + elif key == "networkInjections": + suggest = "network_injections" elif key == "publicNetworkAccess": suggest = "public_network_access" elif key == "raiMonitorConfig": @@ -753,16 +810,20 @@ def __init__(__self__, *, quota_limit: 'outputs.QuotaLimitResponse', scheduled_purge_date: _builtins.str, sku_change_info: 'outputs.SkuChangeInfoResponse', + allow_project_management: Optional[_builtins.bool] = None, allowed_fqdn_list: Optional[Sequence[_builtins.str]] = None, aml_workspace: Optional['outputs.UserOwnedAmlWorkspaceResponse'] = None, api_properties: Optional['outputs.ApiPropertiesResponse'] = None, + associated_projects: Optional[Sequence[_builtins.str]] = None, custom_sub_domain_name: Optional[_builtins.str] = None, + default_project: Optional[_builtins.str] = None, disable_local_auth: Optional[_builtins.bool] = None, dynamic_throttling_enabled: Optional[_builtins.bool] = None, encryption: Optional['outputs.EncryptionResponse'] = None, locations: Optional['outputs.MultiRegionSettingsResponse'] = None, migration_token: Optional[_builtins.str] = None, network_acls: Optional['outputs.NetworkRuleSetResponse'] = None, + network_injections: Optional[Sequence['outputs.NetworkInjectionResponse']] = None, public_network_access: Optional[_builtins.str] = None, rai_monitor_config: Optional['outputs.RaiMonitorConfigResponse'] = None, restrict_outbound_network_access: Optional[_builtins.bool] = None, @@ -782,9 +843,12 @@ def __init__(__self__, *, :param _builtins.str provisioning_state: Gets the status of the cognitive services account at the time the operation was called. :param _builtins.str scheduled_purge_date: The scheduled purge date, only available for deleted account. :param 'SkuChangeInfoResponse' sku_change_info: Sku change info of account. - :param 'UserOwnedAmlWorkspaceResponse' aml_workspace: The user owned AML workspace properties. + :param _builtins.bool allow_project_management: Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + :param 'UserOwnedAmlWorkspaceResponse' aml_workspace: The user owned AML account properties. :param 'ApiPropertiesResponse' api_properties: The api properties for special APIs. + :param Sequence[_builtins.str] associated_projects: Specifies the projects, by project name, that are associated with this resource. :param _builtins.str custom_sub_domain_name: Optional subdomain name used for token-based authentication. + :param _builtins.str default_project: Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. :param _builtins.bool dynamic_throttling_enabled: The flag to enable dynamic throttling. :param 'EncryptionResponse' encryption: The encryption properties for this resource. :param 'MultiRegionSettingsResponse' locations: The multiregion settings of Cognitive Services account. @@ -809,14 +873,20 @@ def __init__(__self__, *, pulumi.set(__self__, "quota_limit", quota_limit) pulumi.set(__self__, "scheduled_purge_date", scheduled_purge_date) pulumi.set(__self__, "sku_change_info", sku_change_info) + if allow_project_management is not None: + pulumi.set(__self__, "allow_project_management", allow_project_management) if allowed_fqdn_list is not None: pulumi.set(__self__, "allowed_fqdn_list", allowed_fqdn_list) if aml_workspace is not None: pulumi.set(__self__, "aml_workspace", aml_workspace) if api_properties is not None: pulumi.set(__self__, "api_properties", api_properties) + if associated_projects is not None: + pulumi.set(__self__, "associated_projects", associated_projects) if custom_sub_domain_name is not None: pulumi.set(__self__, "custom_sub_domain_name", custom_sub_domain_name) + if default_project is not None: + pulumi.set(__self__, "default_project", default_project) if disable_local_auth is not None: pulumi.set(__self__, "disable_local_auth", disable_local_auth) if dynamic_throttling_enabled is not None: @@ -829,6 +899,8 @@ def __init__(__self__, *, pulumi.set(__self__, "migration_token", migration_token) if network_acls is not None: pulumi.set(__self__, "network_acls", network_acls) + if network_injections is not None: + pulumi.set(__self__, "network_injections", network_injections) if public_network_access is not None: pulumi.set(__self__, "public_network_access", public_network_access) if rai_monitor_config is not None: @@ -952,6 +1024,14 @@ def sku_change_info(self) -> 'outputs.SkuChangeInfoResponse': """ return pulumi.get(self, "sku_change_info") + @_builtins.property + @pulumi.getter(name="allowProjectManagement") + def allow_project_management(self) -> Optional[_builtins.bool]: + """ + Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. + """ + return pulumi.get(self, "allow_project_management") + @_builtins.property @pulumi.getter(name="allowedFqdnList") def allowed_fqdn_list(self) -> Optional[Sequence[_builtins.str]]: @@ -961,7 +1041,7 @@ def allowed_fqdn_list(self) -> Optional[Sequence[_builtins.str]]: @pulumi.getter(name="amlWorkspace") def aml_workspace(self) -> Optional['outputs.UserOwnedAmlWorkspaceResponse']: """ - The user owned AML workspace properties. + The user owned AML account properties. """ return pulumi.get(self, "aml_workspace") @@ -973,6 +1053,14 @@ def api_properties(self) -> Optional['outputs.ApiPropertiesResponse']: """ return pulumi.get(self, "api_properties") + @_builtins.property + @pulumi.getter(name="associatedProjects") + def associated_projects(self) -> Optional[Sequence[_builtins.str]]: + """ + Specifies the projects, by project name, that are associated with this resource. + """ + return pulumi.get(self, "associated_projects") + @_builtins.property @pulumi.getter(name="customSubDomainName") def custom_sub_domain_name(self) -> Optional[_builtins.str]: @@ -981,6 +1069,14 @@ def custom_sub_domain_name(self) -> Optional[_builtins.str]: """ return pulumi.get(self, "custom_sub_domain_name") + @_builtins.property + @pulumi.getter(name="defaultProject") + def default_project(self) -> Optional[_builtins.str]: + """ + Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. + """ + return pulumi.get(self, "default_project") + @_builtins.property @pulumi.getter(name="disableLocalAuth") def disable_local_auth(self) -> Optional[_builtins.bool]: @@ -1026,6 +1122,11 @@ def network_acls(self) -> Optional['outputs.NetworkRuleSetResponse']: """ return pulumi.get(self, "network_acls") + @_builtins.property + @pulumi.getter(name="networkInjections") + def network_injections(self) -> Optional[Sequence['outputs.NetworkInjectionResponse']]: + return pulumi.get(self, "network_injections") + @_builtins.property @pulumi.getter(name="publicNetworkAccess") def public_network_access(self) -> Optional[_builtins.str]: @@ -1479,7 +1580,11 @@ def __init__(__self__, *, :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection :param 'ConnectionApiKeyResponse' credentials: Api key object for connection credential. + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'ApiKey') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -1548,6 +1653,9 @@ def credentials(self) -> Optional['outputs.ConnectionApiKeyResponse']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -1571,11 +1679,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -1586,6 +1700,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -2014,16 +2131,14 @@ def __init__(__self__, *, :param _builtins.str capability_host_kind: Kind of this capability host. :param _builtins.str customer_subnet: Customer subnet info to help set up this capability host. :param _builtins.str description: The asset description text. - :param Sequence[_builtins.str] storage_connections: List of Storage connections. + :param Sequence[_builtins.str] storage_connections: List of connection names from those available in the account or project to be used as a storage resource. :param Mapping[str, _builtins.str] tags: Tag dictionary. Tags can be added, removed, and updated. - :param Sequence[_builtins.str] thread_storage_connections: List of Thread storage connections. - :param Sequence[_builtins.str] vector_store_connections: List of VectorStore connections. + :param Sequence[_builtins.str] thread_storage_connections: List of connection names from those available in the account or project to be used for Thread storage. + :param Sequence[_builtins.str] vector_store_connections: List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). """ pulumi.set(__self__, "provisioning_state", provisioning_state) if ai_services_connections is not None: pulumi.set(__self__, "ai_services_connections", ai_services_connections) - if capability_host_kind is None: - capability_host_kind = 'Agents' if capability_host_kind is not None: pulumi.set(__self__, "capability_host_kind", capability_host_kind) if customer_subnet is not None: @@ -2083,7 +2198,7 @@ def description(self) -> Optional[_builtins.str]: @pulumi.getter(name="storageConnections") def storage_connections(self) -> Optional[Sequence[_builtins.str]]: """ - List of Storage connections. + List of connection names from those available in the account or project to be used as a storage resource. """ return pulumi.get(self, "storage_connections") @@ -2099,7 +2214,7 @@ def tags(self) -> Optional[Mapping[str, _builtins.str]]: @pulumi.getter(name="threadStorageConnections") def thread_storage_connections(self) -> Optional[Sequence[_builtins.str]]: """ - List of Thread storage connections. + List of connection names from those available in the account or project to be used for Thread storage. """ return pulumi.get(self, "thread_storage_connections") @@ -2107,7 +2222,7 @@ def thread_storage_connections(self) -> Optional[Sequence[_builtins.str]]: @pulumi.getter(name="vectorStoreConnections") def vector_store_connections(self) -> Optional[Sequence[_builtins.str]]: """ - List of VectorStore connections. + List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). """ return pulumi.get(self, "vector_store_connections") @@ -2963,7 +3078,11 @@ def __init__(__self__, *, :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection :param 'CustomKeysResponse' credentials: Custom Keys credential object + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'CustomKeys') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -3032,6 +3151,9 @@ def credentials(self) -> Optional['outputs.CustomKeysResponse']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -3055,11 +3177,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -3070,6 +3198,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -3352,6 +3483,8 @@ def __key_warning(key: str): suggest = "rai_policy_name" elif key == "scaleSettings": suggest = "scale_settings" + elif key == "spilloverDeploymentName": + suggest = "spillover_deployment_name" elif key == "versionUpgradeOption": suggest = "version_upgrade_option" @@ -3378,6 +3511,7 @@ def __init__(__self__, *, parent_deployment_name: Optional[_builtins.str] = None, rai_policy_name: Optional[_builtins.str] = None, scale_settings: Optional['outputs.DeploymentScaleSettingsResponse'] = None, + spillover_deployment_name: Optional[_builtins.str] = None, version_upgrade_option: Optional[_builtins.str] = None): """ Properties of Cognitive Services account deployment. @@ -3391,6 +3525,7 @@ def __init__(__self__, *, :param _builtins.str parent_deployment_name: The name of parent deployment. :param _builtins.str rai_policy_name: The name of RAI policy. :param 'DeploymentScaleSettingsResponse' scale_settings: Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) + :param _builtins.str spillover_deployment_name: Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. :param _builtins.str version_upgrade_option: Deployment model version upgrade option. """ pulumi.set(__self__, "call_rate_limit", call_rate_limit) @@ -3410,6 +3545,8 @@ def __init__(__self__, *, pulumi.set(__self__, "rai_policy_name", rai_policy_name) if scale_settings is not None: pulumi.set(__self__, "scale_settings", scale_settings) + if spillover_deployment_name is not None: + pulumi.set(__self__, "spillover_deployment_name", spillover_deployment_name) if version_upgrade_option is not None: pulumi.set(__self__, "version_upgrade_option", version_upgrade_option) @@ -3498,6 +3635,14 @@ def scale_settings(self) -> Optional['outputs.DeploymentScaleSettingsResponse']: """ return pulumi.get(self, "scale_settings") + @_builtins.property + @pulumi.getter(name="spilloverDeploymentName") + def spillover_deployment_name(self) -> Optional[_builtins.str]: + """ + Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. + """ + return pulumi.get(self, "spillover_deployment_name") + @_builtins.property @pulumi.getter(name="versionUpgradeOption") def version_upgrade_option(self) -> Optional[_builtins.str]: @@ -4345,7 +4490,11 @@ def __init__(__self__, *, Expected value is 'ManagedIdentity'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'ManagedIdentity') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -4411,6 +4560,9 @@ def credentials(self) -> Optional['outputs.ConnectionManagedIdentityResponse']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -4434,11 +4586,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -4449,6 +4607,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -4505,6 +4666,72 @@ def routing_method(self) -> Optional[_builtins.str]: return pulumi.get(self, "routing_method") +@pulumi.output_type +class NetworkInjectionResponse(dict): + """ + Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + """ + @staticmethod + def __key_warning(key: str): + suggest = None + if key == "subnetArmId": + suggest = "subnet_arm_id" + elif key == "useMicrosoftManagedNetwork": + suggest = "use_microsoft_managed_network" + + if suggest: + pulumi.log.warn(f"Key '{key}' not found in NetworkInjectionResponse. Access the value via the '{suggest}' property getter instead.") + + def __getitem__(self, key: str) -> Any: + NetworkInjectionResponse.__key_warning(key) + return super().__getitem__(key) + + def get(self, key: str, default = None) -> Any: + NetworkInjectionResponse.__key_warning(key) + return super().get(key, default) + + def __init__(__self__, *, + scenario: Optional[_builtins.str] = None, + subnet_arm_id: Optional[_builtins.str] = None, + use_microsoft_managed_network: Optional[_builtins.bool] = None): + """ + Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. + :param _builtins.str scenario: Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + :param _builtins.str subnet_arm_id: Specify the subnet for which your Agent Client is injected into. + :param _builtins.bool use_microsoft_managed_network: Boolean to enable Microsoft Managed Network for subnet delegation + """ + if scenario is not None: + pulumi.set(__self__, "scenario", scenario) + if subnet_arm_id is not None: + pulumi.set(__self__, "subnet_arm_id", subnet_arm_id) + if use_microsoft_managed_network is not None: + pulumi.set(__self__, "use_microsoft_managed_network", use_microsoft_managed_network) + + @_builtins.property + @pulumi.getter + def scenario(self) -> Optional[_builtins.str]: + """ + Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. + """ + return pulumi.get(self, "scenario") + + @_builtins.property + @pulumi.getter(name="subnetArmId") + def subnet_arm_id(self) -> Optional[_builtins.str]: + """ + Specify the subnet for which your Agent Client is injected into. + """ + return pulumi.get(self, "subnet_arm_id") + + @_builtins.property + @pulumi.getter(name="useMicrosoftManagedNetwork") + def use_microsoft_managed_network(self) -> Optional[_builtins.bool]: + """ + Boolean to enable Microsoft Managed Network for subnet delegation + """ + return pulumi.get(self, "use_microsoft_managed_network") + + @pulumi.output_type class NetworkRuleSetResponse(dict): """ @@ -4637,7 +4864,11 @@ def __init__(__self__, *, Expected value is 'None'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'None') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -4696,6 +4927,9 @@ def category(self) -> Optional[_builtins.str]: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -4719,11 +4953,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -4734,6 +4974,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -4797,7 +5040,11 @@ def __init__(__self__, *, :param _builtins.str category: Category of the connection :param 'ConnectionOAuth2Response' credentials: ClientId and ClientSecret are required. Other properties are optional depending on each OAuth2 provider's implementation. + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'OAuth2') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -4867,6 +5114,9 @@ def credentials(self) -> Optional['outputs.ConnectionOAuth2Response']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -4890,11 +5140,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -4905,6 +5161,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -4990,7 +5249,11 @@ def __init__(__self__, *, Expected value is 'PAT'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'PAT') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -5056,6 +5319,9 @@ def credentials(self) -> Optional['outputs.ConnectionPersonalAccessTokenResponse @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -5079,11 +5345,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -5094,6 +5366,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -6527,7 +6802,11 @@ def __init__(__self__, *, Expected value is 'SAS'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'SAS') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -6593,6 +6872,9 @@ def credentials(self) -> Optional['outputs.ConnectionSharedAccessSignatureRespon @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -6616,11 +6898,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -6631,6 +6919,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -6756,7 +7047,11 @@ def __init__(__self__, *, Expected value is 'ServicePrincipal'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'ServicePrincipal') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -6822,6 +7117,9 @@ def credentials(self) -> Optional['outputs.ConnectionServicePrincipalResponse']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -6845,11 +7143,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -6860,6 +7164,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property @@ -7362,7 +7669,7 @@ def principal_id(self) -> _builtins.str: @pulumi.output_type class UserOwnedAmlWorkspaceResponse(dict): """ - The user owned AML workspace for Cognitive Services account. + The user owned AML account for Cognitive Services account. """ @staticmethod def __key_warning(key: str): @@ -7387,9 +7694,9 @@ def __init__(__self__, *, identity_client_id: Optional[_builtins.str] = None, resource_id: Optional[_builtins.str] = None): """ - The user owned AML workspace for Cognitive Services account. - :param _builtins.str identity_client_id: Identity Client id of a AML workspace resource. - :param _builtins.str resource_id: Full resource id of a AML workspace resource. + The user owned AML account for Cognitive Services account. + :param _builtins.str identity_client_id: Identity Client id of a AML account resource. + :param _builtins.str resource_id: Full resource id of a AML account resource. """ if identity_client_id is not None: pulumi.set(__self__, "identity_client_id", identity_client_id) @@ -7400,7 +7707,7 @@ def __init__(__self__, *, @pulumi.getter(name="identityClientId") def identity_client_id(self) -> Optional[_builtins.str]: """ - Identity Client id of a AML workspace resource. + Identity Client id of a AML account resource. """ return pulumi.get(self, "identity_client_id") @@ -7408,7 +7715,7 @@ def identity_client_id(self) -> Optional[_builtins.str]: @pulumi.getter(name="resourceId") def resource_id(self) -> Optional[_builtins.str]: """ - Full resource id of a AML workspace resource. + Full resource id of a AML account resource. """ return pulumi.get(self, "resource_id") @@ -7516,7 +7823,11 @@ def __init__(__self__, *, Expected value is 'UsernamePassword'. :param _builtins.str group: Group based on connection category :param _builtins.str category: Category of the connection + :param _builtins.str error: Provides the error message if the connection fails :param Mapping[str, _builtins.str] metadata: Store user metadata for this connection + :param _builtins.str pe_requirement: Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + :param _builtins.str pe_status: Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + :param _builtins.str target: The connection URL to be used. """ pulumi.set(__self__, "auth_type", 'UsernamePassword') pulumi.set(__self__, "created_by_workspace_arm_id", created_by_workspace_arm_id) @@ -7582,6 +7893,9 @@ def credentials(self) -> Optional['outputs.ConnectionUsernamePasswordResponse']: @_builtins.property @pulumi.getter def error(self) -> Optional[_builtins.str]: + """ + Provides the error message if the connection fails + """ return pulumi.get(self, "error") @_builtins.property @@ -7605,11 +7919,17 @@ def metadata(self) -> Optional[Mapping[str, _builtins.str]]: @_builtins.property @pulumi.getter(name="peRequirement") def pe_requirement(self) -> Optional[_builtins.str]: + """ + Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. + """ return pulumi.get(self, "pe_requirement") @_builtins.property @pulumi.getter(name="peStatus") def pe_status(self) -> Optional[_builtins.str]: + """ + Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. + """ return pulumi.get(self, "pe_status") @_builtins.property @@ -7620,6 +7940,9 @@ def shared_user_list(self) -> Optional[Sequence[_builtins.str]]: @_builtins.property @pulumi.getter def target(self) -> Optional[_builtins.str]: + """ + The connection URL to be used. + """ return pulumi.get(self, "target") @_builtins.property diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/private_endpoint_connection.py b/sdk/python/pulumi_azure_native/cognitiveservices/private_endpoint_connection.py index 900806197670..caec343c4055 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/private_endpoint_connection.py @@ -120,9 +120,9 @@ def __init__(__self__, """ The Private Endpoint Connection resource. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -141,9 +141,9 @@ def __init__(__self__, """ The Private Endpoint Connection resource. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/project.py b/sdk/python/pulumi_azure_native/cognitiveservices/project.py index 7e0aeb204334..b68c9595e475 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/project.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/project.py @@ -154,9 +154,9 @@ def __init__(__self__, """ Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -177,9 +177,9 @@ def __init__(__self__, """ Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param ProjectArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/project_capability_host.py b/sdk/python/pulumi_azure_native/cognitiveservices/project_capability_host.py index 78c8182bb31f..bc7dea82d322 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/project_capability_host.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/project_capability_host.py @@ -117,9 +117,9 @@ def __init__(__self__, """ Azure Resource Manager resource envelope for Project CapabilityHost. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -138,9 +138,9 @@ def __init__(__self__, """ Azure Resource Manager resource envelope for Project CapabilityHost. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param ProjectCapabilityHostInitArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/project_connection.py b/sdk/python/pulumi_azure_native/cognitiveservices/project_connection.py index afdcb307f754..b96168d7ff1c 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/project_connection.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/project_connection.py @@ -118,9 +118,9 @@ def __init__(__self__, """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -139,9 +139,9 @@ def __init__(__self__, """ Connection base resource schema. - Uses Azure REST API version 2025-04-01-preview. + Uses Azure REST API version 2025-06-01. - Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param ProjectConnectionArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist.py b/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist.py index 72f22b9d0616..a4dd8ad7495e 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist.py @@ -119,9 +119,9 @@ def __init__(__self__, """ Cognitive Services RaiBlocklist. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -140,9 +140,9 @@ def __init__(__self__, """ Cognitive Services RaiBlocklist. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param RaiBlocklistArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist_item.py b/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist_item.py index df477f94ad1a..01713b4813a6 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/rai_blocklist_item.py @@ -135,9 +135,9 @@ def __init__(__self__, """ Cognitive Services RaiBlocklist Item. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -157,9 +157,9 @@ def __init__(__self__, """ Cognitive Services RaiBlocklist Item. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param RaiBlocklistItemArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/rai_policy.py b/sdk/python/pulumi_azure_native/cognitiveservices/rai_policy.py index a5906a521196..56e7ba2b47bf 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/rai_policy.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/rai_policy.py @@ -120,9 +120,9 @@ def __init__(__self__, """ Cognitive Services RaiPolicy. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -141,9 +141,9 @@ def __init__(__self__, """ Cognitive Services RaiPolicy. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. - Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param RaiPolicyArgs args: The arguments to use to populate this resource's properties. diff --git a/sdk/python/pulumi_azure_native/cognitiveservices/shared_commitment_plan.py b/sdk/python/pulumi_azure_native/cognitiveservices/shared_commitment_plan.py index 2a35a9c11fa3..c3524e9bf2d7 100644 --- a/sdk/python/pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +++ b/sdk/python/pulumi_azure_native/cognitiveservices/shared_commitment_plan.py @@ -155,9 +155,9 @@ def __init__(__self__, """ Cognitive Services account commitment plan. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. @@ -178,9 +178,9 @@ def __init__(__self__, """ Cognitive Services account commitment plan. - Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. + Uses Azure REST API version 2025-06-01. In version 2.x of the Azure Native provider, it used API version 2023-05-01. - Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. + Other available API versions: 2023-05-01, 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview, 2025-07-01-preview, 2025-09-01, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cognitiveservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. :param str resource_name: The name of the resource. :param SharedCommitmentPlanArgs args: The arguments to use to populate this resource's properties. diff --git a/versions/v3-spec.yaml b/versions/v3-spec.yaml index 4dfd83a552d7..02b164f4740a 100644 --- a/versions/v3-spec.yaml +++ b/versions/v3-spec.yaml @@ -232,16 +232,11 @@ Cloudngfw: CodeSigning: tracking: 2024-09-30-preview CognitiveServices: - tracking: "2024-10-01" + tracking: "2025-06-01" additions: - AccountCapabilityHost: 2025-04-01-preview - AccountConnection: 2025-04-01-preview AgentApplication: 2025-10-01-preview AgentDeployment: 2025-10-01-preview OutboundRule: 2025-10-01-preview - Project: 2025-04-01-preview - ProjectCapabilityHost: 2025-04-01-preview - ProjectConnection: 2025-04-01-preview RaiExternalSafetyProvider: 2025-10-01-preview RaiToolLabel: 2025-10-01-preview RaiTopic: 2025-07-01-preview diff --git a/versions/v3.yaml b/versions/v3.yaml index ef2df905c90e..f2327452ad0b 100644 --- a/versions/v3.yaml +++ b/versions/v3.yaml @@ -3300,18 +3300,18 @@ CodeSigning: RpNamespace: Microsoft.CodeSigning CognitiveServices: Account: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName} RpNamespace: Microsoft.CognitiveServices AccountCapabilityHost: - ApiVersion: 2025-04-01-preview - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/preview/2025-04-01-preview/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/capabilityHosts/{capabilityHostName} RpNamespace: Microsoft.CognitiveServices AccountConnection: - ApiVersion: 2025-04-01-preview - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/preview/2025-04-01-preview/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/connections/{connectionName} RpNamespace: Microsoft.CognitiveServices AgentApplication: @@ -3325,23 +3325,23 @@ CognitiveServices: ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/projects/{projectName}/applications/{appName}/agentDeployments/{deploymentName} RpNamespace: Microsoft.CognitiveServices CommitmentPlan: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName} RpNamespace: Microsoft.CognitiveServices CommitmentPlanAssociation: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName} RpNamespace: Microsoft.CognitiveServices Deployment: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName} RpNamespace: Microsoft.CognitiveServices EncryptionScope: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/encryptionScopes/{encryptionScopeName} RpNamespace: Microsoft.CognitiveServices OutboundRule: @@ -3350,33 +3350,33 @@ CognitiveServices: ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/managedNetworks/{managedNetworkName}/outboundRules/{ruleName} RpNamespace: Microsoft.CognitiveServices PrivateEndpointConnection: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName} RpNamespace: Microsoft.CognitiveServices Project: - ApiVersion: 2025-04-01-preview - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/preview/2025-04-01-preview/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/projects/{projectName} RpNamespace: Microsoft.CognitiveServices ProjectCapabilityHost: - ApiVersion: 2025-04-01-preview - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/preview/2025-04-01-preview/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/projects/{projectName}/capabilityHosts/{capabilityHostName} RpNamespace: Microsoft.CognitiveServices ProjectConnection: - ApiVersion: 2025-04-01-preview - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/preview/2025-04-01-preview/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/projects/{projectName}/connections/{connectionName} RpNamespace: Microsoft.CognitiveServices RaiBlocklist: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raiBlocklists/{raiBlocklistName} RpNamespace: Microsoft.CognitiveServices RaiBlocklistItem: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raiBlocklists/{raiBlocklistName}/raiBlocklistItems/{raiBlocklistItemName} RpNamespace: Microsoft.CognitiveServices RaiExternalSafetyProvider: @@ -3385,8 +3385,8 @@ CognitiveServices: ResourceUri: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/raiExternalSafetyProviders/{safetyProviderName} RpNamespace: Microsoft.CognitiveServices RaiPolicy: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raiPolicies/{raiPolicyName} RpNamespace: Microsoft.CognitiveServices RaiToolLabel: @@ -3400,8 +3400,8 @@ CognitiveServices: ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raitopics/{raiTopicName} RpNamespace: Microsoft.CognitiveServices SharedCommitmentPlan: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName} RpNamespace: Microsoft.CognitiveServices SubscriptionRaiPolicy: @@ -3410,8 +3410,8 @@ CognitiveServices: ResourceUri: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/raiPolicy/{raiPolicyName} RpNamespace: Microsoft.CognitiveServices listAccountKeys: - ApiVersion: "2024-10-01" - SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2024-10-01/cognitiveservices.json + ApiVersion: "2025-06-01" + SpecFilePath: specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json ResourceUri: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/listKeys RpNamespace: Microsoft.CognitiveServices listAgentApplicationAgents: