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
546
546
` ` ` yaml $(tag) == 'package-2020-01-preview-only'
547
547
input-file:
548
548
- Microsoft.Security/preview/2020-01-01-preview/secureScore.json
549
+ - Microsoft.Security/preview/2020-01-01-preview/securityContacts.json
549
550
550
551
# Needed when there is more than one input file
551
552
override-info:
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Generate all API versions currently shipped for this package
38
38
clear-output-folder : true
39
39
multiapi : true
40
40
batch :
41
+ - tag : package-preview-2022-08
41
42
- tag : package-preview-2022-07
42
43
- tag : package-2022-05
43
44
- tag : package-preview-2022-05
@@ -69,6 +70,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
69
70
perform-load : false
70
71
` ` `
71
72
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
+
72
83
# ## Tag: package-preview-2022-07 and python
73
84
74
85
These 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