From d63d817ed6ee4336077918c217877e5ffc1da8cc Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 26 Jul 2022 18:09:18 +0000 Subject: [PATCH] CodeGen from PR 19964 in Azure/azure-rest-api-specs Merge a45f3e181b1e6baeea440f114c5bd5d4ad59a9e4 into 1d8c9392a9e889206458116691f1f183c749f14c --- .../src/Generated/Models/AzureFileDatastore.cs | 6 +++--- .../src/Generated/Models/ForecastingModel.cs | 2 +- .../src/Generated/Models/SkuScaleType.cs | 8 ++++---- .../Azure.ResourceManager.MachineLearning/src/autorest.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/AzureFileDatastore.cs b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/AzureFileDatastore.cs index 39d2452884ac..30636534c570 100644 --- a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/AzureFileDatastore.cs +++ b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/AzureFileDatastore.cs @@ -20,7 +20,7 @@ public partial class AzureFileDatastore : DatastoreProperties /// The available derived classes include , , , , , and . /// /// [Required] Storage account name. - /// [Required] TODO - File share name. + /// [Required] The name of the Azure file share that the datastore points to. /// , or is null. public AzureFileDatastore(DatastoreCredentials credentials, string accountName, string fileShareName) : base(credentials) { @@ -55,7 +55,7 @@ public AzureFileDatastore(DatastoreCredentials credentials, string accountName, /// Readonly property to indicate if datastore is the workspace default datastore. /// [Required] Storage account name. /// Azure cloud endpoint for the storage account. - /// [Required] TODO - File share name. + /// [Required] The name of the Azure file share that the datastore points to. /// Protocol used to communicate with the storage account. /// Indicates which identity to use to authenticate service data access to customer's storage. internal AzureFileDatastore(string description, IDictionary properties, IDictionary tags, DatastoreCredentials credentials, DatastoreType datastoreType, bool? isDefault, string accountName, string endpoint, string fileShareName, string protocol, ServiceDataAccessAuthIdentity? serviceDataAccessAuthIdentity) : base(description, properties, tags, credentials, datastoreType, isDefault) @@ -72,7 +72,7 @@ internal AzureFileDatastore(string description, IDictionary prop public string AccountName { get; set; } /// Azure cloud endpoint for the storage account. public string Endpoint { get; set; } - /// [Required] TODO - File share name. + /// [Required] The name of the Azure file share that the datastore points to. public string FileShareName { get; set; } /// Protocol used to communicate with the storage account. public string Protocol { get; set; } diff --git a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/ForecastingModel.cs b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/ForecastingModel.cs index 87322c460cda..b78e502661bb 100644 --- a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/ForecastingModel.cs +++ b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/ForecastingModel.cs @@ -67,7 +67,7 @@ public ForecastingModel(string value) /// This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity. /// public static ForecastingModel Arimax { get; } = new ForecastingModel(ArimaxValue); - /// TCNForecaster: Temporal Convolutional Networks Forecaster. //TODO: Ask forecasting team for brief intro. + /// TCNForecaster: Temporal Convolutional Networks Forecaster. public static ForecastingModel TCNForecaster { get; } = new ForecastingModel(TCNForecasterValue); /// Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. public static ForecastingModel ElasticNet { get; } = new ForecastingModel(ElasticNetValue); diff --git a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/SkuScaleType.cs b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/SkuScaleType.cs index 2d6102a08216..02e629be5201 100644 --- a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/SkuScaleType.cs +++ b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Generated/Models/SkuScaleType.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.MachineLearning.Models { - /// TODO - SKU scale type. + /// Node scaling setting for the compute sku. public readonly partial struct SkuScaleType : IEquatable { private readonly string _value; @@ -26,11 +26,11 @@ public SkuScaleType(string value) private const string ManualValue = "Manual"; private const string NoneValue = "None"; - /// Automatic. + /// Automatically scales node count. public static SkuScaleType Automatic { get; } = new SkuScaleType(AutomaticValue); - /// Manual. + /// Node count scaled upon user request. public static SkuScaleType Manual { get; } = new SkuScaleType(ManualValue); - /// None. + /// Fixed set of nodes. public static SkuScaleType None { get; } = new SkuScaleType(NoneValue); /// Determines if two values are the same. public static bool operator ==(SkuScaleType left, SkuScaleType right) => left.Equals(right); diff --git a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/autorest.md b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/autorest.md index a96a8d3f6b22..099e7fb29b2f 100644 --- a/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/autorest.md +++ b/sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/autorest.md @@ -7,7 +7,7 @@ Run `dotnet build /t:GenerateCode` to generate code. azure-arm: true library-name: MachineLearning namespace: Azure.ResourceManager.MachineLearning -require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/0bff4d0f259847b1fc97a4ca8f98b8c40d672ba5/specification/machinelearningservices/resource-manager/readme.md +require: https://github.com/Azure/azure-rest-api-specs/blob/0f1bcbc1cf7637e97ef9e2f55b39f3dced4c27b4/specification/machinelearningservices/resource-manager/readme.md tag: package-2022-02-01-preview output-folder: $(this-folder)/Generated clear-output-folder: true