From 90be1cbeec225714f34d92b9a3c805b1af0bcddd Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 23 Sep 2022 02:09:49 +0000 Subject: [PATCH] CodeGen from PR 20840 in Azure/azure-rest-api-specs Merge 92930d6502f478011e9d3900f99b59c6e56d3e5a into 610b71b2cef6eea85aa7e8de3bdd508d6a21453d --- .../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 b5da95d2f506..5368aa3f4bc0 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: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.md tag: package-2022-02-01-preview output-folder: $(this-folder)/Generated clear-output-folder: true