From c097dcd23fd2b62d662879d4eb1e5b36d30ffbb1 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 19 Aug 2022 10:22:52 +0000 Subject: [PATCH] CodeGen from PR 20284 in Azure/azure-rest-api-specs Merge 10f24101f3d359cafd8ee5fdf3135d879fa892ee into 9f5b38d2bcc1fe9820d32e987c0970075e3eab1a --- .../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..2357eb39613f 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