Skip to content

[AutoPR Azure.ResourceManager.MachineLearning] Release machinelearningservices microsoft.machine learning services 2025 06 01 #11903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9626,7 +9626,6 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
public partial class RegistryAcrDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails>
{
public RegistryAcrDetails() { }
public Azure.Core.ResourceIdentifier ArmResourceId { get { throw null; } set { } }
public Azure.ResourceManager.MachineLearning.Models.SystemCreatedAcrAccount SystemCreatedAcrAccount { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -10031,7 +10030,6 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
public partial class StorageAccountDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails>
{
public StorageAccountDetails() { }
public Azure.Core.ResourceIdentifier ArmResourceId { get { throw null; } set { } }
public Azure.ResourceManager.MachineLearning.Models.SystemCreatedStorageAccount SystemCreatedStorageAccount { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9626,7 +9626,6 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
public partial class RegistryAcrDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails>
{
public RegistryAcrDetails() { }
public Azure.Core.ResourceIdentifier ArmResourceId { get { throw null; } set { } }
public Azure.ResourceManager.MachineLearning.Models.SystemCreatedAcrAccount SystemCreatedAcrAccount { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -10031,7 +10030,6 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
public partial class StorageAccountDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails>
{
public StorageAccountDetails() { }
public Azure.Core.ResourceIdentifier ArmResourceId { get { throw null; } set { } }
public Azure.ResourceManager.MachineLearning.Models.SystemCreatedStorageAccount SystemCreatedStorageAccount { get { throw null; } set { } }
protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down
Loading