Skip to content

Commit e0982a7

Browse files
Wzb123456789Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD)
authored andcommitted
[Security] update Readme (Azure#21407)
* update Readme * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent ac4621d commit e0982a7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

specification/security/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
547547
input-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
551552
override-info:

specification/security/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Generate all API versions currently shipped for this package
3838
clear-output-folder: true
3939
multiapi: true
4040
batch:
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
6970
perform-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

7485
These settings apply only when `--tag=package-preview-2022-07 --python` is specified on the command line.

0 commit comments

Comments
 (0)