Skip to content

Commit 606eb89

Browse files
authored
[create-pull-request] automated change
1 parent a0eb933 commit 606eb89

File tree

29 files changed

+1134
-113
lines changed

29 files changed

+1134
-113
lines changed

src/Aspire.Hosting.Azure.AIFoundry/api/Aspire.Hosting.Azure.AIFoundry.cs

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ public partial class AIFoundryModel
3737

3838
public static partial class AI21Labs
3939
{
40+
[System.Obsolete("Use AI21Jamba15Large instead.")]
41+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
4042
public static readonly AIFoundryModel Ai21Jamba15Large;
43+
public static readonly AIFoundryModel AI21Jamba15Large;
44+
[System.Obsolete("Use AI21Jamba15Mini instead.")]
45+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
4146
public static readonly AIFoundryModel Ai21Jamba15Mini;
47+
public static readonly AIFoundryModel AI21Jamba15Mini;
4248
}
4349

4450
public static partial class BlackForestLabs
@@ -66,18 +72,56 @@ public static partial class Core42
6672

6773
public static partial class DeepSeek
6874
{
75+
[System.Obsolete("Use DeepSeekR1 instead.")]
76+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
6977
public static readonly AIFoundryModel DeepseekR1;
78+
public static readonly AIFoundryModel DeepSeekR1;
79+
[System.Obsolete("Use DeepSeekR10528 instead.")]
80+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
7081
public static readonly AIFoundryModel DeepseekR10528;
82+
public static readonly AIFoundryModel DeepSeekR10528;
83+
[System.Obsolete("Use DeepSeekV3 instead.")]
84+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
7185
public static readonly AIFoundryModel DeepseekV3;
86+
public static readonly AIFoundryModel DeepSeekV3;
87+
[System.Obsolete("Use DeepSeekV30324 instead.")]
88+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
7289
public static readonly AIFoundryModel DeepseekV30324;
90+
public static readonly AIFoundryModel DeepSeekV30324;
91+
public static readonly AIFoundryModel DeepSeekV31;
92+
}
93+
94+
public static partial class Local
95+
{
96+
public static readonly AIFoundryModel DeepseekR114b;
97+
public static readonly AIFoundryModel DeepseekR17b;
98+
public static readonly AIFoundryModel GptOss20b;
99+
public static readonly AIFoundryModel Mistral7bV02;
100+
public static readonly AIFoundryModel Phi35Mini;
101+
public static readonly AIFoundryModel Phi3Mini128k;
102+
public static readonly AIFoundryModel Phi3Mini4k;
103+
public static readonly AIFoundryModel Phi4;
104+
public static readonly AIFoundryModel Phi4Mini;
105+
public static readonly AIFoundryModel Phi4MiniReasoning;
106+
public static readonly AIFoundryModel Qwen2505b;
107+
public static readonly AIFoundryModel Qwen2514b;
108+
public static readonly AIFoundryModel Qwen2515b;
109+
public static readonly AIFoundryModel Qwen257b;
110+
public static readonly AIFoundryModel Qwen25Coder05b;
111+
public static readonly AIFoundryModel Qwen25Coder14b;
112+
public static readonly AIFoundryModel Qwen25Coder15b;
113+
public static readonly AIFoundryModel Qwen25Coder7b;
73114
}
74115

75116
public static partial class Meta
76117
{
77118
public static readonly AIFoundryModel Llama3211BVisionInstruct;
78119
public static readonly AIFoundryModel Llama3290BVisionInstruct;
79120
public static readonly AIFoundryModel Llama3370BInstruct;
121+
[System.Obsolete("Use Llama4Maverick17B128EInstructFP8 instead.")]
122+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
80123
public static readonly AIFoundryModel Llama4Maverick17B128EInstructFp8;
124+
public static readonly AIFoundryModel Llama4Maverick17B128EInstructFP8;
81125
public static readonly AIFoundryModel Llama4Scout17B16EInstruct;
82126
public static readonly AIFoundryModel MetaLlama31405BInstruct;
83127
public static readonly AIFoundryModel MetaLlama3170BInstruct;
@@ -88,21 +132,56 @@ public static partial class Meta
88132

89133
public static partial class Microsoft
90134
{
135+
[System.Obsolete("Use AzureAIContentSafety instead.")]
136+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
91137
public static readonly AIFoundryModel AzureAiContentSafety;
138+
public static readonly AIFoundryModel AzureAIContentSafety;
139+
[System.Obsolete("Use AzureAIContentSafety instead.")]
140+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
92141
public static readonly AIFoundryModel AzureAiContentUnderstanding;
142+
public static readonly AIFoundryModel AzureAIContentUnderstanding;
143+
[System.Obsolete("Use AzureAIContentSafety instead.")]
144+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
93145
public static readonly AIFoundryModel AzureAiDocumentIntelligence;
146+
public static readonly AIFoundryModel AzureAIDocumentIntelligence;
147+
[System.Obsolete("Use AzureAIContentSafety instead.")]
148+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
94149
public static readonly AIFoundryModel AzureAiLanguage;
150+
public static readonly AIFoundryModel AzureAILanguage;
151+
[System.Obsolete("This model is not available anymore.")]
152+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
95153
public static readonly AIFoundryModel AzureAiSpeech;
154+
[System.Obsolete("Use AzureAITranslator instead.")]
155+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
96156
public static readonly AIFoundryModel AzureAiTranslator;
157+
public static readonly AIFoundryModel AzureAITranslator;
158+
[System.Obsolete("Use AzureAIVision instead.")]
159+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
97160
public static readonly AIFoundryModel AzureAiVision;
161+
public static readonly AIFoundryModel AzureAIVision;
162+
[System.Obsolete("Use MaiDSR1 instead.")]
163+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
98164
public static readonly AIFoundryModel MaiDsR1;
165+
public static readonly AIFoundryModel MaiDSR1;
99166
public static readonly AIFoundryModel ModelRouter;
167+
public static readonly AIFoundryModel Phi35MiniInstruct;
168+
public static readonly AIFoundryModel Phi35MoEInstruct;
169+
public static readonly AIFoundryModel Phi35VisionInstruct;
170+
public static readonly AIFoundryModel Phi3Medium128kInstruct;
171+
public static readonly AIFoundryModel Phi3Medium4kInstruct;
172+
public static readonly AIFoundryModel Phi3Mini128kInstruct;
173+
public static readonly AIFoundryModel Phi3Mini4kInstruct;
174+
public static readonly AIFoundryModel Phi3Small128kInstruct;
175+
public static readonly AIFoundryModel Phi3Small8kInstruct;
100176
public static readonly AIFoundryModel Phi4;
101177
public static readonly AIFoundryModel Phi4MiniInstruct;
102178
public static readonly AIFoundryModel Phi4MiniReasoning;
179+
public static readonly AIFoundryModel Phi4MultimodalInstruct;
103180
public static readonly AIFoundryModel Phi4Reasoning;
104181
}
105182

183+
[System.Obsolete("Use MistralAI instead.")]
184+
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
106185
public static partial class MistralAi
107186
{
108187
public static readonly AIFoundryModel Codestral2501;
@@ -116,9 +195,23 @@ public static partial class MistralAi
116195
public static readonly AIFoundryModel MistralSmall2503;
117196
}
118197

198+
public static partial class MistralAI
199+
{
200+
public static readonly AIFoundryModel Codestral2501;
201+
public static readonly AIFoundryModel Ministral3B;
202+
public static readonly AIFoundryModel MistralDocumentAi2505;
203+
public static readonly AIFoundryModel MistralLarge2407;
204+
public static readonly AIFoundryModel MistralLarge2411;
205+
public static readonly AIFoundryModel MistralMedium2505;
206+
public static readonly AIFoundryModel MistralNemo;
207+
public static readonly AIFoundryModel MistralSmall;
208+
public static readonly AIFoundryModel MistralSmall2503;
209+
}
210+
119211
public static partial class OpenAI
120212
{
121213
public static readonly AIFoundryModel CodexMini;
214+
public static readonly AIFoundryModel ComputerUsePreview;
122215
public static readonly AIFoundryModel DallE3;
123216
public static readonly AIFoundryModel Davinci002;
124217
public static readonly AIFoundryModel Gpt35Turbo;
@@ -129,6 +222,7 @@ public static partial class OpenAI
129222
public static readonly AIFoundryModel Gpt41Mini;
130223
public static readonly AIFoundryModel Gpt41Nano;
131224
public static readonly AIFoundryModel Gpt432k;
225+
public static readonly AIFoundryModel Gpt45Preview;
132226
public static readonly AIFoundryModel Gpt4o;
133227
public static readonly AIFoundryModel Gpt4oAudioPreview;
134228
public static readonly AIFoundryModel Gpt4oMini;
@@ -138,13 +232,27 @@ public static partial class OpenAI
138232
public static readonly AIFoundryModel Gpt4oMiniTts;
139233
public static readonly AIFoundryModel Gpt4oRealtimePreview;
140234
public static readonly AIFoundryModel Gpt4oTranscribe;
235+
public static readonly AIFoundryModel Gpt4oTranscribeDiarize;
236+
public static readonly AIFoundryModel Gpt5;
141237
public static readonly AIFoundryModel Gpt5Chat;
238+
public static readonly AIFoundryModel Gpt5Codex;
142239
public static readonly AIFoundryModel Gpt5Mini;
143240
public static readonly AIFoundryModel Gpt5Nano;
241+
public static readonly AIFoundryModel Gpt5Pro;
242+
public static readonly AIFoundryModel GptAudio;
243+
public static readonly AIFoundryModel GptAudioMini;
244+
public static readonly AIFoundryModel GptImage1;
245+
public static readonly AIFoundryModel GptImage1Mini;
144246
public static readonly AIFoundryModel GptOss120b;
247+
public static readonly AIFoundryModel GptRealtime;
248+
public static readonly AIFoundryModel GptRealtimeMini;
145249
public static readonly AIFoundryModel O1;
146250
public static readonly AIFoundryModel O1Mini;
251+
public static readonly AIFoundryModel O1Preview;
252+
public static readonly AIFoundryModel O3;
253+
public static readonly AIFoundryModel O3DeepResearch;
147254
public static readonly AIFoundryModel O3Mini;
255+
public static readonly AIFoundryModel O3Pro;
148256
public static readonly AIFoundryModel O4Mini;
149257
public static readonly AIFoundryModel Sora;
150258
public static readonly AIFoundryModel TextEmbedding3Large;
@@ -155,10 +263,21 @@ public static partial class OpenAI
155263
public static readonly AIFoundryModel Whisper;
156264
}
157265

266+
public static partial class StabilityAI
267+
{
268+
public static readonly AIFoundryModel StableDiffusion35Large;
269+
public static readonly AIFoundryModel StableImageCore;
270+
public static readonly AIFoundryModel StableImageUltra;
271+
}
272+
158273
public static partial class XAI
159274
{
160275
public static readonly AIFoundryModel Grok3;
161276
public static readonly AIFoundryModel Grok3Mini;
277+
public static readonly AIFoundryModel Grok4;
278+
public static readonly AIFoundryModel Grok4FastNonReasoning;
279+
public static readonly AIFoundryModel Grok4FastReasoning;
280+
public static readonly AIFoundryModel GrokCodeFast1;
162281
}
163282
}
164283

src/Aspire.Hosting.Azure.AppContainers/api/Aspire.Hosting.Azure.AppContainers.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,14 @@ public AzureContainerAppEnvironmentResource(string name, System.Action<AzureReso
9292
public BicepOutputReference NameOutputReference { get { throw null; } }
9393

9494
public override global::Azure.Provisioning.Primitives.ProvisionableResource AddAsExistingResource(AzureResourceInfrastructure infra) { throw null; }
95+
96+
ApplicationModel.ReferenceExpression ApplicationModel.IComputeEnvironmentResource.GetHostAddressExpression(ApplicationModel.EndpointReference endpointReference) { throw null; }
97+
}
98+
99+
public partial class AzureContainerAppResource : AzureProvisioningResource
100+
{
101+
public AzureContainerAppResource(string name, System.Action<AzureResourceInfrastructure> configureInfrastructure, ApplicationModel.IResource targetResource) : base(default!, default!) { }
102+
103+
public ApplicationModel.IResource TargetResource { get { throw null; } }
95104
}
96105
}

src/Aspire.Hosting.Azure.AppService/api/Aspire.Hosting.Azure.AppService.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ public static ApplicationModel.IResourceBuilder<T> PublishAsAzureAppServiceWebsi
1717
public static partial class AzureAppServiceEnvironmentExtensions
1818
{
1919
public static ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> AddAzureAppServiceEnvironment(this IDistributedApplicationBuilder builder, string name) { throw null; }
20+
21+
public static ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> WithDashboard(this ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> builder, bool enable = true) { throw null; }
2022
}
2123
}
2224

@@ -32,9 +34,13 @@ public AzureAppServiceEnvironmentResource(string name, System.Action<AzureResour
3234

3335
ApplicationModel.ReferenceExpression IAzureContainerRegistry.ManagedIdentityId { get { throw null; } }
3436

37+
public BicepOutputReference DashboardUriReference { get { throw null; } }
38+
3539
public BicepOutputReference NameOutputReference { get { throw null; } }
3640

3741
public override global::Azure.Provisioning.Primitives.ProvisionableResource AddAsExistingResource(AzureResourceInfrastructure infra) { throw null; }
42+
43+
ApplicationModel.ReferenceExpression ApplicationModel.IComputeEnvironmentResource.GetHostAddressExpression(ApplicationModel.EndpointReference endpointReference) { throw null; }
3844
}
3945

4046
public sealed partial class AzureAppServiceWebsiteCustomizationAnnotation : ApplicationModel.IResourceAnnotation
@@ -43,4 +49,11 @@ public AzureAppServiceWebsiteCustomizationAnnotation(System.Action<AzureResource
4349

4450
public System.Action<AzureResourceInfrastructure, global::Azure.Provisioning.AppService.WebSite> Configure { get { throw null; } }
4551
}
52+
53+
public partial class AzureAppServiceWebSiteResource : AzureProvisioningResource
54+
{
55+
public AzureAppServiceWebSiteResource(string name, System.Action<AzureResourceInfrastructure> configureInfrastructure, ApplicationModel.IResource targetResource) : base(default!, default!) { }
56+
57+
public ApplicationModel.IResource TargetResource { get { throw null; } }
58+
}
4659
}

src/Aspire.Hosting.Azure.KeyVault/api/Aspire.Hosting.Azure.KeyVault.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,16 @@ public AzureKeyVaultResource(string name, System.Action<AzureResourceInfrastruct
4343

4444
public ApplicationModel.ReferenceExpression ConnectionStringExpression { get { throw null; } }
4545

46+
public bool IsEmulator { get { throw null; } }
47+
4648
public BicepOutputReference NameOutputReference { get { throw null; } }
4749

4850
public BicepOutputReference VaultUri { get { throw null; } }
4951

5052
public override global::Azure.Provisioning.Primitives.ProvisionableResource AddAsExistingResource(AzureResourceInfrastructure infra) { throw null; }
5153

54+
public System.Threading.Tasks.ValueTask<string?> GetConnectionStringAsync(System.Threading.CancellationToken cancellationToken = default) { throw null; }
55+
5256
public IAzureKeyVaultSecretReference GetSecret(string secretName) { throw null; }
5357
}
5458

src/Aspire.Hosting.Azure.Kusto/api/Aspire.Hosting.Azure.Kusto.cs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,24 @@
66
// the code is regenerated.
77
// </auto-generated>
88
//------------------------------------------------------------------------------
9-
namespace Aspire.Hosting.Azure.Kusto
9+
namespace Aspire.Hosting
1010
{
1111
public static partial class AzureKustoBuilderExtensions
1212
{
13-
public static ApplicationModel.IResourceBuilder<AzureKustoClusterResource> AddAzureKustoCluster(this IDistributedApplicationBuilder builder, string name) { throw null; }
13+
public static ApplicationModel.IResourceBuilder<Azure.AzureKustoClusterResource> AddAzureKustoCluster(this IDistributedApplicationBuilder builder, string name) { throw null; }
1414

15-
public static ApplicationModel.IResourceBuilder<AzureKustoReadWriteDatabaseResource> AddReadWriteDatabase(this ApplicationModel.IResourceBuilder<AzureKustoClusterResource> builder, string name, string? databaseName = null) { throw null; }
15+
public static ApplicationModel.IResourceBuilder<Azure.AzureKustoReadWriteDatabaseResource> AddReadWriteDatabase(this ApplicationModel.IResourceBuilder<Azure.AzureKustoClusterResource> builder, string name, string? databaseName = null) { throw null; }
1616

17-
public static ApplicationModel.IResourceBuilder<AzureKustoClusterResource> RunAsEmulator(this ApplicationModel.IResourceBuilder<AzureKustoClusterResource> builder, System.Action<ApplicationModel.IResourceBuilder<AzureKustoEmulatorResource>>? configureContainer = null) { throw null; }
17+
public static ApplicationModel.IResourceBuilder<Azure.AzureKustoClusterResource> RunAsEmulator(this ApplicationModel.IResourceBuilder<Azure.AzureKustoClusterResource> builder, System.Action<ApplicationModel.IResourceBuilder<Azure.AzureKustoEmulatorResource>>? configureContainer = null) { throw null; }
1818

19-
public static ApplicationModel.IResourceBuilder<AzureKustoReadWriteDatabaseResource> WithCreationScript(this ApplicationModel.IResourceBuilder<AzureKustoReadWriteDatabaseResource> builder, string script) { throw null; }
19+
public static ApplicationModel.IResourceBuilder<Azure.AzureKustoReadWriteDatabaseResource> WithCreationScript(this ApplicationModel.IResourceBuilder<Azure.AzureKustoReadWriteDatabaseResource> builder, string script) { throw null; }
2020

21-
public static ApplicationModel.IResourceBuilder<AzureKustoEmulatorResource> WithHostPort(this ApplicationModel.IResourceBuilder<AzureKustoEmulatorResource> builder, int port) { throw null; }
21+
public static ApplicationModel.IResourceBuilder<Azure.AzureKustoEmulatorResource> WithHostPort(this ApplicationModel.IResourceBuilder<Azure.AzureKustoEmulatorResource> builder, int port) { throw null; }
2222
}
23+
}
2324

25+
namespace Aspire.Hosting.Azure
26+
{
2427
public partial class AzureKustoClusterResource : AzureProvisioningResource, ApplicationModel.IResourceWithConnectionString, ApplicationModel.IResource, ApplicationModel.IManifestExpressionProvider, ApplicationModel.IValueProvider, ApplicationModel.IValueWithReferences, ApplicationModel.IResourceWithEndpoints
2528
{
2629
public AzureKustoClusterResource(string name, System.Action<AzureResourceInfrastructure> configureInfrastructure) : base(default!, default!) { }

src/Aspire.Hosting.Azure/api/Aspire.Hosting.Azure.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public static T CreateExistingOrNewProvisionableResource<T>(AzureResourceInfrast
255255
[System.Diagnostics.CodeAnalysis.Experimental("ASPIREAZURE001", UrlFormat = "https://aka.ms/aspire/diagnostics/{0}")]
256256
public sealed partial class AzurePublishingContext
257257
{
258-
public AzurePublishingContext(string outputPath, AzureProvisioningOptions provisioningOptions, Microsoft.Extensions.Logging.ILogger logger, Publishing.IPublishingActivityReporter activityReporter) { }
258+
public AzurePublishingContext(string outputPath, AzureProvisioningOptions provisioningOptions, System.IServiceProvider serviceProvider, Microsoft.Extensions.Logging.ILogger logger, Pipelines.IPipelineActivityReporter activityReporter) { }
259259

260260
public global::Azure.Provisioning.Infrastructure MainInfrastructure { get { throw null; } }
261261

0 commit comments

Comments
 (0)