From b038693ba5cdf01ffe0392697abb2ba0c26a6a9c Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Thu, 15 Jun 2023 14:20:21 +0800 Subject: [PATCH 1/3] fix specification/security/resource-manager/readme.md --- specification/security/resource-manager/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index dda8e5cea84a..b9a8872cb59f 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -897,9 +897,9 @@ These settings apply only when `--tag=package-2023-05` is specified on the comma ```yaml $(tag) == 'package-2023-05' input-file: - - Microsoft.Security/stable/2023-05-01/serverVulnerabilityAssessmentsSettings.json + - Microsoft.Security/stable/2023-05-01/ServerVulnerabilityAssessmentsSettings.json ---- +``` # Code Generation From 1a0f3b755775efdd997b1b802b9134de9494a8f4 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:22:34 +0800 Subject: [PATCH 2/3] fix --- specification/security/resource-manager/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index b9a8872cb59f..1f4308005b12 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -901,6 +901,8 @@ input-file: ``` +--- + # Code Generation ## Swagger to SDK From f09481cca0020662ac94a54fe9b5928e7ea59c98 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:26:44 +0800 Subject: [PATCH 3/3] fix --- specification/security/resource-manager/readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index 1f4308005b12..cbeb40532c19 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -898,7 +898,6 @@ These settings apply only when `--tag=package-2023-05` is specified on the comma ```yaml $(tag) == 'package-2023-05' input-file: - Microsoft.Security/stable/2023-05-01/ServerVulnerabilityAssessmentsSettings.json - ``` ---