Skip to content

Commit

Permalink
[Security] update Readme (Azure#21407)
Browse files Browse the repository at this point in the history
* update Readme

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <v-zhenbwei@microsoft.com>
  • Loading branch information
2 people authored and anandanthony committed Dec 16, 2022
1 parent ac4621d commit e0982a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions specification/security/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 11 additions & 0 deletions specification/security/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -69,6 +70,16 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/sec
perform-load: false
```
### Tag: package-preview-2022-08 and python
These settings apply only when `--tag=package-preview-2022-08 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` 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
```

### Tag: package-preview-2022-07 and python

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

0 comments on commit e0982a7

Please sign in to comment.