File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
specification/security/resource-manager Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,7 @@ These settings apply only when `--tag=package-2020-01-preview-only` is specified
546546` ` ` yaml $(tag) == 'package-2020-01-preview-only'
547547input-file:
548548- Microsoft.Security/preview/2020-01-01-preview/secureScore.json
549+ - Microsoft.Security/preview/2020-01-01-preview/securityContacts.json
549550
550551# Needed when there is more than one input file
551552override-info:
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Generate all API versions currently shipped for this package
3838clear-output-folder : true
3939multiapi : true
4040batch :
41+ - tag : package-preview-2022-08
4142 - tag : package-preview-2022-07
4243 - tag : package-2022-05
4344 - tag : package-preview-2022-05
@@ -69,6 +70,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
6970perform-load : false
7071` ` `
7172
73+ ### Tag: package-preview-2022-08 and python
74+
75+ These settings apply only when ` --tag=package-preview-2022-08 --python` is specified on the command line.
76+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
77+
78+ ` ` ` yaml $(tag) == 'package-preview-2022-08' && $(python)
79+ namespace: azure.mgmt.security.v2022_08_01_preview
80+ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security/v2022_08_01_preview
81+ ` ` `
82+
7283# ## Tag: package-preview-2022-07 and python
7384
7485These settings apply only when `--tag=package-preview-2022-07 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments