Skip to content

Commit 8fa4ccc

Browse files
author
SDKAuto
committed
CodeGen from PR 31603 in Azure/azure-rest-api-specs
Merge bd451f87456c94d528ec198c0cc845b031ada94a into 0d2ca01a170641d8b1f5dace38b8995bb7563be8
1 parent f77b12e commit 8fa4ccc

8 files changed

+50
-29
lines changed

sdk/ai/Azure.AI.Projects/api/Azure.AI.Projects.net8.0.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public static partial class AIProjectsModelFactory
488488
public static Azure.AI.Projects.ConnectionResponse ConnectionResponse(string id = null, string name = null, Azure.AI.Projects.ConnectionProperties properties = null) { throw null; }
489489
public static Azure.AI.Projects.CredentialsApiKeyAuth CredentialsApiKeyAuth(string key = null) { throw null; }
490490
public static Azure.AI.Projects.Evaluation Evaluation(string id = null, Azure.AI.Projects.InputData data = null, string displayName = null, string description = null, Azure.AI.Projects.SystemData systemData = null, string status = null, System.Collections.Generic.IDictionary<string, string> tags = null, System.Collections.Generic.IDictionary<string, string> properties = null, System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> evaluators = null) { throw null; }
491-
public static Azure.AI.Projects.EvaluationSchedule EvaluationSchedule(string name = null, Azure.AI.Projects.ApplicationInsightsConfiguration data = null, string description = null, Azure.AI.Projects.SystemData systemData = null, string provisioningStatus = null, System.Collections.Generic.IDictionary<string, string> tags = null, System.Collections.Generic.IDictionary<string, string> properties = null, System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> evaluators = null, Azure.AI.Projects.Trigger trigger = null) { throw null; }
491+
public static Azure.AI.Projects.EvaluationSchedule EvaluationSchedule(string name = null, Azure.AI.Projects.ApplicationInsightsConfiguration data = null, string description = null, Azure.AI.Projects.SystemData systemData = null, string provisioningState = null, System.Collections.Generic.IDictionary<string, string> tags = null, System.Collections.Generic.IDictionary<string, string> properties = null, string isEnabled = null, System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> evaluators = null, Azure.AI.Projects.Trigger trigger = null) { throw null; }
492492
public static Azure.AI.Projects.GetWorkspaceResponse GetWorkspaceResponse(string id = null, string name = null, Azure.AI.Projects.WorkspaceProperties properties = null) { throw null; }
493493
public static Azure.AI.Projects.ListConnectionsResponse ListConnectionsResponse(System.Collections.Generic.IEnumerable<Azure.AI.Projects.ConnectionResponse> value = null) { throw null; }
494494
public static Azure.AI.Projects.MessageDelta MessageDelta(Azure.AI.Projects.MessageRole role = default(Azure.AI.Projects.MessageRole), System.Collections.Generic.IEnumerable<Azure.AI.Projects.MessageDeltaContent> content = null) { throw null; }
@@ -568,7 +568,7 @@ public static partial class AIProjectsModelFactory
568568
}
569569
public partial class ApplicationInsightsConfiguration : Azure.AI.Projects.InputData, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ApplicationInsightsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ApplicationInsightsConfiguration>
570570
{
571-
public ApplicationInsightsConfiguration(string resourceId, string query, string serviceName) { }
571+
public ApplicationInsightsConfiguration(string resourceId, string query) { }
572572
public string ConnectionString { get { throw null; } set { } }
573573
public string Query { get { throw null; } set { } }
574574
public string ResourceId { get { throw null; } set { } }
@@ -805,9 +805,10 @@ public EvaluationSchedule(Azure.AI.Projects.ApplicationInsightsConfiguration dat
805805
public Azure.AI.Projects.ApplicationInsightsConfiguration Data { get { throw null; } set { } }
806806
public string Description { get { throw null; } set { } }
807807
public System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> Evaluators { get { throw null; } }
808+
public string IsEnabled { get { throw null; } }
808809
public string Name { get { throw null; } }
809810
public System.Collections.Generic.IDictionary<string, string> Properties { get { throw null; } }
810-
public string ProvisioningStatus { get { throw null; } }
811+
public string ProvisioningState { get { throw null; } }
811812
public Azure.AI.Projects.SystemData SystemData { get { throw null; } }
812813
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
813814
public Azure.AI.Projects.Trigger Trigger { get { throw null; } set { } }

sdk/ai/Azure.AI.Projects/api/Azure.AI.Projects.netstandard2.0.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public static partial class AIProjectsModelFactory
488488
public static Azure.AI.Projects.ConnectionResponse ConnectionResponse(string id = null, string name = null, Azure.AI.Projects.ConnectionProperties properties = null) { throw null; }
489489
public static Azure.AI.Projects.CredentialsApiKeyAuth CredentialsApiKeyAuth(string key = null) { throw null; }
490490
public static Azure.AI.Projects.Evaluation Evaluation(string id = null, Azure.AI.Projects.InputData data = null, string displayName = null, string description = null, Azure.AI.Projects.SystemData systemData = null, string status = null, System.Collections.Generic.IDictionary<string, string> tags = null, System.Collections.Generic.IDictionary<string, string> properties = null, System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> evaluators = null) { throw null; }
491-
public static Azure.AI.Projects.EvaluationSchedule EvaluationSchedule(string name = null, Azure.AI.Projects.ApplicationInsightsConfiguration data = null, string description = null, Azure.AI.Projects.SystemData systemData = null, string provisioningStatus = null, System.Collections.Generic.IDictionary<string, string> tags = null, System.Collections.Generic.IDictionary<string, string> properties = null, System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> evaluators = null, Azure.AI.Projects.Trigger trigger = null) { throw null; }
491+
public static Azure.AI.Projects.EvaluationSchedule EvaluationSchedule(string name = null, Azure.AI.Projects.ApplicationInsightsConfiguration data = null, string description = null, Azure.AI.Projects.SystemData systemData = null, string provisioningState = null, System.Collections.Generic.IDictionary<string, string> tags = null, System.Collections.Generic.IDictionary<string, string> properties = null, string isEnabled = null, System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> evaluators = null, Azure.AI.Projects.Trigger trigger = null) { throw null; }
492492
public static Azure.AI.Projects.GetWorkspaceResponse GetWorkspaceResponse(string id = null, string name = null, Azure.AI.Projects.WorkspaceProperties properties = null) { throw null; }
493493
public static Azure.AI.Projects.ListConnectionsResponse ListConnectionsResponse(System.Collections.Generic.IEnumerable<Azure.AI.Projects.ConnectionResponse> value = null) { throw null; }
494494
public static Azure.AI.Projects.MessageDelta MessageDelta(Azure.AI.Projects.MessageRole role = default(Azure.AI.Projects.MessageRole), System.Collections.Generic.IEnumerable<Azure.AI.Projects.MessageDeltaContent> content = null) { throw null; }
@@ -568,7 +568,7 @@ public static partial class AIProjectsModelFactory
568568
}
569569
public partial class ApplicationInsightsConfiguration : Azure.AI.Projects.InputData, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ApplicationInsightsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ApplicationInsightsConfiguration>
570570
{
571-
public ApplicationInsightsConfiguration(string resourceId, string query, string serviceName) { }
571+
public ApplicationInsightsConfiguration(string resourceId, string query) { }
572572
public string ConnectionString { get { throw null; } set { } }
573573
public string Query { get { throw null; } set { } }
574574
public string ResourceId { get { throw null; } set { } }
@@ -805,9 +805,10 @@ public EvaluationSchedule(Azure.AI.Projects.ApplicationInsightsConfiguration dat
805805
public Azure.AI.Projects.ApplicationInsightsConfiguration Data { get { throw null; } set { } }
806806
public string Description { get { throw null; } set { } }
807807
public System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> Evaluators { get { throw null; } }
808+
public string IsEnabled { get { throw null; } }
808809
public string Name { get { throw null; } }
809810
public System.Collections.Generic.IDictionary<string, string> Properties { get { throw null; } }
810-
public string ProvisioningStatus { get { throw null; } }
811+
public string ProvisioningState { get { throw null; } }
811812
public Azure.AI.Projects.SystemData SystemData { get { throw null; } }
812813
public System.Collections.Generic.IDictionary<string, string> Tags { get { throw null; } }
813814
public Azure.AI.Projects.Trigger Trigger { get { throw null; } set { } }

sdk/ai/Azure.AI.Projects/src/Generated/AIProjectsModelFactory.cs

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/ApplicationInsightsConfiguration.Serialization.cs

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/ApplicationInsightsConfiguration.cs

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/ai/Azure.AI.Projects/src/Generated/EvaluationSchedule.Serialization.cs

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)