Skip to content

Commit 17ea95c

Browse files
authored
[create-pull-request] automated change
1 parent 1d5ab36 commit 17ea95c

File tree

32 files changed

+1376
-208
lines changed

32 files changed

+1376
-208
lines changed

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

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

3838
public static partial class AI21Labs
3939
{
40-
public static readonly AIFoundryModel Ai21Jamba15Large;
41-
public static readonly AIFoundryModel Ai21Jamba15Mini;
40+
public static readonly AIFoundryModel AI21Jamba15Large;
41+
public static readonly AIFoundryModel AI21Jamba15Mini;
4242
}
4343

4444
public static partial class BlackForestLabs
@@ -66,18 +66,42 @@ public static partial class Core42
6666

6767
public static partial class DeepSeek
6868
{
69-
public static readonly AIFoundryModel DeepseekR1;
70-
public static readonly AIFoundryModel DeepseekR10528;
71-
public static readonly AIFoundryModel DeepseekV3;
72-
public static readonly AIFoundryModel DeepseekV30324;
69+
public static readonly AIFoundryModel DeepSeekR1;
70+
public static readonly AIFoundryModel DeepSeekR10528;
71+
public static readonly AIFoundryModel DeepSeekV3;
72+
public static readonly AIFoundryModel DeepSeekV30324;
73+
public static readonly AIFoundryModel DeepSeekV31;
74+
}
75+
76+
public static partial class Local
77+
{
78+
public static readonly AIFoundryModel DeepseekR114b;
79+
public static readonly AIFoundryModel DeepseekR17b;
80+
public static readonly AIFoundryModel GptOss20b;
81+
public static readonly AIFoundryModel Mistral7bV02;
82+
public static readonly AIFoundryModel Phi35Mini;
83+
public static readonly AIFoundryModel Phi3Mini128k;
84+
public static readonly AIFoundryModel Phi3Mini4k;
85+
public static readonly AIFoundryModel Phi4;
86+
public static readonly AIFoundryModel Phi4Mini;
87+
public static readonly AIFoundryModel Phi4MiniReasoning;
88+
public static readonly AIFoundryModel Qwen2505b;
89+
public static readonly AIFoundryModel Qwen2514b;
90+
public static readonly AIFoundryModel Qwen2515b;
91+
public static readonly AIFoundryModel Qwen2515bInstructTestVitisNpu;
92+
public static readonly AIFoundryModel Qwen257b;
93+
public static readonly AIFoundryModel Qwen25Coder05b;
94+
public static readonly AIFoundryModel Qwen25Coder14b;
95+
public static readonly AIFoundryModel Qwen25Coder15b;
96+
public static readonly AIFoundryModel Qwen25Coder7b;
7397
}
7498

7599
public static partial class Meta
76100
{
77101
public static readonly AIFoundryModel Llama3211BVisionInstruct;
78102
public static readonly AIFoundryModel Llama3290BVisionInstruct;
79103
public static readonly AIFoundryModel Llama3370BInstruct;
80-
public static readonly AIFoundryModel Llama4Maverick17B128EInstructFp8;
104+
public static readonly AIFoundryModel Llama4Maverick17B128EInstructFP8;
81105
public static readonly AIFoundryModel Llama4Scout17B16EInstruct;
82106
public static readonly AIFoundryModel MetaLlama31405BInstruct;
83107
public static readonly AIFoundryModel MetaLlama3170BInstruct;
@@ -88,22 +112,33 @@ public static partial class Meta
88112

89113
public static partial class Microsoft
90114
{
91-
public static readonly AIFoundryModel AzureAiContentSafety;
92-
public static readonly AIFoundryModel AzureAiContentUnderstanding;
93-
public static readonly AIFoundryModel AzureAiDocumentIntelligence;
94-
public static readonly AIFoundryModel AzureAiLanguage;
95-
public static readonly AIFoundryModel AzureAiSpeech;
96-
public static readonly AIFoundryModel AzureAiTranslator;
97-
public static readonly AIFoundryModel AzureAiVision;
98-
public static readonly AIFoundryModel MaiDsR1;
115+
public static readonly AIFoundryModel AzureAIContentSafety;
116+
public static readonly AIFoundryModel AzureAIContentUnderstanding;
117+
public static readonly AIFoundryModel AzureAIDocumentIntelligence;
118+
public static readonly AIFoundryModel AzureAILanguage;
119+
public static readonly AIFoundryModel AzureAITranslator;
120+
public static readonly AIFoundryModel AzureAIVision;
121+
public static readonly AIFoundryModel LanguageDetection;
122+
public static readonly AIFoundryModel MaiDSR1;
99123
public static readonly AIFoundryModel ModelRouter;
124+
public static readonly AIFoundryModel Phi35MiniInstruct;
125+
public static readonly AIFoundryModel Phi35MoEInstruct;
126+
public static readonly AIFoundryModel Phi35VisionInstruct;
127+
public static readonly AIFoundryModel Phi3Medium128kInstruct;
128+
public static readonly AIFoundryModel Phi3Medium4kInstruct;
129+
public static readonly AIFoundryModel Phi3Mini128kInstruct;
130+
public static readonly AIFoundryModel Phi3Mini4kInstruct;
131+
public static readonly AIFoundryModel Phi3Small128kInstruct;
132+
public static readonly AIFoundryModel Phi3Small8kInstruct;
100133
public static readonly AIFoundryModel Phi4;
101134
public static readonly AIFoundryModel Phi4MiniInstruct;
102135
public static readonly AIFoundryModel Phi4MiniReasoning;
136+
public static readonly AIFoundryModel Phi4MultimodalInstruct;
103137
public static readonly AIFoundryModel Phi4Reasoning;
138+
public static readonly AIFoundryModel TextPii;
104139
}
105140

106-
public static partial class MistralAi
141+
public static partial class MistralAI
107142
{
108143
public static readonly AIFoundryModel Codestral2501;
109144
public static readonly AIFoundryModel Ministral3B;
@@ -119,6 +154,7 @@ public static partial class MistralAi
119154
public static partial class OpenAI
120155
{
121156
public static readonly AIFoundryModel CodexMini;
157+
public static readonly AIFoundryModel ComputerUsePreview;
122158
public static readonly AIFoundryModel DallE3;
123159
public static readonly AIFoundryModel Davinci002;
124160
public static readonly AIFoundryModel Gpt35Turbo;
@@ -129,6 +165,7 @@ public static partial class OpenAI
129165
public static readonly AIFoundryModel Gpt41Mini;
130166
public static readonly AIFoundryModel Gpt41Nano;
131167
public static readonly AIFoundryModel Gpt432k;
168+
public static readonly AIFoundryModel Gpt45Preview;
132169
public static readonly AIFoundryModel Gpt4o;
133170
public static readonly AIFoundryModel Gpt4oAudioPreview;
134171
public static readonly AIFoundryModel Gpt4oMini;
@@ -138,13 +175,27 @@ public static partial class OpenAI
138175
public static readonly AIFoundryModel Gpt4oMiniTts;
139176
public static readonly AIFoundryModel Gpt4oRealtimePreview;
140177
public static readonly AIFoundryModel Gpt4oTranscribe;
178+
public static readonly AIFoundryModel Gpt4oTranscribeDiarize;
179+
public static readonly AIFoundryModel Gpt5;
141180
public static readonly AIFoundryModel Gpt5Chat;
181+
public static readonly AIFoundryModel Gpt5Codex;
142182
public static readonly AIFoundryModel Gpt5Mini;
143183
public static readonly AIFoundryModel Gpt5Nano;
184+
public static readonly AIFoundryModel Gpt5Pro;
185+
public static readonly AIFoundryModel GptAudio;
186+
public static readonly AIFoundryModel GptAudioMini;
187+
public static readonly AIFoundryModel GptImage1;
188+
public static readonly AIFoundryModel GptImage1Mini;
144189
public static readonly AIFoundryModel GptOss120b;
190+
public static readonly AIFoundryModel GptRealtime;
191+
public static readonly AIFoundryModel GptRealtimeMini;
145192
public static readonly AIFoundryModel O1;
146193
public static readonly AIFoundryModel O1Mini;
194+
public static readonly AIFoundryModel O1Preview;
195+
public static readonly AIFoundryModel O3;
196+
public static readonly AIFoundryModel O3DeepResearch;
147197
public static readonly AIFoundryModel O3Mini;
198+
public static readonly AIFoundryModel O3Pro;
148199
public static readonly AIFoundryModel O4Mini;
149200
public static readonly AIFoundryModel Sora;
150201
public static readonly AIFoundryModel TextEmbedding3Large;
@@ -155,10 +206,21 @@ public static partial class OpenAI
155206
public static readonly AIFoundryModel Whisper;
156207
}
157208

209+
public static partial class StabilityAI
210+
{
211+
public static readonly AIFoundryModel StableDiffusion35Large;
212+
public static readonly AIFoundryModel StableImageCore;
213+
public static readonly AIFoundryModel StableImageUltra;
214+
}
215+
158216
public static partial class XAI
159217
{
160218
public static readonly AIFoundryModel Grok3;
161219
public static readonly AIFoundryModel Grok3Mini;
220+
public static readonly AIFoundryModel Grok4;
221+
public static readonly AIFoundryModel Grok4FastNonReasoning;
222+
public static readonly AIFoundryModel Grok4FastReasoning;
223+
public static readonly AIFoundryModel GrokCodeFast1;
162224
}
163225
}
164226

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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ 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> WithAutomaticScaling(this ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> builder) { throw null; }
22+
23+
public static ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> WithAzureApplicationInsights(this ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> builder, ApplicationModel.IResourceBuilder<ApplicationModel.ParameterResource> applicationInsightsLocation) { throw null; }
24+
25+
public static ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> WithAzureApplicationInsights(this ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> builder, ApplicationModel.IResourceBuilder<Azure.AzureApplicationInsightsResource> applicationInsightsBuilder) { throw null; }
26+
27+
public static ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> WithAzureApplicationInsights(this ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> builder, string applicationInsightsLocation) { throw null; }
28+
29+
public static ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> WithAzureApplicationInsights(this ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> builder) { throw null; }
30+
31+
public static ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> WithDashboard(this ApplicationModel.IResourceBuilder<Azure.AzureAppServiceEnvironmentResource> builder, bool enable = true) { throw null; }
2032
}
2133
}
2234

@@ -32,9 +44,17 @@ public AzureAppServiceEnvironmentResource(string name, System.Action<AzureResour
3244

3345
ApplicationModel.ReferenceExpression IAzureContainerRegistry.ManagedIdentityId { get { throw null; } }
3446

47+
public BicepOutputReference AzureAppInsightsConnectionStringReference { get { throw null; } }
48+
49+
public BicepOutputReference AzureAppInsightsInstrumentationKeyReference { get { throw null; } }
50+
51+
public BicepOutputReference DashboardUriReference { get { throw null; } }
52+
3553
public BicepOutputReference NameOutputReference { get { throw null; } }
3654

3755
public override global::Azure.Provisioning.Primitives.ProvisionableResource AddAsExistingResource(AzureResourceInfrastructure infra) { throw null; }
56+
57+
ApplicationModel.ReferenceExpression ApplicationModel.IComputeEnvironmentResource.GetHostAddressExpression(ApplicationModel.EndpointReference endpointReference) { throw null; }
3858
}
3959

4060
public sealed partial class AzureAppServiceWebsiteCustomizationAnnotation : ApplicationModel.IResourceAnnotation
@@ -43,4 +63,11 @@ public AzureAppServiceWebsiteCustomizationAnnotation(System.Action<AzureResource
4363

4464
public System.Action<AzureResourceInfrastructure, global::Azure.Provisioning.AppService.WebSite> Configure { get { throw null; } }
4565
}
66+
67+
public partial class AzureAppServiceWebSiteResource : AzureProvisioningResource
68+
{
69+
public AzureAppServiceWebSiteResource(string name, System.Action<AzureResourceInfrastructure> configureInfrastructure, ApplicationModel.IResource targetResource) : base(default!, default!) { }
70+
71+
public ApplicationModel.IResource TargetResource { get { throw null; } }
72+
}
4673
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ public AzureApplicationInsightsResource(string name, System.Action<AzureResource
3333
public ApplicationModel.ReferenceExpression ConnectionStringExpression { get { throw null; } }
3434

3535
public BicepOutputReference NameOutputReference { get { throw null; } }
36+
37+
public override global::Azure.Provisioning.Primitives.ProvisionableResource AddAsExistingResource(AzureResourceInfrastructure infra) { throw null; }
3638
}
3739
}

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.OperationalInsights/api/Aspire.Hosting.Azure.OperationalInsights.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public static partial class AzureLogAnalyticsWorkspaceExtensions
1616

1717
namespace Aspire.Hosting.Azure
1818
{
19-
[System.Diagnostics.CodeAnalysis.Experimental("ASPIRECOMPUTE001", UrlFormat = "https://aka.ms/aspire/diagnostics/{0}")]
2019
public partial class AzureLogAnalyticsWorkspaceReferenceAnnotation : ApplicationModel.IResourceAnnotation
2120
{
2221
public AzureLogAnalyticsWorkspaceReferenceAnnotation(AzureLogAnalyticsWorkspaceResource workspace) { }

0 commit comments

Comments
 (0)