From 74f933219efc6ac9a18ac5e94db8852aa710bba3 Mon Sep 17 00:00:00 2001 From: "Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD)" Date: Thu, 3 Nov 2022 14:13:39 +0800 Subject: [PATCH 1/4] update Readme --- specification/security/resource-manager/readme.md | 1 + .../security/resource-manager/readme.python.md | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index fc8cc875ad79..00fde07a1260 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -546,6 +546,7 @@ These settings apply only when `--tag=package-2020-01-preview-only` is specified ``` yaml $(tag) == 'package-2020-01-preview-only' input-file: - Microsoft.Security/preview/2020-01-01-preview/secureScore.json +- Microsoft.Security/preview/2020-01-01-preview/securityContacts.json # Needed when there is more than one input file override-info: diff --git a/specification/security/resource-manager/readme.python.md b/specification/security/resource-manager/readme.python.md index 7be81712bbd9..db0f2be92c7f 100644 --- a/specification/security/resource-manager/readme.python.md +++ b/specification/security/resource-manager/readme.python.md @@ -38,6 +38,7 @@ Generate all API versions currently shipped for this package clear-output-folder: true multiapi: true batch: + - tag: package-preview-2022-08 - tag: package-preview-2022-07 - tag: package-2022-05 - tag: package-preview-2022-05 @@ -69,6 +70,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec perform-load: false ``` +### Tag: package-2022-08-preview-only and python + +These settings apply only when `--tag=package-2022-08-preview-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-08-preview-only' && $(python) +namespace: azure.mgmt.security.v2022_08_01_preview +output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_08_01_preview +``` + ### Tag: package-preview-2022-07 and python These settings apply only when `--tag=package-preview-2022-07 --python` is specified on the command line. From da04d872aabab411aecf507c5bd8bd18c2e0676d Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Thu, 3 Nov 2022 14:31:33 +0800 Subject: [PATCH 2/4] Update readme.python.md --- specification/security/resource-manager/readme.python.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/security/resource-manager/readme.python.md b/specification/security/resource-manager/readme.python.md index db0f2be92c7f..d82cdc0eb5f7 100644 --- a/specification/security/resource-manager/readme.python.md +++ b/specification/security/resource-manager/readme.python.md @@ -70,12 +70,12 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec perform-load: false ``` -### Tag: package-2022-08-preview-only and python +### Tag: package-2022-08-preview and python -These settings apply only when `--tag=package-2022-08-preview-only --python` is specified on the command line. +These settings apply only when `--tag=package-2022-08-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2022-08-preview-only' && $(python) +``` yaml $(tag) == 'package-2022-08-preview' && $(python) namespace: azure.mgmt.security.v2022_08_01_preview output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_08_01_preview ``` From ee47d1aeb960c38347ccea705d077903384d1268 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Thu, 3 Nov 2022 14:46:03 +0800 Subject: [PATCH 3/4] Update readme.python.md --- specification/security/resource-manager/readme.python.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/security/resource-manager/readme.python.md b/specification/security/resource-manager/readme.python.md index d82cdc0eb5f7..133a36fb684c 100644 --- a/specification/security/resource-manager/readme.python.md +++ b/specification/security/resource-manager/readme.python.md @@ -70,12 +70,12 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec perform-load: false ``` -### Tag: package-2022-08-preview and python +### Tag: package-preview-2022-08 and python -These settings apply only when `--tag=package-2022-08-preview --python` is specified on the command line. +These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2022-08-preview' && $(python) +``` yaml $(tag) == 'package-previe-2022-08w' && $(python) namespace: azure.mgmt.security.v2022_08_01_preview output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_08_01_preview ``` From 9b2e7c5e787509e720bb87d9fb8a6324a9970b10 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Thu, 3 Nov 2022 14:49:28 +0800 Subject: [PATCH 4/4] Update readme.python.md --- specification/security/resource-manager/readme.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/security/resource-manager/readme.python.md b/specification/security/resource-manager/readme.python.md index 133a36fb684c..612e1dbf9bc3 100644 --- a/specification/security/resource-manager/readme.python.md +++ b/specification/security/resource-manager/readme.python.md @@ -75,7 +75,7 @@ perform-load: false These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-previe-2022-08w' && $(python) +``` yaml $(tag) == 'package-preview-2022-08' && $(python) namespace: azure.mgmt.security.v2022_08_01_preview output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_08_01_preview ```