From fe746e4530d1ceddc79aa4920971c1d3f332e28e Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 7 Feb 2022 03:30:03 +0000 Subject: [PATCH] CodeGen from PR 17685 in Azure/azure-rest-api-specs Merge e446395f58552d16eeedc9924ee23a4d4fcf7417 into 6af1afc7c3fbdea232a80f1334894d459e1dc922 --- .../src/Generated/Models/AlertRule.cs | 2 +- .../Models/ThreatIntelligenceInformation.cs | 2 +- .../src/Generated/SdkInfo_SecurityInsights.cs | 12 ------------ 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/AlertRule.cs b/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/AlertRule.cs index 632d19b54e41..a3f1fddbbe60 100644 --- a/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/AlertRule.cs +++ b/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/AlertRule.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.Management.SecurityInsights.Models using System.Linq; /// - /// Alert rule. + /// Alert rule. /// public partial class AlertRule : ResourceWithEtag { diff --git a/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/ThreatIntelligenceInformation.cs b/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/ThreatIntelligenceInformation.cs index 6fbf37b57f41..078ef8bffc0d 100644 --- a/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/ThreatIntelligenceInformation.cs +++ b/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/Models/ThreatIntelligenceInformation.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.SecurityInsights.Models /// /// Threat intelligence information object. /// - public partial class ThreatIntelligenceInformation : ResourceWithEtag + public partial class ThreatIntelligenceInformation { /// /// Initializes a new instance of the ThreatIntelligenceInformation diff --git a/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/SdkInfo_SecurityInsights.cs b/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/SdkInfo_SecurityInsights.cs index 761fa1fa8e3a..cd11b8fb0b41 100644 --- a/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/SdkInfo_SecurityInsights.cs +++ b/sdk/securityinsights/Microsoft.Azure.Management.SecurityInsights/src/Generated/SdkInfo_SecurityInsights.cs @@ -54,17 +54,5 @@ public static IEnumerable> ApiInfo_SecurityInsight }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/securityinsights/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "main"; - public static readonly String GithubCommidId = "f727c69fa6aa618d706adae3fe8c1222d08d7a4d"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } - -