diff --git a/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/KustoScriptResource.cs b/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/KustoScriptResource.cs index caf5c3858d18..cf1481fcd040 100644 --- a/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/KustoScriptResource.cs +++ b/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/KustoScriptResource.cs @@ -151,7 +151,7 @@ public virtual Response Get(CancellationToken cancellationT } /// - /// Deletes a Kusto principalAssignment. + /// Deletes a Kusto database script. /// /// /// Request Path @@ -185,7 +185,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell } /// - /// Deletes a Kusto principalAssignment. + /// Deletes a Kusto database script. /// /// /// Request Path diff --git a/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/Models/KustoLanguageExtensionImageName.cs b/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/Models/KustoLanguageExtensionImageName.cs index 2cb906eed2d1..5bb172bb2cde 100644 --- a/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/Models/KustoLanguageExtensionImageName.cs +++ b/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/Models/KustoLanguageExtensionImageName.cs @@ -24,8 +24,6 @@ public KustoLanguageExtensionImageName(string value) private const string RValue = "R"; private const string Python3_6_5Value = "Python3_6_5"; - private const string Python3_9_12Value = "Python3_9_12"; - private const string Python3_9_12IncludeDeepLearningValue = "Python3_9_12IncludeDeepLearning"; private const string Python3_10_8Value = "Python3_10_8"; /// R. diff --git a/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/RestOperations/ScriptsRestOperations.cs b/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/RestOperations/ScriptsRestOperations.cs index 4386c05f6af1..b4a9d9b72a15 100644 --- a/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/RestOperations/ScriptsRestOperations.cs +++ b/sdk/kusto/Azure.ResourceManager.Kusto/src/Generated/RestOperations/ScriptsRestOperations.cs @@ -422,7 +422,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG return message; } - /// Deletes a Kusto principalAssignment. + /// Deletes a Kusto database script. /// Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group containing the Kusto cluster. /// The name of the Kusto cluster. @@ -452,7 +452,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr } } - /// Deletes a Kusto principalAssignment. + /// Deletes a Kusto database script. /// Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. /// The name of the resource group containing the Kusto cluster. /// The name of the Kusto cluster. diff --git a/sdk/kusto/Azure.ResourceManager.Kusto/src/autorest.md b/sdk/kusto/Azure.ResourceManager.Kusto/src/autorest.md index e5254294710b..b380dfe9aa84 100644 --- a/sdk/kusto/Azure.ResourceManager.Kusto/src/autorest.md +++ b/sdk/kusto/Azure.ResourceManager.Kusto/src/autorest.md @@ -8,7 +8,7 @@ azure-arm: true csharp: true library-name: Kusto namespace: Azure.ResourceManager.Kusto -require: https://github.com/Azure/azure-rest-api-specs/blob/78ec1b99699a4bf44869bd13f1b0ed7d92a99c27/specification/azure-kusto/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/azure-kusto/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true